mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 首页架构
This commit is contained in:
@@ -38,7 +38,7 @@ export const appThemeList: string[] = [
|
||||
]
|
||||
|
||||
export const theme = {
|
||||
//深色主题
|
||||
// 默认是否开启深色主题
|
||||
darkTheme: true,
|
||||
//系统主题色
|
||||
appTheme: '#63e2b7',
|
||||
@@ -46,6 +46,12 @@ export const theme = {
|
||||
appThemeList
|
||||
}
|
||||
|
||||
// 侧边栏宽度
|
||||
export const asideWidth = '240'
|
||||
|
||||
// 侧边栏缩小后的宽度
|
||||
export const asideCollapsedWidth = '60'
|
||||
|
||||
// 修改边框圆角
|
||||
export const borderRadius = '8px'
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
// 项目文档地址
|
||||
export const docPath = "http://www.mtruning.club/"
|
||||
|
||||
export const giteeSourceCodePath = "https://gitee.com/MTrun/go-view/"
|
||||
Reference in New Issue
Block a user