fix: 替换四六舍入为四五舍入
This commit is contained in:
@@ -39,7 +39,7 @@ if __name__ == '__main__':
|
||||
from core.factory import ClientApp
|
||||
|
||||
with ClientApp().app_context():
|
||||
calculate(2025, 3)
|
||||
calculate(2025, 5)
|
||||
|
||||
# for i in range(2, 12):
|
||||
# calculate(2022, i+1)
|
||||
|
Reference in New Issue
Block a user