From 97410abf7068e535df0aa539abb47576e79cff35 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Sun, 14 Jan 2024 20:28:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=8F=9C=E9=B8=9F):=20=E9=A6=96=E9=A1=B5-?= =?UTF-8?q?=E4=BB=8A=E6=97=A5=E6=89=8B=E6=B0=94=E7=BA=A2=E5=8C=85=20(#3743?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(菜鸟): 首页-今日手气红包 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.cainiao.wireless.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps/com.cainiao.wireless.ts b/src/apps/com.cainiao.wireless.ts index 50af3401..f3931023 100644 --- a/src/apps/com.cainiao.wireless.ts +++ b/src/apps/com.cainiao.wireless.ts @@ -69,5 +69,15 @@ export default defineAppConfig({ rules: '@[text="取消"] + [text="好评"]', snapshotUrls: 'https://i.gkd.li/import/13692761', }, + { + key: 7, + name: '首页-今日手气红包', + desc: '点击右上角X', + quickFind: true, + activityIds: + 'com.cainiao.wireless.homepage.view.activity.HomePageActivity', + rules: '[vid="dialog_full_image_close"]', + snapshotUrls: 'https://i.gkd.li/import/13842492', + }, ], });