This commit is contained in:
IT 老营长 @云轩领航-创始人 2025-03-03 07:53:15 +08:00
parent 20f7311c13
commit 9bcc69bb48
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/machine"
"社 区" "https://bbs.shylinux.com"
`

View File

@ -119,7 +119,6 @@ func (s Monitor) List(m *ice.Message, arg ...string) {
}
})
m.Action(s.Foreach, s.Script)
m.Cmdy("", s.Script)
} else {
m.Cmdy(web.SPACE, arg[0], m.PrefixKey())
}