mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(交通银行): 首页弹窗广告 (#466)
This commit is contained in:
@@ -6,13 +6,19 @@ export default defineAppConfig({
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
activityIds: 'com.bankcomm.module.biz.home.MainActivity',
|
||||
name: '弹窗广告',
|
||||
activityIds: [
|
||||
'com.bankcomm.module.biz.home.MainActivity',
|
||||
'com.hihonor.android.launcher.unihome.UniHomeLauncher',
|
||||
],
|
||||
name: '首页弹窗广告',
|
||||
desc: '点击右上角x',
|
||||
rules:
|
||||
'[id="com.bankcomm.Bankcomm:id/popup_ad_image"] - [id="com.bankcomm.Bankcomm:id/popup_close"]',
|
||||
// 貌似快照里位置和截图不对应
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12671987',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12671987',
|
||||
'https://gkd-kit.songe.li/import/12745293', // activityId: 'com.hihonor.android.launcher.unihome.UniHomeLauncher'
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user