1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-05-03 03:47:01 +08:00
ContextOS/src/main.shy
2022-07-14 18:39:04 +08:00

62 lines
1.2 KiB
Plaintext

field "src/hi/hi.go" web.code.inner spark `
package hi
import (
"shylinux.com/x/ice"
)
type hi struct {
ice.Zone
}
func (h hi) List(m *ice.Message, arg ...string) {
h.Zone.List(m, arg...)
}
func init() { ice.Cmd("web.code.hi.hi", hi{}) }
`
title "contexts"
refer `
官网 https://contexts.com.cn
文档 https://contexts.com.cn/help/
源码 https://shylinux.com/x/contexts
`
chapter "实践"
label `
code wiki chat team mall
linux nginx context redis mysql
bash git golang vim tmux
`
chapter "理论"
label `
集群化 模块化 自动化
` fg yellow bg black text.font-family none
chapter "项目"
label `
intshell icebergs volcanos
contexts toolkits learning
` fg red bg black
section "火山架"
field "趋势图" web.code.git.trend args `volcanos`
field "架构图" web.code.git.spide args `volcanos`
section "冰山架"
field "趋势图" web.code.git.trend args `icebergs`
field "架构图" web.code.git.spide args `icebergs`
section "神农架"
field "趋势图" web.code.git.trend args `intshell`
field "架构图" web.code.git.spide args `intshell`
spark md README.md
chapter "项目开发"
source "../usr/icebergs/misc/node/vue.shy"
source "../usr/icebergs/misc/java/spring.shy"
source "../usr/icebergs/core/chat/oauth/oauth.shy"