mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 06:47:20 +08:00
feat: app支持排序
This commit is contained in:
@@ -17,3 +17,7 @@ type AppUpdateShow struct {
|
||||
Slug string `json:"slug" form:"slug" validate:"required|exists:apps,slug"`
|
||||
Show bool `json:"show" form:"show"`
|
||||
}
|
||||
|
||||
type AppUpdateOrder struct {
|
||||
Slugs []string `json:"slugs" form:"slugs" validate:"required"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user