1
0
mirror of https://shylinux.com/x/icebergs synced 2025-06-26 18:37:29 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2025-06-18 08:35:35 +08:00
parent cd25b243c4
commit 3adf9ecc77

35
conf.go
View File

@ -220,23 +220,24 @@ const ( // MSG
MSG_DISPLAY_CSS = "_display_css" MSG_DISPLAY_CSS = "_display_css"
MSG_TOOLKIT = "_toolkit" MSG_TOOLKIT = "_toolkit"
MSG_USERIP = "user.ip" MSG_USERIP = "user.ip"
MSG_USERUA = "user.ua" MSG_USERUA = "user.ua"
MSG_USERURL = "user.url" MSG_USERURL = "user.url"
MSG_USERWEB = "user.web" MSG_USERWEB = "user.web"
MSG_USERPOD = "user.pod" MSG_USERPOD = "user.pod"
MSG_USERPOD0 = "user.pod0" MSG_USERPOD0 = "user.pod0"
MSG_USERWEB0 = "user.web0" MSG_USERWEB0 = "user.web0"
MSG_USERHOST = "user.host" MSG_USERHOST = "user.host"
MSG_USERADDR = "user.addr" MSG_USERADDR = "user.addr"
MSG_USERDATA = "user.data" MSG_USERDATA = "user.data"
MSG_USERNICK = "user.nick" MSG_USERNICK = "user.nick"
MSG_USERNAME = "user.name" MSG_USERNAME = "user.name"
MSG_USERROLE = "user.role" MSG_USERROLE = "user.role"
MSG_USERZONE = "user.zone" MSG_USERZONE = "user.zone"
MSG_LANGUAGE = "user.lang" MSG_LANGUAGE = "user.lang"
MSG_AVATAR = "user.avatar" MSG_AVATAR = "user.avatar"
MSG_USERUID = "user.uid" MSG_USERSTATUS = "user.status"
MSG_USERUID = "user.uid"
MSG_BG = "sess.bg" MSG_BG = "sess.bg"
MSG_FG = "sess.fg" MSG_FG = "sess.fg"