mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 锅巴面板增加两个配置项
This commit is contained in:
parent
cc2c561224
commit
02d7aa0301
1 changed files with 10 additions and 0 deletions
|
|
@ -292,6 +292,11 @@ export function supportGuoba () {
|
||||||
bottomHelpMessage: '允许机器人读取近期的最多群聊聊天记录条数。太多可能会超。默认50',
|
bottomHelpMessage: '允许机器人读取近期的最多群聊聊天记录条数。太多可能会超。默认50',
|
||||||
component: 'InputNumber'
|
component: 'InputNumber'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
field: 'enableRobotAt',
|
||||||
|
label: '是否允许机器人真at。',
|
||||||
|
component: 'Switch'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
field: 'sydney',
|
field: 'sydney',
|
||||||
label: 'Custom的设定',
|
label: 'Custom的设定',
|
||||||
|
|
@ -473,6 +478,11 @@ export function supportGuoba () {
|
||||||
label: '打招呼所说文字的引导文字',
|
label: '打招呼所说文字的引导文字',
|
||||||
bottomHelpMessage: '将会用这段文字询问ChatGPT,由ChatGPT给出随机的打招呼文字。',
|
bottomHelpMessage: '将会用这段文字询问ChatGPT,由ChatGPT给出随机的打招呼文字。',
|
||||||
component: 'Input'
|
component: 'Input'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
field: 'emojiBaseURL',
|
||||||
|
abel: '合成emoji的API地址,默认谷歌厨房',
|
||||||
|
component: 'Input'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
// 获取配置数据方法(用于前端填充显示数据)
|
// 获取配置数据方法(用于前端填充显示数据)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue