feat:完善网站信息

This commit is contained in:
henry
2021-12-22 14:11:14 +08:00
parent b0a9ef3569
commit 332f67d1c1
14 changed files with 637 additions and 28 deletions

View File

@ -83,7 +83,7 @@ type ShelfStatusKind int
const (
// ShelfStatusForUp 上架
ShelfStatusForUp ShelfStatusKind = iota
ShelfStatusForUp ShelfStatusKind = iota + 1
// ShelfStatusForDown 下架
ShelfStatusForDown
)