perf: 同步完整版分支代码

This commit is contained in:
xiaoxian521
2021-12-22 10:12:52 +08:00
parent c4de900bc0
commit 6b28aa2170
6 changed files with 54 additions and 27 deletions

1
types/global.d.ts vendored
View File

@@ -82,6 +82,7 @@ declare global {
Locale?: string;
Layout?: string;
Theme?: string;
DarkMode?: boolean;
Grey?: boolean;
Weak?: boolean;
HideTabs?: boolean;