@cloud411716/fancy-webnovel 0.1.48 → 0.1.50

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud411716/fancy-webnovel",
3
- "version": "0.1.48",
3
+ "version": "0.1.50",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -339,6 +339,7 @@ function scrapeChannel(ch, type) {
339
339
  if (info.tags) bodyLines.push(`**标签:** ${info.tags}`);
340
340
  bodyLines.push(`**最新更新:** ${b.lastChapterTitle || "未知"}`);
341
341
  bodyLines.push(`**bookId:** ${b.bookId}`);
342
+ if (info.err) bodyLines.push(`⚠️ 详情:${info.err}`);
342
343
  bodyLines.push(`[作品页](https://fanqienovel.com/page/${b.bookId})`);
343
344
  const desc = cleanDesc(info.desc);
344
345
  if (desc) {