mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 09:14:06 +08:00
opt some
This commit is contained in:
parent
779ea0d28c
commit
c357f2a85e
@ -35,5 +35,6 @@ section "神农架"
|
|||||||
field "趋势图" web.code.git.trend args `intshell`
|
field "趋势图" web.code.git.trend args `intshell`
|
||||||
field "架构图" web.code.git.spide args `intshell`
|
field "架构图" web.code.git.spide args `intshell`
|
||||||
|
|
||||||
|
spark `
|
||||||
source hi/hi.shy
|
find . -name "*.css" -exec sed -i 's/: /:/g' {} +
|
||||||
|
`
|
||||||
|
@ -1,8 +1,15 @@
|
|||||||
|
hi "示例"
|
||||||
hi
|
h1 "示例1" layout tabs
|
||||||
hi
|
cli.qrcode 二维码 args "text"
|
||||||
cli.qrcode
|
nfs.dir 目录 args src/
|
||||||
nfs.dir
|
|
||||||
cli.system
|
cli.system
|
||||||
cli.runtime
|
cli.runtime
|
||||||
|
h2 "示例2" layout auto
|
||||||
|
cli.system
|
||||||
|
cli.runtime
|
||||||
|
h3 "示例3" layout grid
|
||||||
|
cli.system
|
||||||
|
cli.runtime
|
||||||
|
web.code.git.trend "趋势图" args icebergs
|
||||||
|
web.code.git.spide "架构图" args icebergs
|
||||||
|
|
||||||
|
13
src/website/some.json
Normal file
13
src/website/some.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"hi": {
|
||||||
|
"name": "示例",
|
||||||
|
"storm": {
|
||||||
|
"hi": {
|
||||||
|
"name": "示例",
|
||||||
|
"list": [
|
||||||
|
{"index": "cli.qrcode"}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user