From ee04bd481ef3416a1d32ccd0e611150f28ae5b24 Mon Sep 17 00:00:00 2001 From: king Date: Sat, 1 Nov 2025 17:02:37 +0800 Subject: [PATCH] update something --- Loon/plugin/weibo.plugin | 2 +- Surge/module/weibo.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Loon/plugin/weibo.plugin b/Loon/plugin/weibo.plugin index 901c82e4..6101c4a2 100644 --- a/Loon/plugin/weibo.plugin +++ b/Loon/plugin/weibo.plugin @@ -73,7 +73,7 @@ DOMAIN, adpinpai.video.weibocdn.com, REJECT # 屏蔽首页左上角每日的弹窗tips ^https?:\/\/m?api\.weibo\.c(n|om)\/\d/push\/daily reject-dict # 超话按钮的提示 -^https?:\/\/api\.weibo\.c(n|om)\/2\/!\/huati\/(discovery_home_bottom_getdotinfo|mobile_discovery_searchchange)\? reject-dict +^https?:\/\/m?api\.weibo\.c(n|om)\/2\/!\/huati\/(discovery_home_bottom_getdotinfo|mobile_discovery_searchchange)\? reject-dict # 开屏广告 ^https?:\/\/bootrealtime\.uve\.weibo\.com\/v\d\/ad\/realtime reject-dict ^https?:\/\/bootpreload\.uve\.weibo\.com\/v\d\/ad\/preload reject-dict diff --git a/Surge/module/weibo.module b/Surge/module/weibo.module index 381b8acf..bb7a0b82 100644 --- a/Surge/module/weibo.module +++ b/Surge/module/weibo.module @@ -71,7 +71,7 @@ http-response-jq ^https?:\/\/weibointl\.api\.weibo\.cn\/portal\.php\?a=trends& ' ^https?:\/\/m?api\.weibo\.c(n|om)\/\d/push\/daily data-type=text data="{}" status-code=200 header="Content-Type:application/json" # 超话按钮的提示 -^https?:\/\/api\.weibo\.c(n|om)\/2\/!\/huati\/(discovery_home_bottom_getdotinfo|mobile_discovery_searchchange)\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" +^https?:\/\/m?api\.weibo\.c(n|om)\/2\/!\/huati\/(discovery_home_bottom_getdotinfo|mobile_discovery_searchchange)\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" # 开屏广告 ^https?:\/\/bootrealtime\.uve\.weibo\.com\/v\d\/ad\/realtime data-type=text data="{}" status-code=200 header="Content-Type:application/json"