mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(趣智校园): 弹窗, 横幅 (#2638)
* Update com.klcxkj.zqxy.ts * Update com.klcxkj.zqxy.ts close #2614
This commit is contained in:
@@ -23,9 +23,11 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 1,
|
||||
activityIds: 'com.klcxkj.zqxy.ui.main.MainActivity',
|
||||
matches:
|
||||
'ImageView - LinearLayout - FrameLayout > FrameLayout > ImageView',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12781461',
|
||||
matches: 'ImageView -n FrameLayout > FrameLayout > ImageView',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12781461',
|
||||
'https://i.gkd.li/import/13488673',
|
||||
],
|
||||
},
|
||||
{
|
||||
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'],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user