complete full functions;

add some translations;
This commit is contained in:
2023-09-25 18:33:10 +08:00
parent 4e93c2b92b
commit 7310e1117c
13 changed files with 532 additions and 406 deletions

View File

@@ -19,6 +19,11 @@ const (
ProxyRemove
)
const (
nameKey = "name"
oldNameKey = "_old_name"
)
const (
SessionName = "GOSESSION"
AuthName = "_PANEL_AUTH"