From 9f83757f7e8f4cb853933484e88f13a52ce2b3d1 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:52:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(taptap):=20=E6=9B=B4=E6=96=B0=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=20(#2276)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update com.taptap.ts * Update com.taptap.ts * Update com.taptap.ts * Update com.taptap.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] close #2189 --- src/apps/com.taptap.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.taptap.ts b/src/apps/com.taptap.ts index b47ff44b..61523b09 100644 --- a/src/apps/com.taptap.ts +++ b/src/apps/com.taptap.ts @@ -35,5 +35,18 @@ export default defineAppConfig({ }, ], }, + { + key: 3, + 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', + }, + ], + }, ], });