From 7c8568ed1a6a9d45fc6f5fb7e103e83481805210 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:10:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(TapTap):=E7=89=88=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20(#2616)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2615 --- src/apps/com.taptap.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/apps/com.taptap.ts b/src/apps/com.taptap.ts index 61523b09..48029de8 100644 --- a/src/apps/com.taptap.ts +++ b/src/apps/com.taptap.ts @@ -37,14 +37,17 @@ export default defineAppConfig({ }, { key: 3, - name: '更新提示', + name: '版本更新', quickFind: true, activityIds: 'com.taptap.upgrade.library.dialog.UpgradeDialogAct', rules: [ { matches: - '@[id="com.taptap.app.game:id/btn_dismiss"] - LinearLayout >n [text="立即更新"]', - snapshotUrls: 'https://i.gkd.li/import/13387479', + '@[id="com.taptap.app.game:id/btn_dismiss"] <3 LinearLayout [text="发现新版本"]', + snapshotUrls: [ + 'https://i.gkd.li/import/13387479', + 'https://i.gkd.li/import/13488702', + ], }, ], },