From e8930504e45d1397cb1483e1a700e9fa5c2328f1 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:57:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(TapTap):=20=E6=B8=B8=E6=88=8F=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E7=95=8C=E9=9D=A2-=E6=8E=A8=E8=8D=90=E5=B9=BF?= =?UTF-8?q?=E5=91=8A-=E8=A7=84=E5=88=99=E4=BC=98=E5=8C=96=20(#782)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 【游戏浏览界面-推荐广告】 * fix 【游戏浏览界面-推荐广告】修正 key = 0 的 activityid 和 快照 * feat 【游戏浏览界面-推荐广告】指定 matchLauncher = true --- src/apps/com.taptap.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/apps/com.taptap.ts b/src/apps/com.taptap.ts index ddb1f2d9..23db19a8 100644 --- a/src/apps/com.taptap.ts +++ b/src/apps/com.taptap.ts @@ -11,9 +11,13 @@ export default defineAppConfig({ rules: [ { key: 0, - activityIds: 'com.android.launcher3.Launcher', + activityIds: 'com.taptap.other.basic.impl.TapMainActivity', + matchLauncher: true, matches: '[id="com.taptap.app.game:id/app_menu"][visibleToUser=true]', - snapshotUrls: 'https://gkd-kit.songe.li/import/12840903', + snapshotUrls: [ + 'https://gkd-kit.songe.li/import/12840903', + 'https://gkd-kit.songe.li/import/12842279', + ], }, { key: 1,