mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
opt lark
This commit is contained in:
parent
586389c922
commit
451c67d034
@ -59,3 +59,4 @@
|
||||
target web.wiki.alpha.load
|
||||
target web.code.input.push
|
||||
target web.code.qrc.save
|
||||
target web.chat.lark.app
|
||||
|
@ -33,4 +33,4 @@ ish_miss_prepare_vim() {
|
||||
[ -f ~/.vim/syntax/javascript.vim ] || ln etc/conf/javascript.vim ~/.vim/syntax/javascript.vim
|
||||
}
|
||||
|
||||
# ish_miss_prepare_vim
|
||||
ish_miss_prepare_vim
|
||||
|
@ -11,7 +11,7 @@ import (
|
||||
_ "github.com/shylinux/icebergs/misc/input"
|
||||
_ "github.com/shylinux/icebergs/misc/totp"
|
||||
|
||||
// _ "github.com/shylinux/icebergs/misc/lark"
|
||||
_ "github.com/shylinux/icebergs/misc/lark"
|
||||
// _ "github.com/shylinux/icebergs/misc/md"
|
||||
// _ "github.com/shylinux/icebergs/misc/mp"
|
||||
// _ "github.com/shylinux/icebergs/misc/pi"
|
||||
|
@ -1,11 +1,13 @@
|
||||
Volcanos("onengine", { river: {
|
||||
"product": {name: "产品群", storm: {
|
||||
"speak": {name: "speak", action: [
|
||||
{name: "ticker", help: "定时", inputs: [
|
||||
{type: "text", name: "word", value: "hi"},
|
||||
"lark": {name: "lark", action: [
|
||||
{name: "聊天机器人", help: "lark", inputs: [
|
||||
{type: "text", name: "path", value: "icebergs/misc/lark/lark.shy"},
|
||||
{type: "button", name: "查看", value: "auto"},
|
||||
], index: "cli.runtime", feature: {}},
|
||||
{name: "speak", help: "编程", inputs: [
|
||||
], index: "web.wiki.word", feature: {display: "/plugin/local/wiki/word.js", style: "word"}},
|
||||
]},
|
||||
"share": {name: "share", action: [
|
||||
{name: "云境", help: "shylinux/contexts", inputs: [
|
||||
{type: "text", name: "path", value: "learning/speak/20200724.shy"},
|
||||
{type: "button", name: "查看", value: "auto"},
|
||||
], index: "web.wiki.word", feature: {display: "/plugin/local/wiki/word.js", style: "word"}},
|
||||
|
Loading…
x
Reference in New Issue
Block a user