Add LoadingStatusState and improve tokenizer functionality

This commit is contained in:
Kwaroran
2024-12-26 06:00:07 +09:00
parent 575eb0505e
commit fe47f58c61
7 changed files with 836867 additions and 38 deletions

View File

@@ -94,6 +94,10 @@ export const DBState = $state({
db: {} as any as Database
});
export const LoadingStatusState = $state({
text: '',
})
export const disableHighlight = writable(true)
ReloadGUIPointer.subscribe(() => {