Files
panel/internal/request/website_setting.go
T
耗子 c9d5fb264f feat(website): 默认设置支持切换默认站点
在内置默认配置与网站配置之间迁移 default_server 标志,
支持将未匹配域名的请求指向任意网站或恢复面板内置默认页

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-20 03:16:34 +08:00

7 lines
161 B
Go

package request
// WebsiteDefaultSite 默认站点设置,ID 为 0 表示面板内置默认页
type WebsiteDefaultSite struct {
ID uint `json:"id" form:"id"`
}