koishi-plugin-cat-raising 1.0.0 → 1.0.1

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
@@ -146,7 +146,7 @@ function parseEventFromText(text) {
146
146
  return allRewards.length > 0 ? { dateTime: globalDateTime || "时间未知", rewards: allRewards } : null;
147
147
  }
148
148
  __name(parseEventFromText, "parseEventFromText");
149
- var HARD_REJECTION_KEYWORDS = ["发言榜单"];
149
+ var HARD_REJECTION_KEYWORDS = ["发言榜单", "投稿数:"];
150
150
  var REJECTION_KEYWORDS = ["签到", "打卡"];
151
151
  var OVERRIDE_KEYWORDS = ["神金", "发"];
152
152
  var TRIGGER_REGEX = /神金|发|掉落|猫猫钻|w|\b\d{3,5}\b|一千|一百|十|九|八|七|六|五|四|三|两|二|一/i;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-cat-raising",
3
3
  "description": "",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [