koishi-plugin-ggcevo-game 1.1.4 → 1.1.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.
package/lib/index.js CHANGED
@@ -1506,7 +1506,7 @@ ${achievementList.join("\n")}`;
1506
1506
  }).filter((slot) => punishmentMap.has(slot.handle));
1507
1507
  if (matchedSlots.length > 0) {
1508
1508
  const message = [
1509
- `🏟️ 发现受监控玩家在开放大厅中!`,
1509
+ `📺︎ 发现受监控玩家在开放大厅中!`,
1510
1510
  `大厅ID: ${lobby.id}`,
1511
1511
  `创建时间: ${new Date(lobby.createdAt).toLocaleString("zh-CN", { timeZone: "Asia/Shanghai" })}`,
1512
1512
  `违规玩家列表:`,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-ggcevo-game",
3
3
  "description": "《星际争霸2》咕咕虫-evolved地图的专属游戏助手插件,集成天梯排行、抽奖系统、签到福利、兑换商城等丰富功能。",
4
- "version": "1.1.4",
4
+ "version": "1.1.5",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
package/readme.md CHANGED
@@ -25,7 +25,7 @@
25
25
  npm install koishi-plugin-ggcevo-game
26
26
  ```
27
27
 
28
- 2. 基础配置 (koishi.yml)
28
+ 2. 基础配置
29
29
  ```yaml
30
30
  plugins:
31
31
  ggcevo-game: