mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(杭州市民卡): 广告弹窗 (#2350)
This commit is contained in:
@@ -11,9 +11,15 @@ export default defineAppConfig({
|
|||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
activityIds: 'com.smk.activity.MainActivity',
|
activityIds: [
|
||||||
|
'com.smk.activity.MainActivity',
|
||||||
|
'com.smk.activity.LaunchActivity',
|
||||||
|
],
|
||||||
rules: '[id="com.smk:id/iv_close_ad"]',
|
rules: '[id="com.smk:id/iv_close_ad"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13402584',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13402584',
|
||||||
|
'https://i.gkd.li/import/13425013', // activityIds: 'com.smk.activity.LaunchActivity',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user