mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改TS报错问题,抽离水印文案
This commit is contained in:
@@ -85,7 +85,7 @@ export const chartColorsSearch = {
|
||||
// 默认主题详细配置
|
||||
type ThemeJsonType = typeof themeJson
|
||||
export interface GlobalThemeJsonType extends Partial<ThemeJsonType> {
|
||||
dataset: any,
|
||||
dataset?: any,
|
||||
[T:string]: any
|
||||
}
|
||||
export const globalThemeJson = themeJson
|
||||
export const globalThemeJson = {...themeJson, dataset: null,}
|
||||
|
||||
@@ -4,7 +4,10 @@ import designColor from './designColor.json'
|
||||
// 默认语言
|
||||
export const lang = LangEnum.zh
|
||||
|
||||
// 水印文字
|
||||
export const watermarkText = "GoView 低代码平台"
|
||||
|
||||
// 主题配置
|
||||
export const theme = {
|
||||
// 默认是否开启深色主题
|
||||
darkTheme: true,
|
||||
|
||||
Reference in New Issue
Block a user