This website requires JavaScript.
Explore
Help
Sign In
LIIILLIIILLIIII
/
Alas
Watch
1
Star
0
Fork
0
You've already forked Alas
mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced
2026-05-15 01:09:26 +08:00
Code
Activity
Files
6b41f3f692d84e63eaa712652d9340d7bfbef4e7
Alas
/
module
/
map
/
exception.py
7 lines
85 B
Python
Raw
Normal View
History
Unescape
Escape
Initial commit
2020-03-29 01:22:46 +08:00
class
CampaignEnd
(
Exception
)
:
pass
Add: 适配第一章, 修复大量bug - 修复处理夜间委托时, 出现递归调用的问题 - 增加红脸出击确认的功能 - 增加了透视识别错误图片保存的开关 - 修复了地图太小时, 透视识别报错的问题 - 修复了相机位于地图外时, 透视识别出错的问题 - 修复了离开退役时, 会连击的问题 - 修复了同时出现低心情和船坞已满弹窗时, 卡住的问题 - 更新了一键退役实装后的安全点击的位置 - 修复了换装滑动失败时, 卡住的问题 - 修复了关闭自动收获后, 出现委托完成的提示是, 进图卡住的问题 - 修复了, 无正在跑的委托时, 报错的问题
2020-04-11 15:23:51 +08:00
class
PerspectiveError
(
Exception
)
:
pass
Copy Permalink