mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
fix(Taptap): 推荐广告-减少误触 (#912)
* Update com.taptap.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -13,10 +13,12 @@ export default defineAppConfig({
|
|||||||
key: 0,
|
key: 0,
|
||||||
activityIds: 'com.taptap.other.basic.impl.TapMainActivity',
|
activityIds: 'com.taptap.other.basic.impl.TapMainActivity',
|
||||||
matchLauncher: true,
|
matchLauncher: true,
|
||||||
matches: '[id="com.taptap.app.game:id/app_menu"][visibleToUser=true]',
|
matches:
|
||||||
|
'[id="com.taptap.app.middle:id/decision_layout_mask"] + @[id="com.taptap.app.game:id/app_menu"][visibleToUser=true]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://gkd-kit.songe.li/import/12840903',
|
'https://gkd-kit.songe.li/import/12840903',
|
||||||
'https://gkd-kit.songe.li/import/12842279',
|
'https://gkd-kit.songe.li/import/12842279',
|
||||||
|
'https://gkd-kit.gitee.io/import/12864810', //需避免点击正常情况下的app menu
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user