feat: 添加打包,修复bug

This commit is contained in:
chenxiangtong
2026-05-28 20:13:57 +08:00
parent 3927010bb9
commit b5ab610893
9 changed files with 95 additions and 9 deletions

1
api.go
View File

@@ -22,6 +22,7 @@ type Action struct {
Unzip bool `json:"unzip,omitempty"`
URL string `json:"url,omitempty"`
Mirrors []string `json:"mirrors,omitempty"`
IsDir bool `json:"is_dir,omitempty"`
}
type actionsReceivedMsg struct{ actions []Action }