fix(微信): 小程序-京东购物新ActivityId (#2301)

This commit is contained in:
xiaowonet 2023-11-20 21:29:02 +08:00 committed by GitHub
parent e197c6b417
commit 7647bdec7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -378,12 +378,18 @@ export default defineAppConfig({
desc: '低价包邮广告',
actionDelay: 500,
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: {
matches: '@Image -n * > View[text="可横向滚动"]',
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',
},
],
});