1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00

opt website

This commit is contained in:
harveyshao 2022-03-03 10:43:43 +08:00
parent f5f192a243
commit 4be6f7acae
8 changed files with 21 additions and 20 deletions

View File

@ -14,6 +14,6 @@
event action listen event dream.create cmd web.code.tmux.session
~ssh
target web.code.tmux
target web.code
source local.shy

2
go.mod
View File

@ -2,7 +2,7 @@ module shylinux.com/x/contexts
go 1.11
require shylinux.com/x/ice v0.7.6
require shylinux.com/x/ice v0.7.7
require (
shylinux.com/x/golang-story v0.3.5

6
go.sum
View File

@ -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/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/ice v0.7.6 h1:ThYvIuq0x6dOHqS2k04ULfIQLNBGKb/1SylmnM8HY+o=
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.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/go.mod h1:Fj+ojz6nFPPzVGdiroS2LwvLTP7QaeVMRlfuGp/VbiE=
shylinux.com/x/mysql-story v0.3.6 h1:uIdHEvNlHTOPfnfhA3zSfdYx+eyTu5Out62mXlOfGCY=

View File

@ -2,7 +2,7 @@ module shylinux.com/x/contexts
go 1.11
require shylinux.com/x/ice v0.7.6
require shylinux.com/x/ice v0.7.7
require (
shylinux.com/x/golang-story v0.3.5

View File

@ -3,10 +3,11 @@ Volcanos("onimport", {help: "导入数据", list: [
{type: "button", name: "back"},
{type: "button", name: "show"},
], _init: function(can, msg, cb, target) {
can.page.Modify(can, can._legend, "示例")
msg.Push("hi", "hello")
msg.Push("he", "world")
msg.Echo("hello world")
if (msg.Length() == 0) {
msg.Push("hi", "hello")
msg.Push("he", "world")
msg.Echo("hello world")
}
can.onmotion.clear(can)
can.onappend.table(can, msg)
can.onappend.board(can, msg)

View File

@ -2,7 +2,7 @@ module shylinux.com/x/contexts
go 1.11
require shylinux.com/x/ice v0.7.6
require shylinux.com/x/ice v0.7.7
require (
shylinux.com/x/golang-story v0.3.5

View File

@ -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/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/ice v0.7.6 h1:ThYvIuq0x6dOHqS2k04ULfIQLNBGKb/1SylmnM8HY+o=
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.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/go.mod h1:Fj+ojz6nFPPzVGdiroS2LwvLTP7QaeVMRlfuGp/VbiE=
shylinux.com/x/mysql-story v0.3.6 h1:uIdHEvNlHTOPfnfhA3zSfdYx+eyTu5Out62mXlOfGCY=

View File

@ -1,9 +1,5 @@
hi
hi
nfs.dir
cli.qrcode
cli.runtime
web.code.hi.hi
he
cli.runtime
web.code.hi.hi
h1
hi/he.js "示例"
hi/hi.go
hi/hi.js