From 90cb4e3e3f01c6611097d77707b68e55b058b258 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:44:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BE=8E=E5=9B=A2):=20=E6=96=B0=E4=BA=BA?= =?UTF-8?q?=E8=BF=94=E5=9C=BA=E7=89=B9=E6=83=A0=20(#3598)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3596 --- src/apps/com.sankuai.meituan.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/apps/com.sankuai.meituan.ts b/src/apps/com.sankuai.meituan.ts index f92e9228..5068e090 100644 --- a/src/apps/com.sankuai.meituan.ts +++ b/src/apps/com.sankuai.meituan.ts @@ -171,5 +171,14 @@ export default defineAppConfig({ }, ], }, + { + key: 10, + name: '新人返场特惠', + desc: '点击右上角返回', + activityIds: 'com.meituan.android.base.knb.KNBWebViewActivity', + matchTime: 10000, + rules: '[id="shareNav"] > [text=""]', + snapshotUrls: 'https://i.gkd.li/import/13800691', + }, ], });