1
0
forked from x/ContextOS
This commit is contained in:
harveyshao 2023-01-20 14:51:33 +08:00
parent b11806d62b
commit d3db87c598
4 changed files with 24 additions and 5 deletions

View File

@ -51,8 +51,8 @@
config inner meta.show.plug "" config inner meta.show.plug ""
config vimer meta.show.tabs "" config vimer meta.show.tabs ""
config vimer meta.show.plug "web.code.favor,web.code.xterm" config vimer meta.show.plug "can.debug,web.code.favor,web.code.xterm"
config vimer meta.show.plug "" # config vimer meta.show.plug ""
~web.code.input ~web.code.input
# wubi load file usr/wubi-dict/wubi86 # wubi load file usr/wubi-dict/wubi86
@ -66,6 +66,5 @@
event listen event user.create cmd aaa.sess event listen event user.create cmd aaa.sess
~ssh ~ssh
# target web.code.chrome target web.code
target web.chat.lark
source local.shy source local.shy

17
src/h2/h2.go Normal file
View File

@ -0,0 +1,17 @@
package h2
import (
"shylinux.com/x/ice"
)
type h2 struct {
ice.Zone
list string `name:"list zone id auto insert" help:"示例"`
}
func (s h2) List(m *ice.Message, arg ...string) {
s.Zone.List(m, arg...)
}
func init() { ice.Cmd("web.code.h2.h2", h2{}) }

3
src/h2/h2.shy Normal file
View File

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

View File

@ -3,10 +3,10 @@ refer `
官网 https://contexts.com.cn 官网 https://contexts.com.cn
文档 https://contexts.com.cn/help/ 文档 https://contexts.com.cn/help/
源码 https://shylinux.com/x/contexts 源码 https://shylinux.com/x/contexts
颜色 https://www.cnblogs.com/cl1234/p/5545290.html
` `
section "color" section "color"
refer ` refer `
颜色 https://www.cnblogs.com/cl1234/p/5545290.html
https://www.w3.org/TR/?tag=css https://www.w3.org/TR/?tag=css
https://www.w3schools.com/colors/colors_names.asp https://www.w3schools.com/colors/colors_names.asp
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Colors https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Colors