From 18ce6d3871d3cfa5ac18399cb6425f184a4b1a9d Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Sun, 5 Nov 2023 23:15:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(TAPTAP):=20=E5=A2=9E=E5=8A=A0acid=20(#1866)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update com.taptap.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] close #1844 --- src/apps/com.taptap.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/apps/com.taptap.ts b/src/apps/com.taptap.ts index abe7ca71..86ebc4b1 100644 --- a/src/apps/com.taptap.ts +++ b/src/apps/com.taptap.ts @@ -23,10 +23,15 @@ export default defineAppConfig({ }, { key: 1, - activityIds: + activityIds: [ 'com.taptap.game.discovery.impl.findgame.allgame.dialog.FindGameMenuDialog', + 'com.taptap.other.basic.impl.TapMainActivity', + ], matches: '@LinearLayout > [text="对此内容不感兴趣"]', - snapshotUrls: 'https://i.gkd.li/import/12840904', + snapshotUrls: [ + 'https://i.gkd.li/import/12840904', + 'https://i.gkd.li/import/13258679', //other.basic.impl.TapMainActivity + ], }, ], },