refactor(projects): 登录页面重新设计
This commit is contained in:
@@ -89,4 +89,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
|
||||
*
|
||||
* If publish new version, use `overrideThemeSettings` to override certain theme settings
|
||||
*/
|
||||
export const overrideThemeSettings: Partial<App.Theme.ThemeSetting> = {};
|
||||
// 系统固定亮色主题:切换入口已全部移除,发新版时把老用户缓存的暗色设置刷回亮色
|
||||
export const overrideThemeSettings: Partial<App.Theme.ThemeSetting> = {
|
||||
themeScheme: 'light'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user