feat(志愿汇): 主页广告-优化规则 (#930)

This commit is contained in:
Kun Jinkao 2023-10-12 00:03:40 +08:00 committed by GitHub
parent d6ec16ae65
commit e86b6fb363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,12 +29,17 @@ export default defineAppConfig({
key: 2, key: 2,
name: '主页广告', name: '主页广告',
activityIds: ['com.zzw.october.MainActivity'], activityIds: ['com.zzw.october.MainActivity'],
matchLauncher: true,
rules: [ rules: [
{ {
key: 1, key: 1,
quickFind: true, quickFind: true,
matches: '@ImageView[id="com.zzw.october:id/iv_close"]', matches:
snapshotUrls: 'https://gkd-kit.songe.li/import/12842675', '[id="com.zzw.october:id/interact_ad_root"] >n ImageView[id="com.zzw.october:id/iv_close"]',
snapshotUrls: [
'https://gkd-kit.songe.li/import/12842675',
'https://gkd-kit.songe.li/import/12869369',
],
}, },
], ],
}, },