This website requires JavaScript.
Explore
Help
Sign In
sui_feng
/
AzurLaneAutoScript
Watch
1
Star
0
Fork
0
You've already forked AzurLaneAutoScript
mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced
2026-04-24 04:06:59 +08:00
Code
Activity
Files
296d8e66b0dc3b5bd94d5d89796d4e7acd8576d2
AzurLaneAutoScript
/
module
/
research
History
nEEtdo0d
296d8e66b0
fix regexp for durations using two digits namely '12'. It would incorrectly capture only the 1 in C12 and when filtered did not match the duration attribute as a result thus was not filtered correctly. If there are double digits using decimal places (12.5) then the regexp will need to be updated again but for time being this works for properly for 12 hour filters
2020-07-30 17:13:34 -04:00
..
assets.py
Fix: [EN] fix RESEARCH_UNAVAILABLE asset
2020-07-30 16:55:28 -03:00
filter.py
Add: Research module
2020-07-17 05:32:22 +08:00
preset.py
Add: Research module
2020-07-17 05:32:22 +08:00
project_data.py
Add: Research module
2020-07-17 05:32:22 +08:00
project.py
fix regexp for durations using two digits namely '12'. It would incorrectly capture only the 1 in C12 and when filtered did not match the duration attribute as a result thus was not filtered correctly. If there are double digits using decimal places (12.5) then the regexp will need to be updated again but for time being this works for properly for 12 hour filters
2020-07-30 17:13:34 -04:00
research.py
Fix: Research start too fast to detect
2020-07-28 23:48:01 +08:00