@wahaha216/koishi-plugin-jmcomic 0.2.7 → 0.2.8

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 CHANGED
@@ -65,10 +65,10 @@ var JM_SCRAMBLE_ID = /var scramble_id = (\d+);/;
65
65
 
66
66
  // src/utils/Const.ts
67
67
  var JM_CLIENT_URL_LIST = [
68
- "www.cdnmhwscc.vip",
69
- "www.cdnblackmyth.club",
70
- "www.cdnmhws.cc",
71
- "www.cdnuc.vip"
68
+ "www.cdnaspa.vip",
69
+ "www.cdnaspa.club",
70
+ "www.cdnplaystation6.vip",
71
+ "www.cdnplaystation6.cc"
72
72
  ];
73
73
  var JM_IMAGE_URL_LIST = [
74
74
  "cdn-msp.jmapiproxy1.cc",
@@ -933,6 +933,8 @@ var JMAppClient = class _JMAppClient extends JMClientAbstract {
933
933
  const photo = await this.getPhotoById(id);
934
934
  photos.push(photo);
935
935
  }
936
+ if (this.config.debug)
937
+ this.logger.info(`本子 ${id} 章节数:${photos.length}`);
936
938
  album.setPhotos(photos);
937
939
  return album;
938
940
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wahaha216/koishi-plugin-jmcomic",
3
3
  "description": "下载JM本子,无需python。支持pdf、zip加密。",
4
- "version": "0.2.7",
4
+ "version": "0.2.8",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
package/readme.md CHANGED
@@ -18,6 +18,15 @@ jm queue
18
18
 
19
19
  ## 更新日志
20
20
 
21
+ <details>
22
+ <summary>0.2.8</summary>
23
+
24
+ 1.解析时添加章节数日志
25
+
26
+ 2.替换最新的客户端域名
27
+
28
+ </details>
29
+
21
30
  <details>
22
31
  <summary>0.2.7</summary>
23
32