feat: 新增发布价计算按上月发布加浮动

This commit is contained in:
han0
2025-04-11 11:28:58 +08:00
parent da31327d55
commit cba5738557
3 changed files with 37 additions and 54 deletions

View File

@@ -15,7 +15,7 @@ if __name__ == '__main__':
from core.factory import ClientApp
with ClientApp().app_context():
collect(2024, 8)
collect(2023, 3)
# for i in range(2, 12):
# collect(2022, i + 1)