reset color;

add title bar;
This commit is contained in:
杨黄林
2023-09-07 11:03:20 +08:00
parent 4413eb3571
commit 8401948dc0
9 changed files with 179 additions and 33 deletions

View File

@@ -164,6 +164,7 @@ func (c *HandleController) MakeManagerFunc() func(context *gin.Context) {
return func(context *gin.Context) {
context.HTML(http.StatusOK, "index.html", gin.H{
"UserManage": ginI18n.MustGetMessage(context, "User Manage"),
"FrpsMultiuser": ginI18n.MustGetMessage(context, "frps multiuser"),
"User": ginI18n.MustGetMessage(context, "User"),
"Token": ginI18n.MustGetMessage(context, "Token"),
"Notes": ginI18n.MustGetMessage(context, "Notes"),