diff --git a/src/apps/com.klcxkj.zqxy.ts b/src/apps/com.klcxkj.zqxy.ts index e6c5021f..74e8b5b7 100644 --- a/src/apps/com.klcxkj.zqxy.ts +++ b/src/apps/com.klcxkj.zqxy.ts @@ -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'], + }, + ], + }, ], });