稳定版本构建完成

This commit is contained in:
Alex-larget
2026-03-18 21:06:16 +08:00
parent d6cdd6fdba
commit c4f737c829
411 changed files with 90567 additions and 1216 deletions

View File

@@ -15,6 +15,7 @@ type Person struct {
PersonID string `gorm:"column:person_id;size:50;uniqueIndex" json:"personId"`
Token string `gorm:"column:token;size:36;uniqueIndex" json:"token"` // 32 位唯一 token文章/小程序传此值
Name string `gorm:"column:name;size:100" json:"name"`
Aliases string `gorm:"column:aliases;size:255;default:''" json:"aliases"` // 逗号分隔别名:用于 @ 自动匹配
Label string `gorm:"column:label;size:200" json:"label"`
CkbApiKey string `gorm:"column:ckb_api_key;size:100;default:''" json:"ckbApiKey"` // 存客宝真实密钥,不对外暴露