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,