1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
harveyshao 2022-02-14 01:50:25 +08:00
parent 5f2b2b20c1
commit edde076709
6 changed files with 3 additions and 45 deletions

View File

@ -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

View File

@ -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{}) }

View File

@ -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{}) }

View File

@ -1,3 +0,0 @@
chapter "hi"
field "hi" web.code.hi.hi

View File

@ -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"

View File

@ -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' {} +
`