diff --git a/core/chat/header.go b/core/chat/header.go index ae6ee0d7..7110ba3a 100644 --- a/core/chat/header.go +++ b/core/chat/header.go @@ -1,14 +1,12 @@ package chat import ( - "path" "strings" ice "shylinux.com/x/icebergs" "shylinux.com/x/icebergs/base/aaa" "shylinux.com/x/icebergs/base/ctx" "shylinux.com/x/icebergs/base/mdb" - "shylinux.com/x/icebergs/base/nfs" "shylinux.com/x/icebergs/base/tcp" "shylinux.com/x/icebergs/base/web" "shylinux.com/x/icebergs/core/code" @@ -120,7 +118,6 @@ func init() { }}, code.WEBPACK: {Name: "webpack", Help: "打包页面", Hand: func(m *ice.Message, arg ...string) { - m.Cmd(nfs.COPY, ice.GO_MOD, path.Join(ice.SRC_RELEASE, ice.GO_MOD)) m.Cmdy(code.WEBPACK, mdb.CREATE, m.OptionSimple(mdb.NAME)) }}, }, Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) {