فهرست منبع

添加字典语言选择

visuddhinanda 3 سال پیش
والد
کامیت
c0ca81354f
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      dashboard/src/components/auth/setting/SettingArticle.tsx

+ 2 - 0
dashboard/src/components/auth/setting/SettingArticle.tsx

@@ -15,6 +15,8 @@ const Widget = () => {
       <Divider>翻译</Divider>
 
       <Divider>逐词解析</Divider>
+      <Divider>字典</Divider>
+      <SettingItem data={SettingFind("setting.dict.lang")} />
     </div>
   );
 };