feat(home): 简介与视频前置、侧栏 Win/安卓直链;后台与 API 默认中文
Made-with: Cursor
This commit is contained in:
@@ -40,6 +40,9 @@ type HomepageData struct {
|
||||
BadgeText string `json:"badge_text"` // FREE ACCESS
|
||||
Features []FeatureItem `json:"features"` // 星际导航等
|
||||
FooterText string `json:"footer_text"` // © 2024 YUHENG ONE
|
||||
// 侧栏直链(与 web 首页 Home.vue 一致,同域静态路径)
|
||||
DownloadWindowsURL string `json:"download_windows_url,omitempty"`
|
||||
DownloadAndroidURL string `json:"download_android_url,omitempty"`
|
||||
// BodyBuilder 首页下方扩展区:与网页积木相同 JSON 字符串 {"version":1,"blocks":[...]},空则仅展示上方模板
|
||||
BodyBuilder string `json:"body_builder,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user