From c87fce311027a0afb2e99bcb9952a4ae8e578878 Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Mon, 1 Apr 2024 09:28:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=20V1.6.1=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF=E4=B8=8D=E5=AF=B9?= =?UTF-8?q?=E5=BA=94=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/tools.js b/apps/tools.js index af30d81..7eeccde 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -609,7 +609,7 @@ export class tools extends plugin { const isOversea = await this.isOverseasServer(); // 如果不是海外用户且没有梯子直接返回 if (!isOversea && !(await testProxy(this.proxyAddr, this.proxyPort))) { - e.reply("检测到没有梯子,无法解析TikTok"); + e.reply("检测到没有梯子,无法解析"); return false; } @@ -1070,7 +1070,7 @@ export class tools extends plugin { const isOversea = await this.isOverseasServer(); // 如果不是海外用户且没有梯子直接返回 if (!isOversea && !(await testProxy(this.proxyAddr, this.proxyPort))) { - e.reply("检测到没有梯子,无法解析TikTok"); + e.reply("检测到没有梯子,无法解析油管"); return false; }