feat.好友访问功能支持没有好友的情况(?

This commit is contained in:
MistEO
2021-09-29 23:09:08 +08:00
parent 8180c75cec
commit f497f752f4
2 changed files with 10 additions and 2 deletions

View File

@@ -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"
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB