mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
fix(微信): 小程序-京东购物新ActivityId (#2301)
This commit is contained in:
@@ -378,12 +378,18 @@ export default defineAppConfig({
|
|||||||
desc: '低价包邮广告',
|
desc: '低价包邮广告',
|
||||||
actionDelay: 500,
|
actionDelay: 500,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
activityIds: 'com.tencent.mm.plugin.appbrand.ui.AppBrandUI01',
|
activityIds: [
|
||||||
|
'com.tencent.mm.plugin.appbrand.ui.AppBrandUI01',
|
||||||
|
'com.tencent.mm.plugin.appbrand.ui.AppBrandUI00',
|
||||||
|
],
|
||||||
rules: {
|
rules: {
|
||||||
matches: '@Image -n * > View[text="可横向滚动"]',
|
matches: '@Image -n * > View[text="可横向滚动"]',
|
||||||
action: 'clickCenter',
|
action: 'clickCenter',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13298294', //com.tencent.mm.plugin.appbrand.ui.AppBrandUI01
|
||||||
|
'https://i.gkd.li/import/13327022', //com.tencent.mm.plugin.appbrand.ui.AppBrandUI00
|
||||||
|
],
|
||||||
},
|
},
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13298294',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user