From a7cf4338453cfdb555494c139e8fe01af77074c2 Mon Sep 17 00:00:00 2001 From: yeyang <746659424@qq.com> Date: Wed, 16 Nov 2022 18:09:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/Pixiv.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model/Pixiv.js b/model/Pixiv.js index e9372fd..cbd7c8d 100644 --- a/model/Pixiv.js +++ b/model/Pixiv.js @@ -104,7 +104,7 @@ export default class Pixiv { ] if (x_restrict) { if (!this.e.isMaster) { - this.e.reply(`该作品为R-18类型请自行使用链接查看:\nhttps://pixiv.re/${id}.jpg`) + this.e.reply(`该作品不适合所有年龄段,请自行使用链接查看:\nhttps://pixiv.re/${id}.jpg`) if (!await setu.getr18(this.e)) return false; } } @@ -139,7 +139,7 @@ export default class Pixiv { }; } if (!this.ranktype[mode].r18) { - this.e.reply("该排行没有r18的分类哦~") + this.e.reply("该排行没有不适合所有年龄段的分类哦~") return false } type = type.split("_")