feat: 新增改性剂计算

This commit is contained in:
han0
2024-07-11 18:14:17 +08:00
parent fa029882a2
commit 44c8e8c096
10 changed files with 79 additions and 1295 deletions

View File

@@ -13,4 +13,9 @@ if __name__ == '__main__':
from core.factory import ClientApp
with ClientApp().app_context():
collect(2024, 4)
for i in range(2, 12):
collect(2022, i + 1)
for i in range(1, 12):
collect(2023, i + 1)
for i in range(0, 5):
collect(2024, i + 1)