mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
79 lines
1.5 KiB
Plaintext
79 lines
1.5 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"
|
|
|
|
label `
|
|
Windows MacOSX Linux iOS Android
|
|
c/c++ golang python java javascript
|
|
`
|
|
|
|
source h2/h2.shy
|
|
source h4/h4.shy
|
|
source h5/h5.shy
|
|
source h6/h6.shy
|
|
source h7/h7.shy
|
|
source h8/h8.shy
|
|
source h9/h9.shy
|
|
source h10/h10.shy
|
|
source h1/h1.shy
|
|
source h2/h2.shy
|
|
source h3/h3.shy
|
|
source h4/h4.shy |