initial commit

This commit is contained in:
2025-12-10 22:50:35 +09:00
parent 8cf674c9e5
commit 6b76389942
12 changed files with 393 additions and 493 deletions

View File

@@ -3,6 +3,7 @@ package proto
type GetVersionRsp struct {
Current string `json:"current"`
Latest string `json:"latest"`
UpdateUrl string `json:"update_url"`
}
type GetPreviewRsp struct {