chore(主题样式): 更新主题列表,补全'pink', 'gold', 'purple', 'yellow', 'black'

This commit is contained in:
2026-01-06 17:03:30 +08:00
parent d7b07c974d
commit 9a63b5ff4e

View File

@@ -14,7 +14,7 @@ export const langConfig = {
// 主题配置 // 主题配置
export const themeConfig = { export const themeConfig = {
// 主题列表 // 主题列表
themeList: ['default', 'red', 'green', 'blue'], themeList: ['default', 'red', 'green', 'blue', 'pink', 'gold', 'purple', 'yellow', 'black'],
// 默认主题 // 默认主题
defaultTheme: 'default' defaultTheme: 'default'
}; };