From f8af90a71e8061102a66a6822ef8b5b0957eddba Mon Sep 17 00:00:00 2001 From: shy Date: Fri, 15 Nov 2024 20:09:08 +0800 Subject: [PATCH] add some --- core/code/css.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/code/css.go b/core/code/css.go index 07b4d767..7ca8992f 100644 --- a/core/code/css.go +++ b/core/code/css.go @@ -74,9 +74,7 @@ func init() { CSS: {Actions: ice.MergeActions(ice.Actions{ mdb.RENDER: {Hand: func(m *ice.Message, arg ...string) { _css_show(m, arg...) }}, mdb.ENGINE: {Hand: func(m *ice.Message, arg ...string) { _css_exec(m, arg...) }}, - TEMPLATE: {Hand: func(m *ice.Message, arg ...string) { - m.Echo(kit.Format(nfs.Template(m, DEMO_CSS), kit.Select(mdb.PLUGIN, ctx.GetFileCmd(kit.ExtChange(path.Join(arg[2], arg[1]), GO))))) - }}, + TEMPLATE: {Hand: func(m *ice.Message, arg ...string) { m.Echo(nfs.Template(m, DEMO_CSS)) }}, }, PlugAction())}, }) }