1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 16:47:03 +08:00

Add: 增加多开支持

- 复制一份alas.pyw就可以多开了
- 修复了找不到./log目录的问题
- 增加了报错信息打印至log
This commit is contained in:
LmeSzinc
2020-04-08 00:50:39 +08:00
parent b6bc70e1c6
commit d2c84878f4
7 changed files with 49 additions and 21 deletions

3
.gitignore vendored
View File

@@ -1,6 +1,9 @@
### AzurLaneAutoScript
log
config/*.ini
!config/template.ini
*.pyw
!alas.pyw
dev_tools/debug_tools
.idea