forked from x/ContextOS
opt some
This commit is contained in:
parent
cf0c15bc3a
commit
24c33f8d32
3
Makefile
3
Makefile
@ -24,6 +24,9 @@ arm:
|
|||||||
mipsle:
|
mipsle:
|
||||||
GOOS=linux GOARCH=mipsle go build -o usr/publish/ice.linux.mipsle src/main.go src/version.go src/binpack.go
|
GOOS=linux GOARCH=mipsle go build -o usr/publish/ice.linux.mipsle src/main.go src/version.go src/binpack.go
|
||||||
|
|
||||||
|
docker:
|
||||||
|
docker image build -t $${PWD##*/} bin/
|
||||||
|
|
||||||
%: src/%.go
|
%: src/%.go
|
||||||
@echo && date
|
@echo && date
|
||||||
go build -v -o usr/publish/$@ src/$@.go && chmod u+x usr/publish/$@
|
go build -v -o usr/publish/$@ src/$@.go && chmod u+x usr/publish/$@
|
||||||
|
@ -49,4 +49,4 @@ import (
|
|||||||
_ "shylinux.com/x/golang-story/src/data/leecode"
|
_ "shylinux.com/x/golang-story/src/data/leecode"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() { print(ice.Run()) }
|
func main() { print(ice.Run()) }
|
@ -26,6 +26,7 @@ contexts toolkits learning
|
|||||||
section "火山架"
|
section "火山架"
|
||||||
field "趋势图" web.code.git.trend args `volcanos`
|
field "趋势图" web.code.git.trend args `volcanos`
|
||||||
field "架构图" web.code.git.spide args `volcanos`
|
field "架构图" web.code.git.spide args `volcanos`
|
||||||
|
field web.code.docker.client
|
||||||
|
|
||||||
section "冰山架"
|
section "冰山架"
|
||||||
field "趋势图" web.code.git.trend args `icebergs`
|
field "趋势图" web.code.git.trend args `icebergs`
|
||||||
@ -41,5 +42,4 @@ source "usr/icebergs/misc/java/compile.shy"
|
|||||||
source "usr/icebergs/misc/java/spring.shy"
|
source "usr/icebergs/misc/java/spring.shy"
|
||||||
source "usr/icebergs/misc/node/compile.shy"
|
source "usr/icebergs/misc/node/compile.shy"
|
||||||
source "usr/icebergs/misc/node/vue.shy"
|
source "usr/icebergs/misc/node/vue.shy"
|
||||||
source "usr/icebergs/misc/coder/coder.shy"
|
source "usr/icebergs/misc/coder/coder.shy"
|
||||||
|
|
@ -1,9 +1,10 @@
|
|||||||
left
|
left
|
||||||
username
|
username
|
||||||
系统
|
系统
|
||||||
|
some index web.code.h2.h2 action auto
|
||||||
命令 index cli.system
|
命令 index cli.system
|
||||||
共享 index cli.qrcode
|
共享 index cli.qrcode
|
||||||
代码
|
代码
|
||||||
趋势 index web.code.git.trend args icebergs action auto
|
趋势 index web.code.git.trend args icebergs
|
||||||
状态 index web.code.git.status args icebergs
|
状态 index web.code.git.status args icebergs
|
||||||
main
|
main
|
@ -56,7 +56,7 @@ profile "测试群"
|
|||||||
~ web.code.git server status
|
~ web.code.git server status
|
||||||
research "测试 research"
|
research "测试 research"
|
||||||
~ web.code favor bench pprof xterm
|
~ web.code favor bench pprof xterm
|
||||||
web.code.docker.runtime
|
web.code.docker.client
|
||||||
operate "运维群"
|
operate "运维群"
|
||||||
aaa "权限 aaa"
|
aaa "权限 aaa"
|
||||||
- user totp sess role
|
- user totp sess role
|
||||||
|
Loading…
x
Reference in New Issue
Block a user