feat: platform self-adaptation for file viewer application (#2603)

pull/2693/head
Samler 2 months ago committed by GitHub
parent 17fc598fb3
commit a0aefef691
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 {

Loading…
Cancel
Save