feat(taptap): 更新弹窗 (#2276)

* 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] <github-actions[bot]@users.noreply.github.com>

close #2189
This commit is contained in:
walklty 2023-11-20 20:52:47 +08:00 committed by GitHub
parent 5bfd6e3e6d
commit 9f83757f7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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