mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
refactor(bym): 删掉感觉没必要的日志
- 在 guoba.support.js 中添加了个人设置相关配置
This commit is contained in:
parent
e291f3f630
commit
541ad12023
2 changed files with 36 additions and 9 deletions
|
|
@ -1045,6 +1045,41 @@ export function supportGuoba () {
|
|||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
field: "UserList",
|
||||
label: "个人设置",
|
||||
bottomHelpMessage: "单独设置个人条件",
|
||||
component: "GSubForm",
|
||||
componentProps: {
|
||||
multiple: true,
|
||||
schemas: [
|
||||
{
|
||||
field: "id",
|
||||
label: "QQ号",
|
||||
component: "Input",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
field: "propNum",
|
||||
label: "触发概率",
|
||||
component: "Input",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
field: "notofgroup",
|
||||
label: "是否不与群聊概率相关",
|
||||
component: "Switch",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
field: "maxtext",
|
||||
label: "用户最大长度限制",
|
||||
component: "Input",
|
||||
required: true,
|
||||
}
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
label: '以下为Azure chatGPT的配置',
|
||||
component: 'Divider'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue