mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 05:17:10 +00:00
修复bug和旧代码清理 (#553)
* fix: 修复星火api上下文 * 将无星火ck的情况降低为warn * feat: 添加星火设定自定义代码功能 * 修复星火api模式的一些问题 * 修复导出配置问题 * feat:添加工具箱快捷登录接口 * 添加工具箱快捷登录指令 * 阻止群聊使用快捷登录 * 添加Azure配置支持,修复重复的配置项冲突 * 移除旧版本渲染和新版本帮助 * 添加工具箱 * 更新工具箱替换原有后台 * 更新工具箱适配代码
This commit is contained in:
parent
043b80ddd4
commit
bf761c24da
183 changed files with 1206 additions and 7675 deletions
|
|
@ -241,18 +241,6 @@ export function supportGuoba () {
|
|||
bottomHelpMessage: '在图片模式中启用二维码。该对话内容将被发送至第三方服务器以进行渲染展示,如果不希望对话内容被上传到第三方服务器请关闭此功能',
|
||||
component: 'Switch'
|
||||
},
|
||||
{
|
||||
field: 'cacheUrl',
|
||||
label: '渲染服务器地址',
|
||||
bottomHelpMessage: '用于缓存图片模式会话内容并渲染的服务器地址',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
field: 'cacheEntry',
|
||||
label: '预制渲染服务器访问代码',
|
||||
bottomHelpMessage: '图片内容渲染服务器开启预制访问代码,当渲染服务器访问较慢时可以开启,但无法保证访问代码可以正常访问页面',
|
||||
component: 'Switch'
|
||||
},
|
||||
{
|
||||
field: 'drawCD',
|
||||
label: '绘图CD',
|
||||
|
|
@ -854,7 +842,7 @@ export function supportGuoba () {
|
|||
component: 'Divider'
|
||||
},
|
||||
{
|
||||
field: 'apiKey',
|
||||
field: 'azApiKey',
|
||||
label: 'Azure API Key',
|
||||
bottomHelpMessage: '管理密钥,用于访问Azure的API接口',
|
||||
component: 'InputPassword'
|
||||
|
|
@ -875,12 +863,6 @@ export function supportGuoba () {
|
|||
label: '以下为后台与渲染相关配置',
|
||||
component: 'Divider'
|
||||
},
|
||||
{
|
||||
field: 'oldview',
|
||||
label: '旧版本渲染',
|
||||
bottomHelpMessage: '开启预览版本',
|
||||
component: 'Switch'
|
||||
},
|
||||
{
|
||||
field: 'serverPort',
|
||||
label: '系统Api服务端口',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue