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', + }, + ], + }, ], });