Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
/ QuanX Public archive

Commit

Permalink
微博 过渡版本
Browse files Browse the repository at this point in the history
  • Loading branch information
RuCu6 committed Aug 16, 2024
1 parent c9f813b commit 5ae9f9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Scripts/weibo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 2024-08-14 17:10
// 2024-08-16 12:30

const url = $request.url;
if (!$response.body) $done({});
Expand Down Expand Up @@ -449,10 +449,10 @@ if (url.includes("/interface/sdk/sdkad.php")) {
// 移除赞过的微博 保留热门内容
continue;
}
if (item?.data?.cleaned !== true) {
// 个人微博页刷完后的推荐微博
continue;
}
// if (item?.data?.cleaned !== true) {
// // 个人微博页刷完后的推荐微博
// continue;
// }
newItems.push(item);
}
}
Expand Down

0 comments on commit 5ae9f9d

Please sign in to comment.