mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 09:14:06 +08:00
opt vimer.js
This commit is contained in:
parent
1ab770be44
commit
a56dd470e1
@ -13,7 +13,7 @@
|
|||||||
config inner meta.show.plug ""
|
config inner meta.show.plug ""
|
||||||
config vimer meta.show.tabs ""
|
config vimer meta.show.tabs ""
|
||||||
config vimer meta.show.exts "inner/search.js?a=1,inner/favor.js"
|
config vimer meta.show.exts "inner/search.js?a=1,inner/favor.js"
|
||||||
config vimer meta.show.plug "cli.system"
|
config vimer meta.show.plug "web.code.tmux.session,web.code.git.status,cli.system"
|
||||||
|
|
||||||
~web.code.input
|
~web.code.input
|
||||||
# wubi load file usr/wubi-dict/wubi86
|
# wubi load file usr/wubi-dict/wubi86
|
||||||
|
@ -12,6 +12,7 @@ type hi struct {
|
|||||||
|
|
||||||
func (s hi) Show(m *ice.Message, arg ...string) {
|
func (s hi) Show(m *ice.Message, arg ...string) {
|
||||||
m.Echo("hello world")
|
m.Echo("hello world")
|
||||||
|
m.StatusTime()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s hi) List(m *ice.Message, arg ...string) {
|
func (s hi) List(m *ice.Message, arg ...string) {
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
Volcanos("onimport", {help: "导入数据", _init: function(can, msg) {
|
Volcanos("onimport", {help: "导入数据", _init: function(can, msg) {
|
||||||
|
msg.Echo("hello world")
|
||||||
|
msg.Echo("hello world")
|
||||||
|
msg.Echo("hello world")
|
||||||
|
msg.Echo("hello world")
|
||||||
msg.Echo("hello world")
|
msg.Echo("hello world")
|
||||||
msg.Dump(can)
|
msg.Dump(can)
|
||||||
}})
|
}})
|
@ -38,6 +38,8 @@ import (
|
|||||||
_ "shylinux.com/x/linux-story/src/busybox"
|
_ "shylinux.com/x/linux-story/src/busybox"
|
||||||
_ "shylinux.com/x/linux-story/src/kernel"
|
_ "shylinux.com/x/linux-story/src/kernel"
|
||||||
_ "shylinux.com/x/linux-story/src/qemu"
|
_ "shylinux.com/x/linux-story/src/qemu"
|
||||||
|
|
||||||
|
_ "shylinux.com/x/contexts/src/hi"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() { print(ice.Run()) }
|
func main() { print(ice.Run()) }
|
18
src/main.shy
18
src/main.shy
@ -59,21 +59,3 @@ chapter "项目开发"
|
|||||||
source "../usr/icebergs/misc/node/vue.shy"
|
source "../usr/icebergs/misc/node/vue.shy"
|
||||||
source "../usr/icebergs/misc/java/spring.shy"
|
source "../usr/icebergs/misc/java/spring.shy"
|
||||||
source "../usr/icebergs/core/chat/oauth/oauth.shy"
|
source "../usr/icebergs/core/chat/oauth/oauth.shy"
|
||||||
|
|
||||||
label `
|
|
||||||
Windows MacOSX Linux iOS Android
|
|
||||||
c/c++ golang python java javascript
|
|
||||||
`
|
|
||||||
|
|
||||||
source h2/h2.shy
|
|
||||||
source h4/h4.shy
|
|
||||||
source h5/h5.shy
|
|
||||||
source h6/h6.shy
|
|
||||||
source h7/h7.shy
|
|
||||||
source h8/h8.shy
|
|
||||||
source h9/h9.shy
|
|
||||||
source h10/h10.shy
|
|
||||||
source h1/h1.shy
|
|
||||||
source h2/h2.shy
|
|
||||||
source h3/h3.shy
|
|
||||||
source h4/h4.shy
|
|
Loading…
x
Reference in New Issue
Block a user