This commit is contained in:
IT 老营长 @云轩领航-创始人 2025-03-03 07:53:13 +08:00
parent 29b58614cc
commit d930ab2d21
2 changed files with 11 additions and 1 deletions

11
src/document/index.shy Normal file
View File

@ -0,0 +1,11 @@
navmenu `
"{{ .Title }}" /
_
"下 载" download/
"文 档" started/
"开 发" development/
_
"应 用" "https://web.shylinux.com/s/20240903-operation/c/web.team.operation.portal"
"源 码" "https://git.shylinux.com/dev/service"
"社 区" "https://bbs.shylinux.com"
`

View File

@ -60,7 +60,6 @@ func (s Gateway) List(m *ice.Message, arg ...string) {
m.Push(nfs.VERSION, ice.Info.Make.Version)
m.Push(mdb.TIME, ice.Info.Make.Time)
m.Action(s.Foreach, s.Script)
m.Cmdy("", s.Script)
} else {
m.Cmdy(web.SPACE, arg[0], m.PrefixKey())
}