mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-28 15:14:51 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
a621299aea
|
|||
|
1f7ed7b08c
|
|||
|
049499d986
|
|||
|
9c68ab01e6
|
|||
|
e1f61dac14
|
|||
|
7bc3630083
|
+2
-9
@@ -1,6 +1,6 @@
|
||||
<img width="150" height="150" align="left" style="float: left; margin: 0 10px 0 0;" alt="AAS icon" src="docs/resources/aas_icon.svg"/>
|
||||
|
||||
# ArisuAutoSweeper
|
||||
# ArisuAutoScript
|
||||
|
||||
**Blue Archive Automation Script**
|
||||
|
||||
@@ -23,14 +23,7 @@ _Currently only supports JP server._
|
||||
|
||||
- [AzurLaneAutoScript](https://github.com/LmeSzinc/AzurLaneAutoScript): Azur Lane auto script
|
||||
- [StarRailCopilot](https://github.com/LmeSzinc/StarRailCopilot): A bot for Honkai: Star Rail, based on the next
|
||||
generation of ALAS framework
|
||||
|
||||
Some Blue Archive auto scripts:
|
||||
|
||||
- [BAAuto](https://github.com/RedDeadDepresso/BAAuto): Blue Archive Automation Script
|
||||
- [BlueArchiveAutoScript](https://github.com/pur1fying/blue_archive_auto_script): BAAS, used to implement Blue Archive
|
||||
automation
|
||||
- [MBA](https://github.com/MaaAssistantArknights/MBA): BA assistant based on the new architecture of MAA
|
||||
generation of ALAS framework.
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<img width="150" height="150" align="left" style="float: left; margin: 0 10px 0 0;" alt="AAS icon" src="docs/resources/aas_icon.svg"/>
|
||||
|
||||
# ArisuAutoSweeper
|
||||
# ArisuAutoScript
|
||||
|
||||
**蔚蓝档案自动化脚本**
|
||||
|
||||
@@ -24,12 +24,6 @@ _目前仅支持日服。_
|
||||
- [AzurLaneAutoScript](https://github.com/LmeSzinc/AzurLaneAutoScript): 碧蓝航线自动化脚本
|
||||
- [StarRailCopilot](https://github.com/LmeSzinc/StarRailCopilot): 崩坏:星穹铁道脚本,基于下一代Alas框架
|
||||
|
||||
一些蔚蓝档案脚本:
|
||||
|
||||
- [BAAuto](https://github.com/RedDeadDepresso/BAAuto): 蔚蓝档案自动脚本
|
||||
- [BlueArchiveAutoScript](https://github.com/pur1fying/blue_archive_auto_script): BAAS,用于实现蔚蓝档案自动化
|
||||
- [MBA](https://github.com/MaaAssistantArknights/MBA): 基于 MAA 全新架构的 BA 小助手
|
||||
|
||||
## 鸣谢
|
||||
|
||||
感谢 [6bir](https://github.com/6bir) 为本项目设计的图标。
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"help": ""
|
||||
},
|
||||
"Circle": {
|
||||
"name": "Club",
|
||||
"name": "Circle",
|
||||
"help": ""
|
||||
},
|
||||
"TacticalChallenge": {
|
||||
@@ -196,7 +196,7 @@
|
||||
},
|
||||
"Touch": {
|
||||
"name": "Student Interaction",
|
||||
"help": "Auto detect intractable student and tap"
|
||||
"help": "Auto detect intractable student and click"
|
||||
},
|
||||
"AutoAdjust": {
|
||||
"name": "Interface Auto Adjustment",
|
||||
|
||||
@@ -376,7 +376,7 @@ def add_css(filepath):
|
||||
|
||||
|
||||
def _read(path):
|
||||
with open(path, "r", encoding="utf-8") as f:
|
||||
with open(path, "r") as f:
|
||||
return f.read()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user