mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
@@ -51,7 +51,10 @@ export default defineAppConfig({
|
|||||||
quickFind: true,
|
quickFind: true,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
activityIds: 'com.ss.android.auto.activity.SplashActivity',
|
activityIds: [
|
||||||
|
'com.ss.android.auto.activity.SplashActivity',
|
||||||
|
'com.ss.android.auto.policy.AutoPrivacyActivity',
|
||||||
|
],
|
||||||
rules:
|
rules:
|
||||||
'@TextView[text="以后再说"] - FrameLayout >2 TextView[text$="升级"]',
|
'@TextView[text="以后再说"] - FrameLayout >2 TextView[text$="升级"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13534445',
|
snapshotUrls: 'https://i.gkd.li/import/13534445',
|
||||||
@@ -110,9 +113,21 @@ export default defineAppConfig({
|
|||||||
quickFind: true,
|
quickFind: true,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
activityIds: 'com.ss.android.auto.activity.SplashActivity',
|
activityIds: [
|
||||||
|
'com.ss.android.auto.activity.SplashActivity',
|
||||||
|
'com.ss.android.auto.policy.AutoPrivacyActivity',
|
||||||
|
],
|
||||||
rules: '@TextView[clickable=true] + [text^="打开推送通知"]',
|
rules: '@TextView[clickable=true] + [text^="打开推送通知"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12840664',
|
snapshotUrls: 'https://i.gkd.li/import/12840664',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 7,
|
||||||
|
name: '选车页卡片广告',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.ss.android.auto.activity.ConcernDetailActivity',
|
||||||
|
rules:
|
||||||
|
'TextView[text.length=1][id=null][clickable=false] < @FrameLayout[clickable=true][id!=null] -2 [text="广告"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13686928',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user