feat: refactor user list page for new UI

This commit is contained in:
RockYang
2024-03-15 09:29:19 +08:00
parent e3bb69ff10
commit 1b206c3640
9 changed files with 187 additions and 159 deletions

View File

@@ -157,6 +157,7 @@ type ModelAPIConfig struct {
type SystemConfig struct {
Title string `json:"title"`
AdminTitle string `json:"admin_title"`
Logo string `json:"logo"`
InitPower int `json:"init_power"` // 新用户注册赠送算力值
RegisterWays []string `json:"register_ways"` // 注册方式:支持手机,邮箱注册