若干改进

This commit is contained in:
2025-10-02 14:40:40 +08:00
parent e1a5de74ad
commit e96832a60c
2 changed files with 3 additions and 3 deletions

View File

@@ -5,6 +5,6 @@ time_override = -1
# [调试] 一键通过
quick_pass = 0
# 对于每个项目的新记忆核子数量
tasked_number = 6
tasked_number = 8
# UTC 时间戳修正 用于 UNIX 日时间戳的生成修正, 单位为秒
timezone_offset = +28800 # 中国标准时间 (UTC+8)

View File

@@ -9,7 +9,7 @@ import math
MINIMAL_REPEATATION = 2
FILTER = "ALL"
WORST_EF = 5
PAYLOAD = 8
PAYLOAD = 16
print("SM-2 任务预规划实用程序")
print(f"运行时刻: {datetime.datetime.now()}")