change template

This commit is contained in:
2025-08-27 00:05:04 +02:00
parent 2c109b945e
commit 83b3a23fe4
9 changed files with 66 additions and 25 deletions

View File

@@ -25,6 +25,7 @@ type (
DownloadLink struct {
OS string `json:"os"`
Arch string `json:"arch"`
Name string `json:"name"`
URL string `json:"url"`
}