Skip to content

Commit

Permalink
Update WeiboDataSource.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Shan authored Jun 15, 2024
1 parent 6d10253 commit 73fab43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/fetcher/impl/local/WeiboDataSource.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class WeiboDataSource {
)
.replace(/<br \/>/g, '\n')
)
.jumpUrl(`https://weibo.com/${weiboId}`);
.jumpUrl(`https://weibo.com/${data.mblog.user.id}/${weiboId}`);

switch (dynamicInfo.page_info?.type) {
// 普通动态
Expand Down

0 comments on commit 73fab43

Please sign in to comment.