mirror of
https://shylinux.com/x/ContextOS
synced 2025-06-27 02:17:31 +08:00
opt website
This commit is contained in:
parent
f5f192a243
commit
4be6f7acae
@ -14,6 +14,6 @@
|
|||||||
event action listen event dream.create cmd web.code.tmux.session
|
event action listen event dream.create cmd web.code.tmux.session
|
||||||
|
|
||||||
~ssh
|
~ssh
|
||||||
target web.code.tmux
|
target web.code
|
||||||
source local.shy
|
source local.shy
|
||||||
|
|
||||||
|
2
go.mod
2
go.mod
@ -2,7 +2,7 @@ module shylinux.com/x/contexts
|
|||||||
|
|
||||||
go 1.11
|
go 1.11
|
||||||
|
|
||||||
require shylinux.com/x/ice v0.7.6
|
require shylinux.com/x/ice v0.7.7
|
||||||
|
|
||||||
require (
|
require (
|
||||||
shylinux.com/x/golang-story v0.3.5
|
shylinux.com/x/golang-story v0.3.5
|
||||||
|
6
go.sum
6
go.sum
@ -4,10 +4,12 @@ shylinux.com/x/go-sql-mysql v0.0.1 h1:VX5SrwLBKzfkRouj39LgJ9reIXOWmMsScRpr+e0qdp
|
|||||||
shylinux.com/x/go-sql-mysql v0.0.1/go.mod h1:47OfAZK24HRJMy7dAu/jrksGCf9yzJaAUFwWYjhDFDA=
|
shylinux.com/x/go-sql-mysql v0.0.1/go.mod h1:47OfAZK24HRJMy7dAu/jrksGCf9yzJaAUFwWYjhDFDA=
|
||||||
shylinux.com/x/golang-story v0.3.5 h1:52GzwjyFSL1/opzcIcZnSCK6V5wj0cNlyeTYvgq+l0g=
|
shylinux.com/x/golang-story v0.3.5 h1:52GzwjyFSL1/opzcIcZnSCK6V5wj0cNlyeTYvgq+l0g=
|
||||||
shylinux.com/x/golang-story v0.3.5/go.mod h1:4nkJ5zyhNNC2ulPsf6WowneJ+axCw8eWMpsLwiQrvgg=
|
shylinux.com/x/golang-story v0.3.5/go.mod h1:4nkJ5zyhNNC2ulPsf6WowneJ+axCw8eWMpsLwiQrvgg=
|
||||||
shylinux.com/x/ice v0.7.6 h1:ThYvIuq0x6dOHqS2k04ULfIQLNBGKb/1SylmnM8HY+o=
|
|
||||||
shylinux.com/x/ice v0.7.6/go.mod h1:cnR4S2jWpPKuUsmnnul1gZCIZeuFeO17ieHbXmWjwpM=
|
shylinux.com/x/ice v0.7.6/go.mod h1:cnR4S2jWpPKuUsmnnul1gZCIZeuFeO17ieHbXmWjwpM=
|
||||||
shylinux.com/x/icebergs v1.0.3 h1:1LMMWPnuxl0pbocxvhWz03j6mOTrkgze1nYMQjrpBEg=
|
shylinux.com/x/ice v0.7.7 h1:rM7mREc4sZQi54p68pBdxP9yyGj139X9EFvJ6nv2A1Y=
|
||||||
|
shylinux.com/x/ice v0.7.7/go.mod h1:IgRTxU8QmUXY+Kn2RGo45c1cKY8A8+gHZCuDxFvsfPs=
|
||||||
shylinux.com/x/icebergs v1.0.3/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw=
|
shylinux.com/x/icebergs v1.0.3/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw=
|
||||||
|
shylinux.com/x/icebergs v1.0.4 h1:ID9xOYkLagvlm8lgI9+lDAecekXZBVmVxHjri8u44jg=
|
||||||
|
shylinux.com/x/icebergs v1.0.4/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw=
|
||||||
shylinux.com/x/linux-story v0.3.4 h1:1YHGOYac0vvzTNcJCT0bPYdImhuZMfM6JBec/DYzmS4=
|
shylinux.com/x/linux-story v0.3.4 h1:1YHGOYac0vvzTNcJCT0bPYdImhuZMfM6JBec/DYzmS4=
|
||||||
shylinux.com/x/linux-story v0.3.4/go.mod h1:Fj+ojz6nFPPzVGdiroS2LwvLTP7QaeVMRlfuGp/VbiE=
|
shylinux.com/x/linux-story v0.3.4/go.mod h1:Fj+ojz6nFPPzVGdiroS2LwvLTP7QaeVMRlfuGp/VbiE=
|
||||||
shylinux.com/x/mysql-story v0.3.6 h1:uIdHEvNlHTOPfnfhA3zSfdYx+eyTu5Out62mXlOfGCY=
|
shylinux.com/x/mysql-story v0.3.6 h1:uIdHEvNlHTOPfnfhA3zSfdYx+eyTu5Out62mXlOfGCY=
|
||||||
|
@ -2,7 +2,7 @@ module shylinux.com/x/contexts
|
|||||||
|
|
||||||
go 1.11
|
go 1.11
|
||||||
|
|
||||||
require shylinux.com/x/ice v0.7.6
|
require shylinux.com/x/ice v0.7.7
|
||||||
|
|
||||||
require (
|
require (
|
||||||
shylinux.com/x/golang-story v0.3.5
|
shylinux.com/x/golang-story v0.3.5
|
||||||
|
@ -3,10 +3,11 @@ Volcanos("onimport", {help: "导入数据", list: [
|
|||||||
{type: "button", name: "back"},
|
{type: "button", name: "back"},
|
||||||
{type: "button", name: "show"},
|
{type: "button", name: "show"},
|
||||||
], _init: function(can, msg, cb, target) {
|
], _init: function(can, msg, cb, target) {
|
||||||
can.page.Modify(can, can._legend, "示例")
|
if (msg.Length() == 0) {
|
||||||
msg.Push("hi", "hello")
|
msg.Push("hi", "hello")
|
||||||
msg.Push("he", "world")
|
msg.Push("he", "world")
|
||||||
msg.Echo("hello world")
|
msg.Echo("hello world")
|
||||||
|
}
|
||||||
can.onmotion.clear(can)
|
can.onmotion.clear(can)
|
||||||
can.onappend.table(can, msg)
|
can.onappend.table(can, msg)
|
||||||
can.onappend.board(can, msg)
|
can.onappend.board(can, msg)
|
||||||
|
@ -2,7 +2,7 @@ module shylinux.com/x/contexts
|
|||||||
|
|
||||||
go 1.11
|
go 1.11
|
||||||
|
|
||||||
require shylinux.com/x/ice v0.7.6
|
require shylinux.com/x/ice v0.7.7
|
||||||
|
|
||||||
require (
|
require (
|
||||||
shylinux.com/x/golang-story v0.3.5
|
shylinux.com/x/golang-story v0.3.5
|
||||||
|
@ -4,10 +4,12 @@ shylinux.com/x/go-sql-mysql v0.0.1 h1:VX5SrwLBKzfkRouj39LgJ9reIXOWmMsScRpr+e0qdp
|
|||||||
shylinux.com/x/go-sql-mysql v0.0.1/go.mod h1:47OfAZK24HRJMy7dAu/jrksGCf9yzJaAUFwWYjhDFDA=
|
shylinux.com/x/go-sql-mysql v0.0.1/go.mod h1:47OfAZK24HRJMy7dAu/jrksGCf9yzJaAUFwWYjhDFDA=
|
||||||
shylinux.com/x/golang-story v0.3.5 h1:52GzwjyFSL1/opzcIcZnSCK6V5wj0cNlyeTYvgq+l0g=
|
shylinux.com/x/golang-story v0.3.5 h1:52GzwjyFSL1/opzcIcZnSCK6V5wj0cNlyeTYvgq+l0g=
|
||||||
shylinux.com/x/golang-story v0.3.5/go.mod h1:4nkJ5zyhNNC2ulPsf6WowneJ+axCw8eWMpsLwiQrvgg=
|
shylinux.com/x/golang-story v0.3.5/go.mod h1:4nkJ5zyhNNC2ulPsf6WowneJ+axCw8eWMpsLwiQrvgg=
|
||||||
shylinux.com/x/ice v0.7.6 h1:ThYvIuq0x6dOHqS2k04ULfIQLNBGKb/1SylmnM8HY+o=
|
|
||||||
shylinux.com/x/ice v0.7.6/go.mod h1:cnR4S2jWpPKuUsmnnul1gZCIZeuFeO17ieHbXmWjwpM=
|
shylinux.com/x/ice v0.7.6/go.mod h1:cnR4S2jWpPKuUsmnnul1gZCIZeuFeO17ieHbXmWjwpM=
|
||||||
shylinux.com/x/icebergs v1.0.3 h1:1LMMWPnuxl0pbocxvhWz03j6mOTrkgze1nYMQjrpBEg=
|
shylinux.com/x/ice v0.7.7 h1:rM7mREc4sZQi54p68pBdxP9yyGj139X9EFvJ6nv2A1Y=
|
||||||
|
shylinux.com/x/ice v0.7.7/go.mod h1:IgRTxU8QmUXY+Kn2RGo45c1cKY8A8+gHZCuDxFvsfPs=
|
||||||
shylinux.com/x/icebergs v1.0.3/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw=
|
shylinux.com/x/icebergs v1.0.3/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw=
|
||||||
|
shylinux.com/x/icebergs v1.0.4 h1:ID9xOYkLagvlm8lgI9+lDAecekXZBVmVxHjri8u44jg=
|
||||||
|
shylinux.com/x/icebergs v1.0.4/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw=
|
||||||
shylinux.com/x/linux-story v0.3.4 h1:1YHGOYac0vvzTNcJCT0bPYdImhuZMfM6JBec/DYzmS4=
|
shylinux.com/x/linux-story v0.3.4 h1:1YHGOYac0vvzTNcJCT0bPYdImhuZMfM6JBec/DYzmS4=
|
||||||
shylinux.com/x/linux-story v0.3.4/go.mod h1:Fj+ojz6nFPPzVGdiroS2LwvLTP7QaeVMRlfuGp/VbiE=
|
shylinux.com/x/linux-story v0.3.4/go.mod h1:Fj+ojz6nFPPzVGdiroS2LwvLTP7QaeVMRlfuGp/VbiE=
|
||||||
shylinux.com/x/mysql-story v0.3.6 h1:uIdHEvNlHTOPfnfhA3zSfdYx+eyTu5Out62mXlOfGCY=
|
shylinux.com/x/mysql-story v0.3.6 h1:uIdHEvNlHTOPfnfhA3zSfdYx+eyTu5Out62mXlOfGCY=
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
hi
|
hi
|
||||||
hi
|
h1
|
||||||
nfs.dir
|
hi/he.js "示例"
|
||||||
cli.qrcode
|
hi/hi.go
|
||||||
cli.runtime
|
hi/hi.js
|
||||||
web.code.hi.hi
|
|
||||||
he
|
|
||||||
cli.runtime
|
|
||||||
web.code.hi.hi
|
|
Loading…
x
Reference in New Issue
Block a user