feat(随手记): 开屏广告(补充规则) (#3902)

This commit is contained in:
Adpro 2024-01-28 13:43:15 +08:00 committed by GitHub
parent 81dd83c6bd
commit 74c960eee2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',
],
},
],
},
],