mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(随手记): 开屏广告(补充规则) (#3902)
This commit is contained in:
@@ -14,10 +14,19 @@ export default defineAppConfig({
|
|||||||
desc: '点击跳过',
|
desc: '点击跳过',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
key: 0,
|
||||||
matches:
|
matches:
|
||||||
'@View[clickable=true] <3 * <2 * < FrameLayout[id="com.mymoney:id/external_ad_content"]',
|
'@View[clickable=true] <3 * <2 * < FrameLayout[id="com.mymoney:id/external_ad_content"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13855760',
|
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',
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user