mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
* fix: 功能入口 * chore: Auto update by pre-commit hooks [skip changelog] * chore: 调整任务 * chore: 重试时只检测对应主题 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
83 lines
2.2 KiB
JSON
83 lines
2.2 KiB
JSON
{
|
|
"Friends-Entry": {
|
|
"algorithm": "JustReturn",
|
|
"action": "DoNothing",
|
|
"crop_doc": {
|
|
"roi": [300, 550, 128, 41],
|
|
"mask": []
|
|
},
|
|
"next": [
|
|
"FriendsDefault",
|
|
"FriendsDark",
|
|
"FriendsSami",
|
|
"FriendsMistCity",
|
|
"FriendsSiege",
|
|
"FriendsSarkaz",
|
|
"FriendsDelicious",
|
|
"FriendsGaming",
|
|
"FriendsDahuangCity",
|
|
"FriendsDreamland",
|
|
"FriendsJieGarden",
|
|
"FriendsAveMujica",
|
|
"FriendsTogether"
|
|
]
|
|
},
|
|
"FriendsDefault": {
|
|
"action": "ClickSelf",
|
|
"maskRange": [1, 255],
|
|
"roi": [250, 500, 200, 200],
|
|
"templThreshold": 0.7,
|
|
"template": "Default/Friends.png",
|
|
"postDelay": 500,
|
|
"next": ["#self", "Stop"]
|
|
},
|
|
"FriendsDark": {
|
|
"baseTask": "FriendsDefault",
|
|
"template": "Dark/Friends.png"
|
|
},
|
|
"FriendsSami": {
|
|
"baseTask": "FriendsDefault",
|
|
"template": "Sami/Friends.png"
|
|
},
|
|
"FriendsMistCity": {
|
|
"baseTask": "FriendsDefault",
|
|
"template": "MistCity/Friends.png"
|
|
},
|
|
"FriendsSiege": {
|
|
"baseTask": "FriendsDefault",
|
|
"template": "Siege/Friends.png"
|
|
},
|
|
"FriendsSarkaz": {
|
|
"baseTask": "FriendsDefault",
|
|
"template": "Sarkaz/Friends.png"
|
|
},
|
|
"FriendsDelicious": {
|
|
"baseTask": "FriendsDefault",
|
|
"template": "Delicious/Friends.png"
|
|
},
|
|
"FriendsGaming": {
|
|
"baseTask": "FriendsDefault",
|
|
"template": "Gaming/Friends.png"
|
|
},
|
|
"FriendsDahuangCity": {
|
|
"baseTask": "FriendsDefault",
|
|
"template": "DahuangCity/Friends.png"
|
|
},
|
|
"FriendsDreamland": {
|
|
"baseTask": "FriendsDefault",
|
|
"template": ["Dreamland/DreamlandDefault/Friends.png", "Dreamland/DreamlandDark/Friends.png"]
|
|
},
|
|
"FriendsJieGarden": {
|
|
"baseTask": "FriendsDefault",
|
|
"template": "JieGarden/Friends.png"
|
|
},
|
|
"FriendsAveMujica": {
|
|
"baseTask": "FriendsDefault",
|
|
"template": "AveMujica/Friends.png"
|
|
},
|
|
"FriendsTogether": {
|
|
"baseTask": "FriendsDefault",
|
|
"template": "Together/Friends.png"
|
|
}
|
|
}
|