Explorar el Código

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

visuddhinanda hace 2 años
padre
commit
4a06c0447c
Se han modificado 1 ficheros con 8 adiciones y 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,
+  },
 ];