mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 03:48:48 +01:00
🎨 桌面端自动下载更新安装包 https://github.com/siyuan-note/siyuan/issues/5837
This commit is contained in:
parent
684e430fe1
commit
e4ddd99863
7 changed files with 18 additions and 11 deletions
|
|
@ -21,11 +21,12 @@ import (
|
|||
)
|
||||
|
||||
type System struct {
|
||||
ID string `json:"id"`
|
||||
KernelVersion string `json:"kernelVersion"`
|
||||
OS string `json:"os"`
|
||||
Container string `json:"container"` // docker, android, ios, std
|
||||
IsInsider bool `json:"isInsider"`
|
||||
ID string `json:"id"`
|
||||
KernelVersion string `json:"kernelVersion"`
|
||||
OS string `json:"os"`
|
||||
Container string `json:"container"` // docker, android, ios, std
|
||||
IsMicrosoftStore bool `json:"isMicrosoftStore"`
|
||||
IsInsider bool `json:"isInsider"`
|
||||
|
||||
HomeDir string `json:"homeDir"`
|
||||
WorkspaceDir string `json:"workspaceDir"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue