Browse Source

✨ chore(tauri): 更新配置以支持中文语言包

陈雪 22 hours ago
parent
commit
3338af5a7e
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src-tauri/tauri.conf.json

+ 5 - 5
src-tauri/tauri.conf.json

@@ -21,12 +21,12 @@
       "csp": null
     }
   },
-  "plugins": {
-    "sql": {
-      "preload": ["sqlite:store.db"]
-    }
-  },
   "bundle": {
+    "windows": {
+      "wix": {
+        "language": "zh-CN"
+      }
+    },
     "active": true,
     "targets": "all",
     "resources": ["resources/*"],