mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 00:23:45 +08:00
feat(志愿汇): 主页广告-优化规则 (#930)
This commit is contained in:
parent
d6ec16ae65
commit
e86b6fb363
|
@ -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',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user