koishi-plugin-ggcevo-game 1.3.20 → 1.3.21
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
|
@@ -2746,7 +2746,7 @@ ${itemDetails.join("\n")}`;
|
|
|
2746
2746
|
record.monthlyDays > yesterday) {
|
|
2747
2747
|
return "暂时没有可补签的日期。";
|
|
2748
2748
|
}
|
|
2749
|
-
const costPoints =
|
|
2749
|
+
const costPoints = 100;
|
|
2750
2750
|
if (record.totalRewards < costPoints) {
|
|
2751
2751
|
return `补签需要消耗${costPoints}枚金币,您的金币不足。`;
|
|
2752
2752
|
}
|