Commit f05cab07 by Li Feifei

test

parent 45dac8aa
Pipeline #15308 passed with stages
in 34 seconds
...@@ -517,7 +517,7 @@ func uploadPacked(bucket *oss.Bucket, filename, contentHash, ...@@ -517,7 +517,7 @@ func uploadPacked(bucket *oss.Bucket, filename, contentHash,
ImageInfos: imageInfos, ImageInfos: imageInfos,
} }
for i := 1; i <= int(word); i++ { for i := 1; i <= int(word); i++ {
p.ImagesName = append(p.ImagesName, fmt.Sprintf("%05d", i)+".webp") p.ImagesName = append(p.ImagesName, fmt.Sprintf("%05d", i)+".png")
} }
log.Println("imageInfos == ", imageInfos) log.Println("imageInfos == ", imageInfos)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment