@@ -510,6 +510,8 @@ func InitBoxes() {
}
for _, box := range Conf.GetOpenedBoxes() {
+ box.UpdateHistoryGenerated() // 初始化历史生成时间为当前时间
+
if !initialized {
box.Index(true)