zen-gitsync 2.11.9 → 2.11.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zen-gitsync",
3
- "version": "2.11.9",
3
+ "version": "2.11.11",
4
4
  "description": "一个 git 提交的工具",
5
5
  "main": "index.js",
6
6
  "type": "module",
package/src/config.js CHANGED
@@ -40,7 +40,9 @@ const defaultConfig = {
40
40
  autoClosePushModal: false,
41
41
  // 通用设置
42
42
  theme: 'light', // 主题: light | dark | auto
43
- locale: 'zh-CN' // 语言: zh-CN | en-US
43
+ locale: 'zh-CN', // 语言: zh-CN | en-US
44
+ // AI 模型配置
45
+ models: []
44
46
  };
45
47
 
46
48
  // 规范化项目路径作为配置键