1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-26 01:04:06 +08:00
This commit is contained in:
shylinux 2020-07-21 10:59:32 +08:00
parent 586389c922
commit 451c67d034
4 changed files with 10 additions and 7 deletions

View File

@ -59,3 +59,4 @@
target web.wiki.alpha.load target web.wiki.alpha.load
target web.code.input.push target web.code.input.push
target web.code.qrc.save target web.code.qrc.save
target web.chat.lark.app

View File

@ -33,4 +33,4 @@ ish_miss_prepare_vim() {
[ -f ~/.vim/syntax/javascript.vim ] || ln etc/conf/javascript.vim ~/.vim/syntax/javascript.vim [ -f ~/.vim/syntax/javascript.vim ] || ln etc/conf/javascript.vim ~/.vim/syntax/javascript.vim
} }
# ish_miss_prepare_vim ish_miss_prepare_vim

View File

@ -11,7 +11,7 @@ import (
_ "github.com/shylinux/icebergs/misc/input" _ "github.com/shylinux/icebergs/misc/input"
_ "github.com/shylinux/icebergs/misc/totp" _ "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/md"
// _ "github.com/shylinux/icebergs/misc/mp" // _ "github.com/shylinux/icebergs/misc/mp"
// _ "github.com/shylinux/icebergs/misc/pi" // _ "github.com/shylinux/icebergs/misc/pi"

View File

@ -1,11 +1,13 @@
Volcanos("onengine", { river: { Volcanos("onengine", { river: {
"product": {name: "产品群", storm: { "product": {name: "产品群", storm: {
"speak": {name: "speak", action: [ "lark": {name: "lark", action: [
{name: "ticker", help: "定时", inputs: [ {name: "聊天机器人", help: "lark", inputs: [
{type: "text", name: "word", value: "hi"}, {type: "text", name: "path", value: "icebergs/misc/lark/lark.shy"},
{type: "button", name: "查看", value: "auto"}, {type: "button", name: "查看", value: "auto"},
], index: "cli.runtime", feature: {}}, ], index: "web.wiki.word", feature: {display: "/plugin/local/wiki/word.js", style: "word"}},
{name: "speak", help: "编程", inputs: [ ]},
"share": {name: "share", action: [
{name: "云境", help: "shylinux/contexts", 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"},
], index: "web.wiki.word", feature: {display: "/plugin/local/wiki/word.js", style: "word"}}, ], index: "web.wiki.word", feature: {display: "/plugin/local/wiki/word.js", style: "word"}},