🎨 Clean code

This commit is contained in:
Daniel 2025-07-27 20:26:42 +08:00
parent 9a72ef1472
commit 0f2e044c7e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 4 additions and 4 deletions

View file

@ -870,7 +870,7 @@ func InitBoxes() {
box.UpdateHistoryGenerated() // 初始化历史生成时间为当前时间
if !initialized {
index(box.ID)
indexBox(box.ID)
}
}