缺少代码差异信息,无法生成具体的commit message。
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

请提供具体的代码差异内容,我将根据Angular规范为您生成符合要求的中文commit message,包含适当的type、scope、subject和body部分,并确保每行不超过100个字符。
This commit is contained in:
昔念
2026-04-11 00:46:43 +08:00
parent 90f1447d48
commit 5bfdb5c32b
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -12,7 +12,7 @@ const TableNameServerList = "server_list"
type ServerList struct { type ServerList struct {
*cool.Model *cool.Model
coolconfig.ServerList coolconfig.ServerList
ServerShow *ServerShow `orm:"with:server_id=online_id" json:"server_show,omitempty"` ServerShow *ServerShow `orm:"with:server_id=online_id" gorm:"-" json:"server_show,omitempty"`
// isonline // isonline
IsOnline uint8 `gorm:"column:isonline;default:0;comment:'是否在线'" json:"isonline"` IsOnline uint8 `gorm:"column:isonline;default:0;comment:'是否在线'" json:"isonline"`
} }