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

Commit

Permalink
feat(随手记): 开屏广告(补充规则) (#3902)
Browse files Browse the repository at this point in the history
  • Loading branch information
adproqwq committed Jan 28, 2024
1 parent 81dd83c commit 74c960e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/apps/com.mymoney.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,19 @@ export default defineAppConfig({
desc: '点击跳过',
rules: [
{
key: 0,
matches:
'@View[clickable=true] <3 * <2 * < FrameLayout[id="com.mymoney:id/external_ad_content"]',
snapshotUrls: 'https://i.gkd.li/import/13855760',
},
{
key: 1, //全局规则将该应用排除
matches: '[text*="跳过"][text.length<=10]',
snapshotUrls: [
'https://i.gkd.li/import/13939216',
'https://i.gkd.li/import/13939163',
],
},
],
},
],
Expand Down

0 comments on commit 74c960e

Please sign in to comment.