koishi-plugin-ggcevo-game 2.0.3 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -8395,7 +8395,7 @@ ${ticketMessage}${effectMessage}`;
8395
8395
  const lastYear = lastSignTime.getUTCFullYear();
8396
8396
  const lastMonth = lastSignTime.getUTCMonth();
8397
8397
  if (lastYear === currentYear && lastMonth === currentMonth) {
8398
- return `您的本月管理津贴已领取,${currentMonth + 2}月1日后可再次领取。`;
8398
+ return `您的本月管理津贴已领取,请在次月1日后可再次领取。`;
8399
8399
  }
8400
8400
  }
8401
8401
  await ctx.database.upsert("ggcevo_adminbenefit", [{
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-ggcevo-game",
3
3
  "description": "星际争霸2咕咕虫-evolved地图的专属游戏助手插件,集成天梯排行、抽奖系统、签到福利、兑换商城等丰富功能。",
4
- "version": "2.0.3",
4
+ "version": "2.0.5",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [