fix(style): dark style

This commit is contained in:
jialin
2025-04-29 18:05:43 +08:00
parent e5aa5ace15
commit 954b034b8b
23 changed files with 176 additions and 111 deletions
+2 -1
View File
@@ -233,5 +233,6 @@ export default {
'common.appearance': '外观',
'common.appearance.dark': '深色',
'common.appearance.light': '浅色',
'common.appearance.system': '跟随系统'
'common.appearance.system': '跟随系统',
'common.exception.404': '抱歉,你访问的页面不存在'
};