koishi-plugin-ggcevo-game 0.3.21 → 0.3.22
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 +0 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -453,8 +453,6 @@ ${itemDetails.join("\n")}`;
|
|
|
453
453
|
targetDateChina.setDate(targetDateChina.getDate() + 1);
|
|
454
454
|
const targetDateUTC = new Date(targetDateChina.getTime() - 8 * 60 * 60 * 1e3);
|
|
455
455
|
const nowChina = convertUTCtoChinaTime(/* @__PURE__ */ new Date());
|
|
456
|
-
console.log(targetDateChina);
|
|
457
|
-
console.log(nowChina);
|
|
458
456
|
if (isSameDate(targetDateChina, nowChina)) {
|
|
459
457
|
return "您需要补签的日期是今天,请进行正常签到。";
|
|
460
458
|
}
|