diff --git a/src/apps/com.sina.weibo.ts b/src/apps/com.sina.weibo.ts index 9e829d0c3..b03081cf1 100644 --- a/src/apps/com.sina.weibo.ts +++ b/src/apps/com.sina.weibo.ts @@ -285,5 +285,17 @@ export default defineAppConfig({ }, ], }, + { + key: 20, + enable: false, + name: '通知提示-首赞弹窗', + desc: '点击【领取奖励】', + quickFind: false, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.sina.weibo.feed.MPDialogActivity', + rules: '@WebView[text="Wbox"] >5 Button[text="领取奖励"]', + snapshotUrls: 'https://i.gkd.li/import/13837867', + }, ], });