feat(conf): 更新配置文件和系统标题

- 在 app.conf.bak 中添加 showStealConfig 和 baseSettings 配置
- 更新 Dockerfile 中的 Go 版本和环境变量
- 更新 go.mod 和 go.sum 中的依赖版本
- 修改 LoginPage 方法,根据环境变量动态显示系统标题
This commit is contained in:
danial
2025-02-23 15:23:04 +08:00
parent 7008be42c7
commit 27c2317a22
5 changed files with 27 additions and 8 deletions

10
go.mod
View File

@@ -1,18 +1,18 @@
module boss
go 1.22.0
go 1.23.0
toolchain go1.22.8
toolchain go1.23.6
require (
github.com/beego/beego/v2 v2.3.3
github.com/beego/beego/v2 v2.3.4
github.com/go-redis/redis/v7 v7.4.1
github.com/go-sql-driver/mysql v1.8.1
github.com/go-sql-driver/mysql v1.9.0
github.com/gogf/gf v1.16.9
github.com/rs/xid v1.6.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/xlzd/gotp v0.1.0
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa
)
require (