Skip to content

Commit

Permalink
fix: #84 #85
Browse files Browse the repository at this point in the history
  • Loading branch information
moesnow committed Dec 28, 2023
1 parent 2ef0830 commit c217fd9
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions assets/config/screens.json
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,21 @@
]
}
]
},
{
"target_screen": "universe_main",
"actions_list": [
{
"action": "auto.click_element",
"args": [
"传送",
"min_distance_text",
"crop=(691.0 / 1920, 291.0 / 1080, 968.0 / 1920, 374.0 / 1080)",
"include=True",
"source=\"积分奖励\""
]
}
]
}
]
},
Expand Down Expand Up @@ -883,6 +898,52 @@
]
}
]
},
{
"target_screen": "universe_expansion",
"actions_list": [
{
"action": "auto.click_element",
"args": [
"./assets/images/screen/universe/switch.png",
"image",
0.9,
10
]
}
]
}
]
},
{
"name": "模拟宇宙-扩展装置",
"id": "universe_expansion",
"image_path": "./assets/images/screen/universe/universe_expansion.png",
"actions": [
{
"target_screen": "main",
"actions_list": [
{
"action": "auto.press_key",
"args": [
"esc"
]
}
]
},
{
"target_screen": "universe_main",
"actions_list": [
{
"action": "auto.click_element",
"args": [
"./assets/images/screen/universe/switch.png",
"image",
0.9,
10
]
}
]
}
]
},
Expand Down
Binary file added assets/images/screen/universe/switch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/screen/universe/universe_main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c217fd9

Please sign in to comment.