feat: platform self-adaptation for file viewer application

pull/2603/head
Samler 2025-07-02 02:18:18 +08:00
parent 17fc598fb3
commit 2b47e5d906
No known key found for this signature in database
GPG Key ID: BFDA5A582449E3B0
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ type Viewer struct {
MaxSize int64 `json:"max_size,omitempty"`
Disabled bool `json:"disabled,omitempty"`
Templates []NewFileTemplate `json:"templates,omitempty"`
Platform string `json:"platform,omitempty"`
}
type ViewerGroup struct {