Fix: get site summary in dashboard

This commit is contained in:
HFO4
2020-02-22 16:22:04 +08:00
parent 22cec36751
commit 49f784104e
9 changed files with 116 additions and 150 deletions

View File

@@ -1,7 +1,13 @@
package conf
// BackendVersion 当前后端版本号
const BackendVersion = string("3.0.0-beta1")
var BackendVersion = "3.0.0-beta1"
// RequiredDBVersion 与当前版本匹配的数据库版本
const RequiredDBVersion = string("3.0.0-beta1")
var RequiredDBVersion = "3.0.0-beta1"
// IsPro 是否为Pro版本
var IsPro = "true"
// LastCommit 最后commit id
var LastCommit = ""