From 73fab437183b92dd56d06bce6f4a3d7da16beea2 Mon Sep 17 00:00:00 2001 From: Yun Shan <14977331+Yun-Shan@users.noreply.github.com> Date: Sat, 15 Jun 2024 10:30:54 +0800 Subject: [PATCH] Update WeiboDataSource.js --- src/background/fetcher/impl/local/WeiboDataSource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/background/fetcher/impl/local/WeiboDataSource.js b/src/background/fetcher/impl/local/WeiboDataSource.js index a68a50c..6af2088 100644 --- a/src/background/fetcher/impl/local/WeiboDataSource.js +++ b/src/background/fetcher/impl/local/WeiboDataSource.js @@ -30,7 +30,7 @@ export class WeiboDataSource { ) .replace(/
/g, '\n') ) - .jumpUrl(`https://weibo.com/${weiboId}`); + .jumpUrl(`https://weibo.com/${data.mblog.user.id}/${weiboId}`); switch (dynamicInfo.page_info?.type) { // 普通动态