Skip to content

Commit

Permalink
优化与新功能
Browse files Browse the repository at this point in the history
1. 刷初始号自选支援卡功能上线测试,最多支持选择两张特定的支援卡。还请多多测试多多反馈!
2. 优化了自动竞技场的卡死问题。
  • Loading branch information
Carpenter-MK1 committed May 27, 2024
1 parent c7e4387 commit 477afd6
Show file tree
Hide file tree
Showing 20 changed files with 826 additions and 9 deletions.
1 change: 1 addition & 0 deletions .nicegui/storage-general.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"controller_type":"Adb","adb_path":"C:\\Program Files\\BlueStacks_nxt_cn\\HD-Adb.exe","adb_address":"127.0.0.1:5555","hwnd":"","window_name":"","resource_dir":"D:\\Github\\MaaHatsuboshiTA\\assets\\resource\\base","task_entry":"Check_Support_Amount"}
362 changes: 359 additions & 3 deletions assets/interface.json

Large diffs are not rendered by default.

Binary file added assets/resource/base/image/card/card_ssr_a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/card/card_ssr_b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/card/card_ssr_c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/card/card_ssr_d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/card/card_ssr_e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/card/card_ssr_f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/card/card_ssr_g.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/card/card_ssr_h.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/card/card_ssr_i.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/card/card_ssr_j.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/card/card_ssr_k.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/card/card_ssr_l.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/card/card_ssr_m.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/card/card_ssr_n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/card/card_ssr_o.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions assets/resource/base/pipeline/contest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"Loop_Enter_Contest_Battle": {
"next": [
"Click_All_Button",
"Flag_Power_Empty",
"Contest_Enemy_Choose"
]
Expand Down Expand Up @@ -124,6 +125,7 @@
"Flag_Power_Empty": {
"recognition": "TemplateMatch",
"template": "text_power_empty.png",
"threshold": 0.9,
"roi": [
430,
0,
Expand Down
Loading

0 comments on commit 477afd6

Please sign in to comment.