yz-yuki-plugin 2.0.5-14 → 2.0.5-15

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.
@@ -272,7 +272,7 @@ class BiliQuery {
272
272
  }
273
273
  catch (err) {
274
274
  logger?.error(`优纪插件:获取B站完整文章内容失败 [ ${postUrl} ] : ${err}`);
275
- return null;
275
+ return { readInfo: null, articleType: null };
276
276
  }
277
277
  }
278
278
  /**解析旧版完整文章内容 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yz-yuki-plugin",
3
- "version": "2.0.5-14",
3
+ "version": "2.0.5-15",
4
4
  "description": "优纪插件,yunzaijs 关于 微博推送、B站推送 等功能的拓展插件",
5
5
  "author": "snowtafir",
6
6
  "type": "module",