mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
feat(bym): 加个表情包开关
This commit is contained in:
parent
077e7e7d59
commit
db3c7b55e9
3 changed files with 20 additions and 7 deletions
|
|
@ -981,7 +981,7 @@ export function supportGuoba () {
|
|||
},
|
||||
{
|
||||
field: 'bymRate',
|
||||
label: '伪人模式触发概率,单位为%',
|
||||
label: '伪人模式触发默认概率,单位为%',
|
||||
component: 'InputNumber',
|
||||
componentProps: {
|
||||
min: 0,
|
||||
|
|
@ -993,6 +993,12 @@ export function supportGuoba () {
|
|||
label: '伪人模式的额外预设',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
field: 'AutoToDownImg',
|
||||
label: '伪人模式的表情包',
|
||||
bottomHelpMessage: '伪人模式的表情包,主动收藏发送,注意将下载到本地',
|
||||
component: 'Switch'
|
||||
},
|
||||
{
|
||||
field: 'bymFuckPrompt',
|
||||
label: '伪人模式骂人反击的设定词',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue