From f5d1fabaced6fb30b43fed37dab9aa7f90af1ec1 Mon Sep 17 00:00:00 2001 From: yeyang <746659424@qq.com> Date: Mon, 13 Feb 2023 01:39:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20=E6=9B=B4=E6=96=B0`=E6=A4=B0?= =?UTF-8?q?=E5=A5=B6=E5=B8=AE=E5=8A=A9`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +----- apps/picSearch.js | 2 +- config/system/help_system.js | 30 ++++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 34f8f02..20ab406 100644 --- a/README.md +++ b/README.md @@ -196,11 +196,7 @@ Tip:具体可使用 **#椰奶群管帮助** 查看 -## FAQ - -Q:某某功能群员不能用,怎么关闭撤回或设置撤回时间,怎么设置CD等 - -A:请参考[此教程](https://docs.qq.com/doc/p/31abcb4eddbc89e7ceb2da55605c9a14c272a55d)进行解决 +常见问题可请移步[wiki](../../wiki) ## 特别鸣谢 diff --git a/apps/picSearch.js b/apps/picSearch.js index 9c11a1a..2eaa125 100644 --- a/apps/picSearch.js +++ b/apps/picSearch.js @@ -21,7 +21,7 @@ export class NewPicSearch extends plugin { fnc: 'WhatAnime' }, { - reg: /^#?SauceNAOapiKey.*$/i, + reg: /^#?设置SauceNAOApiKey.*$/i, fnc: 'UploadSauceNAOKey' }, { diff --git a/config/system/help_system.js b/config/system/help_system.js index 35761ec..33cea74 100644 --- a/config/system/help_system.js +++ b/config/system/help_system.js @@ -221,6 +221,36 @@ export const helpList = [{ icon: 9 }] }, +{ + group: '搜图搜番', + list: [ + { + title: '#搜图', + desc: '默认SauceNAO', + icon: 10 + }, + { + title: '#搜番', + desc: 'WhatAnime', + icon: 6 + }, + { + title: '#(SauceNAO|sn)搜图', + desc: 'SauceNAO', + icon: 1 + }, + { + title: '#(Ascii2D|ac)搜图', + desc: 'Ascii2D', + icon: 5 + }, + { + title: '#设置SauceNAOApiKey', + desc: 'SauceNAOApiKey', + icon: 9 + } + ] +}, { group: '设置,版本相关', auth: 'master',