1
0
forked from x/ContextOS
This commit is contained in:
harveyshao 2022-01-26 01:40:44 +08:00
parent 779ea0d28c
commit c357f2a85e
3 changed files with 28 additions and 7 deletions

View File

@ -35,5 +35,6 @@ section "神农架"
field "趋势图" web.code.git.trend args `intshell`
field "架构图" web.code.git.spide args `intshell`
source hi/hi.shy
spark `
find . -name "*.css" -exec sed -i 's/: /:/g' {} +
`

View File

@ -1,8 +1,15 @@
hi
hi
cli.qrcode
nfs.dir
hi "示例"
h1 "示例1" layout tabs
cli.qrcode 二维码 args "text"
nfs.dir 目录 args src/
cli.system
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
View File

@ -0,0 +1,13 @@
{
"hi": {
"name": "示例",
"storm": {
"hi": {
"name": "示例",
"list": [
{"index": "cli.qrcode"}
]
}
}
}
}