Skip to content

Commit

Permalink
fix: 修复卡点唱机,MFA控制器锁定为ADB (#223)
Browse files Browse the repository at this point in the history
需要mfa v1.2.1.4
  • Loading branch information
a16797 authored Oct 19, 2024
1 parent 77077d5 commit 3496a2d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions assets/interface.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"default_controller": "adb",
"lock_controller": true,
"controller": [
{
"name": "ADB 默认方式",
Expand Down
13 changes: 10 additions & 3 deletions assets/resource/base/pipeline/awards.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@
"Sub_CollectJukebox",
"Sub_ObtainedAwards",
"Sub_JukeboxAwardsBadge",
"NoJukeboxAwards"
"NoJukeboxAwards",
"ExitEdition"
]
},
"ExitEdition": {
Expand All @@ -181,9 +182,15 @@
187,
154
],
"action": "Click",
"target_offset": [
46,
46,
0,
0
],
"next": [
"Sub_BackButton",
"Stop"
"Sub_JukeboxAwardsBadge"
]
},
"Sub_CollectJukebox": {
Expand Down

0 comments on commit 3496a2d

Please sign in to comment.