ns-rss-spider 1.0.5 → 1.0.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.
package/dist/cjs/parse.js CHANGED
@@ -81,7 +81,7 @@ async function parseRss(name, feed, options) {
81
81
  console.log(import_zx.chalk.green(`正在获取缩略图数据`));
82
82
  const thumbKv = await (strategy == null ? void 0 : strategy.getThumbs(originRss));
83
83
  if (thumbKv && Object.keys(thumbKv).length) {
84
- console.log(import_zx.chalk.green(`正在更新缩略图`));
84
+ console.log(import_zx.chalk.green(`正在更新缩略图`), Object.keys(thumbKv).length);
85
85
  thumbs = thumbKv;
86
86
  contents.forEach((content) => {
87
87
  if (thumbKv[content.guid]) {
@@ -83,7 +83,6 @@ var cnbeta = {
83
83
  kv[guid] = thumb;
84
84
  }
85
85
  });
86
- console.log("获取缩略图数据成功", Object.keys(kv).length);
87
86
  return kv;
88
87
  }
89
88
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ns-rss-spider",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "types": "dist/cjs/index.d.ts",