From 9908d0e2131ffd647860b1a70983c8d2d76a6c90 Mon Sep 17 00:00:00 2001 From: zhiyu1998 Date: Thu, 29 Dec 2022 13:07:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=96=87=E5=AD=97=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/update.js | 2 +- config/help.yaml | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/apps/update.js b/apps/update.js index 7519e1c..666f0e5 100644 --- a/apps/update.js +++ b/apps/update.js @@ -24,7 +24,7 @@ export class update extends plugin { }, { /** 命令正则匹配 */ - reg: '^#(碎月更新|碎月强制更新)$', + reg: '^#(R更新|R强制更新)$', /** 执行方法 */ fnc: 'rconsoleUpdate' }, diff --git a/config/help.yaml b/config/help.yaml index 428af2b..6760ba1 100644 --- a/config/help.yaml +++ b/config/help.yaml @@ -49,11 +49,5 @@ - group: 其他指令[实验] list: - icon: update - title: "#rconsole插件版本" - desc: "查看,最近维护的版本信息" - - icon: update - title: "#rconsole插件更新" - desc: "进行更新rconsole插件" - - icon: update - title: "#rconsole插件强制更新" - desc: "进行强制更新rconsole插件" \ No newline at end of file + title: "#R插件更新" + desc: "进行更新R插件" \ No newline at end of file