mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-06 22:39:08 +08:00
修改 docker 编译
This commit is contained in:
@@ -21,16 +21,16 @@ var uiData embed.FS
|
||||
|
||||
// 程序版本
|
||||
var (
|
||||
appVer string
|
||||
commitId string
|
||||
date string
|
||||
appVer string
|
||||
commitId string
|
||||
buildDate string
|
||||
)
|
||||
|
||||
func main() {
|
||||
admin.UiData = uiData
|
||||
base.APP_VER = appVer
|
||||
base.CommitId = commitId
|
||||
base.Date = date
|
||||
base.BuildDate = buildDate
|
||||
|
||||
base.Start()
|
||||
handler.Start()
|
||||
|
Reference in New Issue
Block a user