From 9457cbf84923018de9d32d3f8e4fc766e31919c2 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 26 Jun 2025 13:48:12 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=91=A9=E6=89=98=E8=8C=83-=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20#1011?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jdd.motorfans.ts | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/apps/com.jdd.motorfans.ts b/src/apps/com.jdd.motorfans.ts index b18d2ded..6ae8d651 100644 --- a/src/apps/com.jdd.motorfans.ts +++ b/src/apps/com.jdd.motorfans.ts @@ -37,17 +37,18 @@ export default defineGkdApp({ { key: 2, fastQuery: true, - activityIds: 'com.jdd.motorfans.MTMainActivity', - matches: '[vid="iv_right_top_close"]', + activityIds: [ + 'com.jdd.motorfans.MTMainActivity', + '.modules.detail.DetailActivity2', + ], + matches: + '[vid="iv_right_top_close" || vid="ad_close"][visibleToUser=true]', exampleUrls: 'https://e.gkd.li/0f4b8d7d-fda4-43ee-b892-3a85d6dae278', - snapshotUrls: 'https://i.gkd.li/i/17002101', - }, - { - key: 3, - fastQuery: true, - activityIds: 'com.jdd.motorfans.MTMainActivity', - matches: '[vid="ad_close"]', - snapshotUrls: 'https://i.gkd.li/i/17078108', + snapshotUrls: [ + 'https://i.gkd.li/i/17002101', + 'https://i.gkd.li/i/17078108', + 'https://i.gkd.li/i/20918047', + ], }, ], },