From e554708cc78ca552d655bce71e07359a098de4d0 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Tue, 14 Nov 2023 19:41:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=9A=E7=82=B9):=20=E4=BC=98=E6=83=A0?= =?UTF-8?q?=E5=88=B8=E5=BC=B9=E7=AA=97=20(#2065)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2062 --- src/apps/com.wm.dmall.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.wm.dmall.ts b/src/apps/com.wm.dmall.ts index c8582d26..a8e19b5c 100644 --- a/src/apps/com.wm.dmall.ts +++ b/src/apps/com.wm.dmall.ts @@ -49,5 +49,19 @@ export default defineAppConfig({ snapshotUrls: ['https://i.gkd.li/import/13234668'], }, }, + { + key: 4, + name: '优惠劵提示', + enable: false, + quickFind: true, + matchLauncher: true, + rules: { + matches: [ + '[id="com.wm.dmall:id/coupon_activity"][text="去使用"]', + '[id="com.wm.dmall:id/iv_close"]', + ], + snapshotUrls: ['https://i.gkd.li/import/13331283'], + }, + }, ], });