mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-01-08 05:15:14 +00:00
Compare commits
No commits in common. "acea1889310671f15d96f4ed27db7b4692cfa605" and "1b83b7077f8f238b5282325f8d1bf82ba39bc11b" have entirely different histories.
acea188931
...
1b83b7077f
@ -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
|
||||
|
||||
|
||||
@ -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) 为本项目设计的图标。
|
||||
|
||||
@ -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()
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user