1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-04-02 20:15:38 +08:00
parent 708f7840d2
commit 9573211bd8
6 changed files with 6 additions and 5 deletions

View File

@ -15,5 +15,6 @@ ish_miss_prepare_resource
ish_miss_prepare_release
ish_miss_prepare_icebergs
ish_miss_prepare_toolkits
ish_miss_prepare websocket
ish_miss_make; [ -z "$*" ] || ish_miss_serve "$@"

1
go.mod
View File

@ -6,6 +6,7 @@ replace (
shylinux.com/x/ice => ./usr/release
shylinux.com/x/icebergs => ./usr/icebergs
shylinux.com/x/toolkits => ./usr/toolkits
shylinux.com/x/websocket => ./usr/websocket
)
require (

View File

@ -1,3 +1,2 @@
cd ~/{{.Option "path"}}
chmod u+x {{.Option "file"}}
cd ~/{{.Option "path"}}; chmod u+x {{.Option "file"}}
./{{.Option "file"}} {{.Option "param"}}

View File

@ -1,3 +1,2 @@
cd ~/{{.OptionDefault "dream" "contexts"}}
sleep 3
cd ~/{{.Option "dream"}}; sleep 3
[ -e etc/miss.sh ] && source etc/miss.sh

View File

@ -1,4 +1,4 @@
cd ~/{{.OptionDefault "dream" "contexts"}}; sleep 1
cd ~/{{.Option "dream"}}; sleep 1
export ctx_ops={{.Option "link"}}
./bin/ice.bin admin compile binpack
./bin/ice.bin admin vimer compile

View File

@ -7,6 +7,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
mdb.SEARCH, "搜索", mdb.PLUGIN, "插件",
mdb.PREV, "上一页", mdb.NEXT, "下一页",
mdb.ENABLE, "启用", mdb.DISABLE, "禁用",
mdb.RENAME, "重命名",
web.CLEAR, "清空", web.REFRESH, "刷新",
web.CANCEL, "取消", web.SUBMIT, "提交", web.CONFIRM, "确定",
web.UPLOAD, "上传", web.DOWNLOAD, "下载", web.PREVIEW, "预览",