mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
fix(TAPTAP): 增加acid (#1866)
* Update com.taptap.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #1844
This commit is contained in:
@@ -23,10 +23,15 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
activityIds:
|
activityIds: [
|
||||||
'com.taptap.game.discovery.impl.findgame.allgame.dialog.FindGameMenuDialog',
|
'com.taptap.game.discovery.impl.findgame.allgame.dialog.FindGameMenuDialog',
|
||||||
|
'com.taptap.other.basic.impl.TapMainActivity',
|
||||||
|
],
|
||||||
matches: '@LinearLayout > [text="对此内容不感兴趣"]',
|
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
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user