mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
feat.好友访问功能支持没有好友的情况(?
This commit is contained in:
@@ -321,14 +321,22 @@
|
||||
"template": "FriendsList.png",
|
||||
"action": "clickSelf",
|
||||
"next": [
|
||||
"StartToVisit"
|
||||
"StartToVisit",
|
||||
"NoFriends"
|
||||
]
|
||||
},
|
||||
"NoFriends": {
|
||||
"template": "NoFriends.png",
|
||||
"action": "doNothing",
|
||||
"next": [
|
||||
"ReturnToMall"
|
||||
]
|
||||
},
|
||||
"StartToVisit": {
|
||||
"template": "StartToVisit.png",
|
||||
"templThreshold": 0.8,
|
||||
"action": "clickSelf",
|
||||
"rearDelay": 5000,
|
||||
"rearDelay": 3000,
|
||||
"next": [
|
||||
"VisitNext"
|
||||
]
|
||||
|
||||
BIN
resource/template/NoFriends.png
Normal file
BIN
resource/template/NoFriends.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.6 KiB |
Reference in New Issue
Block a user