This commit is contained in:
Archer
2024-07-17 19:06:37 +08:00
committed by GitHub
parent 982325d066
commit 5cb196535f
10 changed files with 522 additions and 334 deletions

View File

@@ -26,5 +26,6 @@ declare global {
callbackMap: Record<string, (e: number) => void>;
}[];
var systemInited: boolean;
var systemLoadedGlobalVariables: boolean;
var systemLoadedGlobalConfig: boolean;
}