From 48e7c676d65ff914374fcd41c8f33fabb0244ab3 Mon Sep 17 00:00:00 2001 From: shylinux Date: Wed, 26 Feb 2020 17:03:10 +0800 Subject: [PATCH] fix ocean spawn --- core/wiki/wiki.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/wiki/wiki.go b/core/wiki/wiki.go index 2bdfe66c..6c018b78 100644 --- a/core/wiki/wiki.go +++ b/core/wiki/wiki.go @@ -361,7 +361,7 @@ var Index = &ice.Context{Name: "wiki", Help: "文档中心", }}, "word": {Name: "word", Help: "语言文字", Meta: kit.Dict("remote", "pod", "display", "wiki/word"), List: kit.List( - kit.MDB_INPUT, "text", "path", "path", "value", "自然/编程/hi.shy", + kit.MDB_INPUT, "text", "name", "path", "value", "自然/编程/hi.shy", kit.MDB_INPUT, "button", "name", "执行", "action", "auto", kit.MDB_INPUT, "button", "name", "返回", "cb", "Last", ), Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) {