koishi-plugin-cs2-update-log 2.2.0 → 2.2.3

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 -2
  2. package/package.json +8 -3
package/lib/index.js CHANGED
@@ -37,8 +37,8 @@ exports.Config = koishi_1.Schema.object({
37
37
  channelId: koishi_1.Schema.string().required().description('目标频道或 QQ 群号。'),
38
38
  guildId: koishi_1.Schema.string().description('可选群组 ID。标准 bot.sendMessage 只使用 channelId,此字段用于记录配置语义。'),
39
39
  })).default([]).description('推送目标列表。'),
40
- brandName: koishi_1.Schema.string().default('FKBUFF').description('图片顶部品牌名。'),
41
- siteName: koishi_1.Schema.string().default('CS2 官方公告').description('图片底部站点名。'),
40
+ brandName: koishi_1.Schema.string().default('CS2 update').description('图片顶部品牌名。'),
41
+ siteName: koishi_1.Schema.string().default('CS2官方').description('图片底部站点名。'),
42
42
  picture: koishi_1.Schema.boolean().default(true).description('是否以 Puppeteer 截图长图形式推送。关闭后推送纯文本。'),
43
43
  appendLink: koishi_1.Schema.boolean().default(true).description('图片或文本后是否附带 Steam 原文链接。'),
44
44
  trans: koishi_1.Schema.boolean().default(false).description('是否启用 AI 翻译。关闭时推送 Steam 返回的原文。'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koishi-plugin-cs2-update-log",
3
- "version": "2.2.0",
3
+ "version": "2.2.3",
4
4
  "description": "Koishi plugin for monitoring CS2 official Steam announcements and update logs.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -23,6 +23,11 @@
23
23
  ],
24
24
  "author": "BestBcz",
25
25
  "license": "MIT",
26
+ "homepage": "https://github.com/BestBcz/koishi-cs2-update-log",
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "git+https://github.com/BestBcz/koishi-cs2-update-log.git"
30
+ },
26
31
  "peerDependencies": {
27
32
  "@koishijs/plugin-puppeteer": "^3.2.0",
28
33
  "koishi": "^4.18.0"
@@ -45,8 +50,8 @@
45
50
  },
46
51
  "koishi": {
47
52
  "description": {
48
- "zh": "监控 CS2 官方 Steam 公告和更新日志,并推送到指定 QQ 群。",
49
- "en": "Monitor official CS2 Steam announcements and update logs."
53
+ "zh": "✨监控CS2更新日志和官方公告,并自动推送到指定QQ群⭐",
54
+ "en": "Monitor official CS2 announcements and update logs."
50
55
  },
51
56
  "service": {
52
57
  "required": [