fix: 修复获取图片列表bug

This commit is contained in:
tangtanglove
2023-04-01 10:41:35 +08:00
parent e19621b5c9
commit 05cea30fa9
3 changed files with 7 additions and 6 deletions

View File

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