2
0
mirror of https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git synced 2024-12-22 19:10:53 +08:00

修改部分文案提示

This commit is contained in:
Ctrlcvs 2023-03-10 00:32:12 +08:00
parent 8785516d30
commit 2470ce6656
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ export default class mysTopLogin {
try {
let msg = this.e.msg.replace(/,||\|/g, ' ').split(' ')
if (msg.length != 2) {
this.e.reply(`格式参考:#原神充值 6(商品ID) 120065390(uid)\n 可通过【#商品列表】获取可操作商品`)
this.e.reply(`格式参考:#原神充值 6(商品ID)\n 可通过【#商品列表】获取可操作商品`)
return true;
}
let iswx = msg[0].includes('微信') ? 'weixin' : 'alipay'

View File

@ -340,7 +340,7 @@ export default class user {
if (res?.message && res?.retcode == 0) {
Share++;
}
message += `共读取帖子记录${20 * sumcount}\n浏览:${trueDetail} 点赞:${Vote} 分享:${Share}`;
message += `共读取帖子记录${20 * sumcount}\n浏览:${trueDetail} 点赞:${Vote} 分享:${Share}\n`;
Bot.logger.mark(`\n用户${this.e.user_id}:\n${message}`)
await utils.randomSleepAsync(3);
}