mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改首页代码
This commit is contained in:
@@ -20,13 +20,14 @@ export const appThemeList: string[] = [
|
||||
'#FC5404',
|
||||
];
|
||||
|
||||
const setting = {
|
||||
export const theme = {
|
||||
//深色主题
|
||||
darkTheme: false,
|
||||
darkTheme: true,
|
||||
//系统主题色
|
||||
appTheme: '#2d8cf0',
|
||||
appTheme: '#63e2b7',
|
||||
//系统内置主题色列表
|
||||
appThemeList,
|
||||
};
|
||||
|
||||
export default setting;
|
||||
// 修改边框圆角
|
||||
export const borderRadius = '8px'
|
||||
Reference in New Issue
Block a user