feat(config): 更新系统配置默认值和文档说明

- 将 allowCustomChannel 默认值从 false 改为 true
- 修改 allowCustomChannel 字段类型为指针类型以支持默认值设置
- 更新相关文档中对 allowCustomChannel 功能的描述
- 修复画布页面中对话框节点打开逻辑,避免文本节点意外触发编辑对话框
- 将用户配置中的渠道模式默认值从 remote 改为 local
This commit is contained in:
HouYunFei
2026-05-22 08:11:13 +08:00
parent d40b9b53c2
commit 9c2fa25380
7 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -122,7 +122,7 @@
| `defaultImageModel` | string | 默认图片模型 |
| `defaultTextModel` | string | 默认文本模型 |
| `systemPrompt` | string | 系统提示词 |
| `allowCustomChannel` | bool | 是否允许用户自定义渠道,允许时前端提供走后端渠道和自定义 baseUrl 直连两种模式 |
| `allowCustomChannel` | bool | 是否允许用户自定义渠道,默认允许,关闭后前端提供走后端渠道模式 |
`private.value` 当前字段: