Skip to content

Commit

Permalink
optimize: getFullArticle
Browse files Browse the repository at this point in the history
  • Loading branch information
snowtafir committed Nov 15, 2024
1 parent 80e9fbe commit 708c257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/bilibili/bilibili.main.query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export class BiliQuery {
}
} catch (err) {
logger?.error(`优纪插件:获取B站完整文章内容失败 [ ${postUrl} ] : ${err}`);
return null;
return { readInfo: null, articleType: null };
}
}
/**解析旧版完整文章内容 */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yuki-plugin",
"version": "2.0.5-14",
"version": "2.0.5-15",
"author": "snowtafir",
"description": "优纪插件,yunzai-V4 关于 微博推送、B站推送 等功能的拓展插件",
"main": "./index",
Expand Down

0 comments on commit 708c257

Please sign in to comment.