feat: 改进对象系统

This commit is contained in:
2026-01-01 20:18:18 +08:00
parent 94839c6369
commit 9b32a01a10
39 changed files with 682 additions and 180 deletions

View File

@@ -1,18 +1,18 @@
# [调试] 将更改保存到文件
#persist_to_file = 1
persist_to_file = 1
# [调试] 覆写时间, 设为 -1 以禁用
#daystamp_override = -1
#timestamp_override = -1
daystamp_override = -1
timestamp_override = -1
# [调试] 一键通过
#quick_pass = 1
quick_pass = 1
# 对于每个项目的默认新记忆原子数量
#scheduled_num = 8
scheduled_num = 8
# UTC 时间戳修正 仅用于 UNIX 日时间戳的生成修正, 单位为秒
#timezone_offset = +28800 # 中国标准时间 (UTC+8)
timezone_offset = +28800 # 中国标准时间 (UTC+8)
[interface]