mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 17:24:05 +08:00
opt some
This commit is contained in:
parent
1be83b1ccd
commit
586389c922
@ -24,7 +24,3 @@ syntax match shyTitle "^title"
|
|||||||
syntax match shyTitle "^chapter"
|
syntax match shyTitle "^chapter"
|
||||||
syntax match shyTitle "^section"
|
syntax match shyTitle "^section"
|
||||||
|
|
||||||
highlight shySpark ctermbg=darkgreen ctermfg=white
|
|
||||||
syntax match shySpark "^brief"
|
|
||||||
syntax match shySpark "^spark"
|
|
||||||
|
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
Volcanos("onengine", { river: {
|
Volcanos("onengine", { river: {
|
||||||
"product": {name: "产品群", storm: {
|
"product": {name: "产品群", storm: {
|
||||||
"speak": {name: "speak", action: [
|
"speak": {name: "speak", action: [
|
||||||
|
{name: "ticker", help: "定时", inputs: [
|
||||||
|
{type: "text", name: "word", value: "hi"},
|
||||||
|
{type: "button", name: "查看", value: "auto"},
|
||||||
|
], index: "cli.runtime", feature: {}},
|
||||||
{name: "speak", help: "编程", inputs: [
|
{name: "speak", help: "编程", inputs: [
|
||||||
{type: "text", name: "path", value: "learning/speak/20200724.shy"},
|
{type: "text", name: "path", value: "learning/speak/20200724.shy"},
|
||||||
{type: "button", name: "查看", value: "auto"},
|
{type: "button", name: "查看", value: "auto"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user