Explorar o código

add 是否显示逐词解析输入顺序提示

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
4a06c0447c
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      dashboard/src/components/auth/setting/default.ts

+ 8 - 0
dashboard/src/components/auth/setting/default.ts

@@ -224,4 +224,12 @@ export const defaultSetting: ISetting[] = [
     ],
     widget: "radio-button",
   },
+  {
+    /**
+     * 是否显示逐词解析输入顺序提示
+     */
+    key: "setting.wbw.order",
+    label: "setting.wbw.order.label",
+    defaultValue: false,
+  },
 ];