Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

feat(微博):首赞红包领取并关闭 #3893

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/apps/com.sina.weibo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
],
});