koishi-plugin-toram 0.2.6-alpha.3 → 0.2.6

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 +0 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -69,7 +69,6 @@ async function apply(ctx, config) {
69
69
  return '你确定是这个日期吗?';
70
70
  }
71
71
  ;
72
- 截止时间date.setDate(截止时间date.getDate() + 1);
73
72
  let 截止时间戳 = 截止时间date.getTime();
74
73
  const 截止时间后缀 = 截止时间.split("日")[1];
75
74
  const 截止时间戳增加 = Number(时间戳增加对应[截止时间后缀]) || 24 * 60 * 60 * 1000;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-toram",
3
3
  "description": "托拉姆物语工具捏【由于技术力原因,插件未自带使用指令所需数据,如需要请联系作者获取】",
4
- "version": "0.2.6-alpha.3",
4
+ "version": "0.2.6",
5
5
  "contributors": [
6
6
  "青灯 <1874053520@qq.com>"
7
7
  ],