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
192beb2722
commit
1d43de9ce0
2 changed files with 31 additions and 31 deletions
32
apps/help.js
32
apps/help.js
|
|
@ -199,7 +199,7 @@ let helpData = [
|
|||
{
|
||||
icon: 'switch',
|
||||
title: '#chatgpt使用设定【设定名】',
|
||||
desc: '使用某个设定。如果处于自设定模式,会自动修改洗脑名称。'
|
||||
desc: '使用某个设定。'
|
||||
},
|
||||
{
|
||||
icon: 'confirm',
|
||||
|
|
@ -221,21 +221,21 @@ let helpData = [
|
|||
title: '#chatgpt导入设定',
|
||||
desc: '导入其他人分享的设定。注意:相同名字的设定,会覆盖本地已有的设定'
|
||||
},
|
||||
{
|
||||
icon: 'confirm',
|
||||
title: '#chatgpt开启/关闭洗脑',
|
||||
desc: '开启或关闭洗脑'
|
||||
},
|
||||
{
|
||||
icon: 'confirm',
|
||||
title: '#chatgpt设置洗脑强度+【强度】',
|
||||
desc: '设置洗脑强度'
|
||||
},
|
||||
{
|
||||
icon: 'confirm',
|
||||
title: '#chatgpt设置洗脑名称+【名称】',
|
||||
desc: '设置洗脑名称'
|
||||
},
|
||||
// {
|
||||
// icon: 'confirm',
|
||||
// title: '#chatgpt开启/关闭洗脑',
|
||||
// desc: '开启或关闭洗脑'
|
||||
// },
|
||||
// {
|
||||
// icon: 'confirm',
|
||||
// title: '#chatgpt设置洗脑强度+【强度】',
|
||||
// desc: '设置洗脑强度'
|
||||
// },
|
||||
// {
|
||||
// icon: 'confirm',
|
||||
// title: '#chatgpt设置洗脑名称+【名称】',
|
||||
// desc: '设置洗脑名称'
|
||||
// },
|
||||
{
|
||||
icon: 'help',
|
||||
title: '#chatgpt设定帮助',
|
||||
|
|
|
|||
|
|
@ -61,21 +61,21 @@ export class help extends plugin {
|
|||
fnc: 'helpPrompt',
|
||||
permission: 'master'
|
||||
},
|
||||
{
|
||||
reg: '^#(chatgpt|ChatGPT)(开启|关闭)洗脑$',
|
||||
fnc: 'setSydneyBrainWash',
|
||||
permission: 'master'
|
||||
},
|
||||
{
|
||||
reg: '^#(chatgpt|ChatGPT)(设置)?洗脑强度',
|
||||
fnc: 'setSydneyBrainWashStrength',
|
||||
permission: 'master'
|
||||
},
|
||||
{
|
||||
reg: '^#(chatgpt|ChatGPT)(设置)?洗脑名称',
|
||||
fnc: 'setSydneyBrainWashName',
|
||||
permission: 'master'
|
||||
}
|
||||
// {
|
||||
// reg: '^#(chatgpt|ChatGPT)(开启|关闭)洗脑$',
|
||||
// fnc: 'setSydneyBrainWash',
|
||||
// permission: 'master'
|
||||
// },
|
||||
// {
|
||||
// reg: '^#(chatgpt|ChatGPT)(设置)?洗脑强度',
|
||||
// fnc: 'setSydneyBrainWashStrength',
|
||||
// permission: 'master'
|
||||
// },
|
||||
// {
|
||||
// reg: '^#(chatgpt|ChatGPT)(设置)?洗脑名称',
|
||||
// fnc: 'setSydneyBrainWashName',
|
||||
// permission: 'master'
|
||||
// }
|
||||
]
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue