diff --git a/etc/init.shy b/etc/init.shy index 12cb2735..68f7cc4d 100644 --- a/etc/init.shy +++ b/etc/init.shy @@ -14,6 +14,6 @@ event action listen event dream.create cmd web.code.tmux.session ~ssh - target web.code + target web.team source local.shy diff --git a/src/h1/h1.go b/src/h1/h1.go deleted file mode 100644 index cd3b4298..00000000 --- a/src/h1/h1.go +++ /dev/null @@ -1,18 +0,0 @@ -package h1 - -import ( - "shylinux.com/x/ice" -) - -type h1 struct { - ice.Hash - - list string `name:"list hash id auto create" help:"数据"` -} - -func (h h1) List(m *ice.Message, arg ...string) { - h.Hash.List(m, arg...) -} - -func init() { ice.Cmd("web.code.h1.h1.go", h1{}) } - diff --git a/src/hi/hi.go b/src/hi/hi.go deleted file mode 100644 index 6652dbd9..00000000 --- a/src/hi/hi.go +++ /dev/null @@ -1,17 +0,0 @@ -package hi - -import ( - "shylinux.com/x/ice" -) - -type hi struct { - ice.Zone - - list string `name:"hi zone id auto insert" help:"hi"` -} - -func (h hi) List(m *ice.Message, arg ...string) { - h.Zone.List(m, arg...) -} - -func init() { ice.Cmd("web.code.hi.hi", hi{}) } diff --git a/src/hi/hi.shy b/src/hi/hi.shy deleted file mode 100644 index f320a71c..00000000 --- a/src/hi/hi.shy +++ /dev/null @@ -1,3 +0,0 @@ -chapter "hi" - -field "hi" web.code.hi.hi diff --git a/src/main.go b/src/main.go index 552ee4a9..c97f63d0 100644 --- a/src/main.go +++ b/src/main.go @@ -1,10 +1,6 @@ package main import ( - _ "shylinux.com/x/contexts/src/h1" - - _ "shylinux.com/x/contexts/src/hi" - "shylinux.com/x/ice" _ "shylinux.com/x/icebergs/misc/alpha" @@ -40,4 +36,4 @@ import ( _ "shylinux.com/x/linux-story/src/qemu" ) -func main() { println(ice.Run()) } \ No newline at end of file +func main() { println(ice.Run()) } diff --git a/src/main.shy b/src/main.shy index a90e8e1a..c498aff6 100644 --- a/src/main.shy +++ b/src/main.shy @@ -35,6 +35,6 @@ section "神农架" field "趋势图" web.code.git.trend args `intshell` field "架构图" web.code.git.spide args `intshell` -spark ` +spark shell ` find . -name "*.css" -exec sed -i 's/: /:/g' {} + `