fix(archive): decode filename when decompressing zips (#7998 close #7988)

This commit is contained in:
KirCute_ECT
2025-02-16 12:25:01 +08:00
committed by GitHub
parent 30d8c20756
commit c230f24ebe
3 changed files with 43 additions and 6 deletions

View File

@ -39,7 +39,7 @@ type ArchiveMetaResp struct {
type ArchiveContentResp struct {
ObjResp
Children []ArchiveContentResp `json:"children,omitempty"`
Children []ArchiveContentResp `json:"children"`
}
func toObjsRespWithoutSignAndThumb(obj model.Obj) ObjResp {