From cc0fd125b3d71fb0ca5edf7b8df016caac166ec2 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Fri, 25 Jul 2025 19:49:18 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E6=B1=BD=E6=B0=B4=E9=9F=B3=E4=B9=90):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA=20(#1065)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.luna.music.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/apps/com.luna.music.ts b/src/apps/com.luna.music.ts index be8e535b..e17db6e2 100644 --- a/src/apps/com.luna.music.ts +++ b/src/apps/com.luna.music.ts @@ -42,9 +42,15 @@ export default defineGkdApp({ resetMatch: 'app', rules: [ { - activityIds: 'com.luna.biz.ad.AdActivity', + activityIds: [ + 'com.luna.biz.ad.AdActivity', + 'com.luna.biz.main.main.MainActivity', + ], matches: '@[text="稍后再说"] + [text="立即升级"]', - snapshotUrls: 'https://i.gkd.li/i/14790279', + snapshotUrls: [ + 'https://i.gkd.li/i/14790279', + 'https://i.gkd.li/i/21427972', + ], }, ], },