feat: 在关于页面显示版本号
Build Docker Image / Go Lint (push) Waiting to run
Build Docker Image / Build Docker Image (push) Blocked by required conditions

This commit is contained in:
2026-04-23 06:55:31 +08:00
parent 8a8f812c51
commit 9fcddd5a11
+1
View File
@@ -40,6 +40,7 @@ func Branding(c echo.Context) error {
"name": name,
"copyright": copyright,
"icp": icp,
"version": branding.Version,
})
}