forked from x/ContextOS
opt log
This commit is contained in:
parent
b11806d62b
commit
d3db87c598
@ -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
17
src/h2/h2.go
Normal 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
3
src/h2/h2.shy
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
chapter "h2"
|
||||||
|
|
||||||
|
field web.code.h2.h2
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user