正在进行1.5版本更新,导入第一批代码

This commit is contained in:
2026-07-25 22:15:41 +08:00
parent 1669abf9e8
commit ce07f4f0f0
8 changed files with 717 additions and 117 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ var platforms = []Platform{
{"windows", "386", "Windows x86", ".exe"},
{"linux", "amd64", "Linux x86-64", ""},
{"linux", "arm64", "Linux ARM64", ""},
{"linux", "armv7", "Linux ARMv7", ""},
{"linux", "armv7", "Linux ARMv7l", ""},
}
const (