From b3ec8c487ffe577aee2a8eb3c6ada2068055c165 Mon Sep 17 00:00:00 2001 From: yeyang <746659424@qq.com> Date: Thu, 10 Nov 2022 19:46:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4#waifu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 - apps/fun.js | 9 --------- apps/state.js | 1 + config/setu/.keep | 0 config/system/help_system.js | 4 ---- 5 files changed, 1 insertion(+), 14 deletions(-) create mode 100644 config/setu/.keep diff --git a/CHANGELOG.md b/CHANGELOG.md index 161370c..b9b7900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ * 增加`#pid搜图`以Pixiv插画Id搜图 * 增加`#tag搜图`以tag关键词搜图 * 增加`#coser` -* 增加`#waifu` * 增加`#查看热门tag` * 增加`#uid搜图`用画师的**uid**或**画师名**进行搜索 * 增加`#同意|拒绝全部好友申请` diff --git a/apps/fun.js b/apps/fun.js index 8b8514f..a9a6922 100644 --- a/apps/fun.js +++ b/apps/fun.js @@ -48,10 +48,6 @@ export class example extends plugin { reg: '^#?coser$', fnc: 'coser' }, - { - reg: '^#?waifu$', - fnc: 'AiWife' - }, { reg: heisiwreg, fnc: 'heisiwu' @@ -214,11 +210,6 @@ export class example extends plugin { return true } - //AiWife - async AiWife(e) { - e.reply(segment.image(`https://www.thiswaifudoesnotexist.net/example-${lodash.random(100000)}.jpg`)) - } - //黑丝 async heisiwu(e) { if (!e.isMaster) { diff --git a/apps/state.js b/apps/state.js index 2bf48b1..f10321b 100644 --- a/apps/state.js +++ b/apps/state.js @@ -74,6 +74,7 @@ export class example extends plugin { "11": "我在线上", "60": "Q我吧", }; + //win硬盘内存 let HardDisk = ''; if (os.platform() == "win32") { for (let i of CPU.getHardDisk()) { diff --git a/config/setu/.keep b/config/setu/.keep new file mode 100644 index 0000000..e69de29 diff --git a/config/system/help_system.js b/config/system/help_system.js index 83a0a14..07a0637 100644 --- a/config/system/help_system.js +++ b/config/system/help_system.js @@ -210,10 +210,6 @@ export const helpList = [{ "icon": 15, "title": "#coser", "desc": "养眼=-=" - }, { - "icon": 1, - "title": "#waifu", - "desc": "=-=" }, { "icon": 1, "title": "#半次元话题",