From 16038c02c70437bdff4162a834c72b8680e0b543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=96=B9=E5=A4=9C=E8=B0=AD?= Date: Thu, 27 Nov 2025 16:32:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=8F=9C=E9=B8=9F-=E5=A5=BD=E5=8F=8B?= =?UTF-8?q?=E4=BB=A3=E5=8F=96=E5=8A=9F=E8=83=BD=E6=8F=90=E7=A4=BA=20(#1503?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.cainiao.wireless.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.cainiao.wireless.ts b/src/apps/com.cainiao.wireless.ts index bf41ebae..0d874e5f 100644 --- a/src/apps/com.cainiao.wireless.ts +++ b/src/apps/com.cainiao.wireless.ts @@ -186,5 +186,18 @@ export default defineGkdApp({ }, ], }, + { + key: 11, + name: '其他-好友代取功能提示', + rules: [ + { + fastQuery: true, + activityIds: + 'com.cainiao.wireless.homepage.view.activity.HomePageActivity', + matches: ['[text^="好友代取"]', '[text="下次再说"][clickable=true]'], + snapshotUrls: 'https://i.gkd.li/i/23787455', + }, + ], + }, ], });