feat(趣智校园): 弹窗, 横幅 (#2638)

* Update com.klcxkj.zqxy.ts

* Update com.klcxkj.zqxy.ts

close #2614
This commit is contained in:
walklty
2023-11-30 21:16:33 +08:00
committed by GitHub
parent 871feb501f
commit bf4b4ad751

View File

@@ -23,9 +23,11 @@ export default defineAppConfig({
{ {
key: 1, key: 1,
activityIds: 'com.klcxkj.zqxy.ui.main.MainActivity', activityIds: 'com.klcxkj.zqxy.ui.main.MainActivity',
matches: matches: 'ImageView -n FrameLayout > FrameLayout > ImageView',
'ImageView - LinearLayout - FrameLayout > FrameLayout > ImageView', snapshotUrls: [
snapshotUrls: 'https://i.gkd.li/import/12781461', 'https://i.gkd.li/import/12781461',
'https://i.gkd.li/import/13488673',
],
}, },
{ {
key: 2, key: 2,
@@ -56,5 +58,20 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 2,
name: '横幅广告',
rules: [
{
key: 0,
activityIds: [
'com.klcxkj.zqxy.ui.device.drink.ble.DrinkingBleActivity',
],
matches:
'[id="com.klcxkj.zqxy:id/bathing_adv_layout"] >n FrameLayout[childCount=1] > ImageView',
snapshotUrls: ['https://i.gkd.li/import/13488870'],
},
],
},
], ],
}); });