2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 10:17:17 +08:00

feat: 初步支持环境管理

This commit is contained in:
2026-01-07 01:20:08 +08:00
parent 9f52de654a
commit edadc9b045
41 changed files with 1301 additions and 745 deletions

View File

@@ -9,7 +9,6 @@ type App struct {
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
Slug string `json:"slug"`
Icon string `json:"icon"`
Name string `json:"name"`
Description string `json:"description"`
Categories []string `json:"categories"`