mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
feat(微信): 京东小程序低价包邮广告 (#1972)
* feat(微信): 京东小程序低价包邮广告 * feat(微信): 京东小程序低价包邮广告 * Update com.tencent.mm.ts * Update com.tencent.mm.ts
This commit is contained in:
@@ -369,5 +369,19 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
enable: false,
|
||||||
|
key: 16,
|
||||||
|
name: '小程序-京东购物',
|
||||||
|
desc: '低价包邮广告',
|
||||||
|
actionDelay: 500,
|
||||||
|
actionMaximum: 1,
|
||||||
|
activityIds: 'com.tencent.mm.plugin.appbrand.ui.AppBrandUI01',
|
||||||
|
rules: {
|
||||||
|
matches: '@Image -n * > View[text="可横向滚动"]',
|
||||||
|
action: 'clickCenter',
|
||||||
|
},
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13298294',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user