feat(projects): support loading page dark mode adaptation. (#702)

This commit is contained in:
青菜白玉汤
2025-01-26 22:32:05 +08:00
committed by GitHub
parent 86da767e24
commit 9b9455d945
5 changed files with 15 additions and 5 deletions

View File

@ -20,6 +20,8 @@ declare namespace StorageType {
refreshToken: string;
/** The theme color */
themeColor: string;
/** The dark mode */
darkMode: boolean;
/** The theme settings */
themeSettings: App.Theme.ThemeSetting;
/**