mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 01:24:05 +08:00
opt some
This commit is contained in:
parent
0b7f4873f0
commit
e6d0f561b6
@ -162,19 +162,19 @@ const (
|
||||
VIEW = "view"
|
||||
CHAT = "chat"
|
||||
|
||||
TEAM_PLAN = "web.team.plan"
|
||||
WIKI_WORD = "web.wiki.word"
|
||||
WIKI_DRAW = "web.wiki.draw"
|
||||
WIKI_FEEL = "web.wiki.feel"
|
||||
CODE_INNER = "web.code.inner"
|
||||
CODE_VIMER = "web.code.vimer"
|
||||
CODE_XTERM = "web.code.xterm"
|
||||
CODE_COMPILE = "web.code.compile"
|
||||
CODE_UPGRADE = "web.code.upgrade"
|
||||
CODE_GIT_SERVICE = "web.code.git.service"
|
||||
CODE_GIT_STATUS = "web.code.git.status"
|
||||
CODE_GIT_REPOS = "web.code.git.repos"
|
||||
CODE_COMPILE = "web.code.compile"
|
||||
CODE_UPGRADE = "web.code.upgrade"
|
||||
CODE_VIMER = "web.code.vimer"
|
||||
CODE_INNER = "web.code.inner"
|
||||
CODE_XTERM = "web.code.xterm"
|
||||
WIKI_WORD = "web.wiki.word"
|
||||
WIKI_DRAW = "web.wiki.draw"
|
||||
WIKI_FEEL = "web.wiki.feel"
|
||||
CHAT_IFRAME = "web.chat.iframe"
|
||||
CHAT_FAVOR = "web.chat.favor"
|
||||
CHAT_FLOWS = "web.chat.flows"
|
||||
CHAT_IFRAME = "web.chat.iframe"
|
||||
TEAM_PLAN = "web.team.plan"
|
||||
)
|
||||
|
@ -89,7 +89,7 @@ func init() {
|
||||
if msg.Append(ice.CMD) != "" {
|
||||
m.RenderRedirect(m.MergePodCmd("", msg.Append(ice.CMD)), ice.MSG_SESSID, aaa.SessCreate(m, msg.Append(aaa.USERNAME)))
|
||||
} else {
|
||||
m.RenderRedirect(nfs.PS, ice.MSG_SESSID, aaa.SessCreate(m, msg.Append(aaa.USERNAME)))
|
||||
m.RenderRedirect(nfs.PS+kit.Select("", "?debug=true", m.Option("debug") == "true"), ice.MSG_SESSID, aaa.SessCreate(m, msg.Append(aaa.USERNAME)))
|
||||
}
|
||||
default:
|
||||
if msg.Append(ice.CMD) != "" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user