diff --git a/src/document/index.shy b/src/document/index.shy new file mode 100644 index 0000000..2fff835 --- /dev/null +++ b/src/document/index.shy @@ -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" +` diff --git a/src/gateway/gateway.go b/src/gateway/gateway.go index 3c08e83..8f29f7c 100644 --- a/src/gateway/gateway.go +++ b/src/gateway/gateway.go @@ -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()) }