From 67b1e41db9e8eb7f462cea4359dc56914f935c21 Mon Sep 17 00:00:00 2001 From: shy Date: Sun, 18 Aug 2024 02:26:42 +0800 Subject: [PATCH] add some --- core/code/vimer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/code/vimer.go b/core/code/vimer.go index d2a7bc5a..9c24834f 100644 --- a/core/code/vimer.go +++ b/core/code/vimer.go @@ -114,7 +114,7 @@ func init() { } } }}, - nfs.MODULE: {Name: "module name*=hi help type*=Hash,Zone,Code main*=main.go zone top", Help: "创建模块", Hand: func(m *ice.Message, arg ...string) { + nfs.MODULE: {Name: "module name*=hi help type*=Hash,Zone,Code main*=main.go zone* top", Help: "创建模块", Hand: func(m *ice.Message, arg ...string) { m.Cmdy(AUTOGEN, nfs.MODULE, arg) }}, nfs.SCRIPT: {Name: "script file*", Help: "脚本", Hand: func(m *ice.Message, arg ...string) {