From 4fbe84d9bd36c3289d8073990d34ceee3e7cda24 Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Fri, 23 Aug 2024 16:06:33 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/tools.js b/apps/tools.js index d7d8531..9ae94a7 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -1842,7 +1842,7 @@ export class tools extends plugin { return true; } - // TG下载 + // 小飞机下载 async aircraft(e) { if (!(await this.isTrustUser(e.user_id))) { e.reply("你没有权限使用此命令"); @@ -1898,6 +1898,7 @@ export class tools extends plugin { return true; } + // 贴吧 async tieba(e) { // 提取链接和ID const msg = /https:\/\/tieba\.baidu\.com\/p\/[A-Za-z0-9]+/.exec(e.msg)?.[0];