koishi-plugin-ggcevo-game 0.4.9 → 0.4.10

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 +2 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -845,7 +845,8 @@ ID:${activity.id}
845
845
  (item, index) => `${offset + index + 1}. ${item.displayName} | 积分: ${item.rank} | 参赛: ${item.matches} 次`
846
846
  ).join("\n");
847
847
  return [
848
- `🏆 GGCEvo 胜点榜 (S1赛季至3月31日结算) 🏆`,
848
+ `🏆 GGCEvo S1赛季胜点榜 🏆`,
849
+ `本赛季至3月31日23点结算`,
849
850
  `第 ${pageNum} 页 共 ${totalPages} 页`,
850
851
  "------------------------------",
851
852
  rankingText,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-ggcevo-game",
3
3
  "description": "星际争霸2游戏大厅咕咕虫-Evo地图专属插件",
4
- "version": "0.4.9",
4
+ "version": "0.4.10",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [