diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index d1d391ff..6a9b444f 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -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', + }, ], });