fix: 修复文件上传bug

This commit is contained in:
tangtanglove
2023-03-31 15:38:56 +08:00
parent 0be0df71ba
commit c2297cdf30
3 changed files with 17 additions and 31 deletions

View File

@@ -19,7 +19,7 @@ const (
AppName = "QuarkGo"
// Version of current package
Version = "1.1.46"
Version = "1.1.47"
// 静态文件URL
RespositoryURL = "https://github.com/quarkcms/quark-go/tree/main/website/"