support Visit Ins
@@ -17,7 +17,7 @@ int main(int argc, char** argv)
|
||||
}
|
||||
|
||||
DebugTraceInfo("Start");
|
||||
asst.start();
|
||||
asst.start("SanityBegin");
|
||||
|
||||
getchar();
|
||||
|
||||
|
||||
BIN
resource/FriendList.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
resource/Friends.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
resource/Return.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
resource/StartToVisit.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
resource/VisitLimited.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
resource/VisitNext.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
resource/VisitNextBlack.png
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
@@ -258,6 +258,74 @@
|
||||
"next": [
|
||||
"Random"
|
||||
]
|
||||
},
|
||||
"VisitBegin": {
|
||||
"filename": "",
|
||||
"threshold": 0,
|
||||
"type": "doNothing",
|
||||
"next": [
|
||||
"Friends",
|
||||
"FriendsList",
|
||||
"StartToVisit",
|
||||
"VisitNext",
|
||||
"VisitNextBlack",
|
||||
"Return"
|
||||
]
|
||||
},
|
||||
"Return": {
|
||||
"filename": "Return.png",
|
||||
"threshold": 0.98,
|
||||
"type": "clickSelf",
|
||||
"next": [
|
||||
"Friends",
|
||||
"Return"
|
||||
]
|
||||
},
|
||||
"Friends": {
|
||||
"filename": "Friends.png",
|
||||
"threshold": 0.98,
|
||||
"type": "clickSelf",
|
||||
"next": [
|
||||
"FriendsList"
|
||||
]
|
||||
},
|
||||
"FriendsList": {
|
||||
"filename": "FriendsList.png",
|
||||
"threshold": 0.98,
|
||||
"type": "clickSelf",
|
||||
"next": [
|
||||
"StartToVisit"
|
||||
]
|
||||
},
|
||||
"StartToVisit": {
|
||||
"filename": "StartToVisit.png",
|
||||
"threshold": 0.98,
|
||||
"type": "clickSelf",
|
||||
"next": [
|
||||
"VisitNext"
|
||||
]
|
||||
},
|
||||
"VisitNext": {
|
||||
"filename": "VisitNext.png",
|
||||
"threshold": 0.98,
|
||||
"type": "clickSelf",
|
||||
"next": [
|
||||
"VisitLimited",
|
||||
"VisitNext",
|
||||
"VisitNextBlack"
|
||||
]
|
||||
},
|
||||
"VisitLimited": {
|
||||
"filename": "VisitLimited.png",
|
||||
"threshold": 0.65,
|
||||
"type": "stop",
|
||||
"next": []
|
||||
},
|
||||
"VisitNextBlack": {
|
||||
"filename": "VisitNextBlack.png",
|
||||
"threshold": 0.98,
|
||||
"type": "stop",
|
||||
"next": []
|
||||
}
|
||||
}
|
||||
}
|
||||