mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 07:57:21 +08:00
feat: 添加应用图标
This commit is contained in:
@@ -10,6 +10,7 @@ type App struct {
|
||||
|
||||
// AppCenter 应用中心结构
|
||||
type AppCenter struct {
|
||||
Icon string `json:"icon"`
|
||||
Name string `json:"name"`
|
||||
Description string `json:"description"`
|
||||
Slug string `json:"slug"`
|
||||
|
||||
@@ -25,7 +25,7 @@ const columns: any = [
|
||||
render(row: any) {
|
||||
return h(TheIcon, {
|
||||
icon: row.icon,
|
||||
size: 24
|
||||
size: 26
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user