NEZ-1072 feat: 主题切换
This commit is contained in:
@@ -330,6 +330,10 @@ export const terminalLog = {
|
||||
dangerCmd: ['chmod', 'chown', 'kill', 'rm', 'su', 'sudo'],
|
||||
infoCmd: ['exit']
|
||||
}
|
||||
export const theme = [
|
||||
{ label: 'light', value: 1 },
|
||||
{ label: 'dark', value: 2 }
|
||||
]
|
||||
// 需要隐藏的内置label
|
||||
export const sameLabels = ['instance', 'module', 'project', 'asset', 'endpoint', 'datacenter', 'datacenter_id', 'endpoint_id', 'module_id', 'nz_agent_id', 'project_id']
|
||||
// 公共组件的跳转来源
|
||||
|
||||
Reference in New Issue
Block a user