From 1d43de9ce0518f09bc404320dfa4dcd42ebfe99b Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Wed, 29 Mar 2023 00:55:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E6=8E=89=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E6=B4=97=E8=84=91=E7=9A=84=E4=B8=9C=E8=A5=BF=EF=BC=8C=E5=9B=A0?= =?UTF-8?q?=E4=B8=BA=E4=B8=8D=E9=9C=80=E8=A6=81=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/help.js | 32 ++++++++++++++++---------------- apps/prompts.js | 30 +++++++++++++++--------------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/apps/help.js b/apps/help.js index 6460aec..6f95d47 100644 --- a/apps/help.js +++ b/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设定帮助', diff --git a/apps/prompts.js b/apps/prompts.js index 2f9b521..fad3c1c 100644 --- a/apps/prompts.js +++ b/apps/prompts.js @@ -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' + // } ] }) }