ソースを参照

buttons.theme

visuddhinanda 2 年 前
コミット
8bd246a886
1 ファイル変更2 行追加0 行削除
  1. 2 0
      dashboard/src/locales/zh-Hans/buttons.ts

+ 2 - 0
dashboard/src/locales/zh-Hans/buttons.ts

@@ -61,6 +61,8 @@ const items = {
   "buttons.open": "打开",
   "buttons.compact": "紧凑",
   "buttons.magic-dict": "神奇字典",
+  "buttons.theme.ant": "默认",
+  "buttons.theme.dark": "夜间",
 };
 
 export default items;