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

Commit

Permalink
feat(微博):最热钻超弹窗
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 24, 2024
1 parent 6dc8ffe commit add0e62
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/apps/com.sina.weibo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,5 +292,18 @@ export default defineAppConfig({
},
],
},
{
key: 21,
name: '全屏广告-最热钻超弹窗',
desc: '点击X',
quickFind: true,
rules: [
{
activityIds: 'com.sina.weibo.feed.MPDialogActivity',
matches: 'View[childCount=4] > [text="查看更多"] -3 Image[text="close"]',
snapshotUrls: 'https://i.gkd.li/import/14033735',
},
],
},
],
});

0 comments on commit add0e62

Please sign in to comment.