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.
- package/lib/index.js +1 -1
- 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;
|