feat(趣智校园): 广告弹窗 (#1910)

close #1898
This commit is contained in:
walklty
2023-11-07 23:35:53 +08:00
committed by GitHub
parent 236997d7f7
commit 9f73b7f1aa

View File

@@ -29,10 +29,16 @@ export default defineAppConfig({
}, },
{ {
key: 2, key: 2,
activityIds: 'com.klcxkj.zqxy.ui.main.MainActivity', activityIds: [
'com.klcxkj.zqxy.ui.main.MainActivity',
'com.klcxkj.zqxy.ui.device.apartment.ble.BathingBleActivity',
],
matches: matches:
'ImageView < FrameLayout - FrameLayout > FrameLayout > ImageView', 'ImageView < FrameLayout[childCount=1] - FrameLayout > @FrameLayout[childCount=1] > ImageView',
snapshotUrls: 'https://i.gkd.li/import/13071301', snapshotUrls: [
'https://i.gkd.li/import/13071301',
'https://gkd-kit.gitee.io/import/13274836',
],
}, },
{ {
key: 3, key: 3,
@@ -42,6 +48,12 @@ export default defineAppConfig({
'@Image[text=""] < View +n View > View > TextView[text="广告"]', '@Image[text=""] < View +n View > View > TextView[text="广告"]',
snapshotUrls: 'https://i.gkd.li/import/12781461', snapshotUrls: 'https://i.gkd.li/import/12781461',
}, },
{
key: 4,
activityIds: 'com.klcxkj.zqxy.ui.splash.SplashActivity',
matches: '@ViewGroup < ViewGroup +2 ViewGroup > [text="吉欣广告"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13274838',
},
], ],
}, },
], ],