perf: theme (#157)

This commit is contained in:
一万
2021-12-21 22:06:09 +08:00
committed by GitHub
parent 7bcd8a800a
commit ee30cba471
6 changed files with 54 additions and 27 deletions

1
types/global.d.ts vendored
View File

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