mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 04:42:33 +02:00
remove url from homepage item override
This commit is contained in:
parent
785ea71a20
commit
3af094d788
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,6 @@ type (
|
|||
Description string `json:"description" aliases:"desc"`
|
||||
SortOrder int `json:"sort_order"`
|
||||
WidgetConfig map[string]any `json:"widget_config" aliases:"widget"`
|
||||
URL string `json:"url"` // alias + domain
|
||||
}
|
||||
|
||||
Item struct {
|
||||
|
@ -25,6 +24,7 @@ type (
|
|||
|
||||
Alias string `json:"alias"` // proxy alias
|
||||
Provider string `json:"provider"`
|
||||
URL string `json:"url"` // alias + domain
|
||||
|
||||
IsUnset bool `json:"-"`
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue