Minor cleanup and fixes

Signed-off-by: Sean Du <do4suki@gmail.com>
This commit is contained in:
2026-06-01 21:48:41 +08:00
parent 5ccde3f34a
commit 4664847f10
16 changed files with 38 additions and 8 deletions
+4
View File
@@ -23,6 +23,10 @@ type UserLiveRecord struct {
UpdateDate string `xorm:"insert_date"`
}
func (UserLiveRecord) TableName() string {
return "user_live_record"
}
// TODO: 转移到 schema 下
type NotesList struct {
TimingSec float64 `json:"timing_sec"`