forked from x/ContextOS
opt some
This commit is contained in:
parent
16182fae9a
commit
6d750ca2e1
@ -13,7 +13,7 @@
|
||||
config inner meta.show.plug ""
|
||||
config vimer meta.show.tabs ""
|
||||
config vimer meta.show.exts "inner/search.js?a=1,inner/favor.js"
|
||||
config vimer meta.show.plug "web.code.tmux.session,web.code.git.status,cli.system"
|
||||
config vimer meta.show.plug "web.code.tmux.session,web.code.git.status,web.code.xterm,cli.system"
|
||||
|
||||
~web.code.input
|
||||
# wubi load file usr/wubi-dict/wubi86
|
||||
@ -23,6 +23,7 @@
|
||||
event action listen event dream.create cmd web.code.tmux.session
|
||||
|
||||
~ssh
|
||||
target web.chat
|
||||
target web.code
|
||||
source local.shy
|
||||
|
||||
|
3
go.sum
3
go.sum
@ -1,5 +1,6 @@
|
||||
github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=
|
||||
github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
|
||||
shylinux.com/x/creackpty v0.0.1 h1:o+qDE39jFsHLZB9BRAm0EI6qScjw5PuvdkROqhTcupM=
|
||||
shylinux.com/x/creackpty v0.0.1/go.mod h1:d7DnPv3oGc23WlzrN8hW7p88wNLPAO/XG4ICVEq96i0=
|
||||
shylinux.com/x/go-qrcode v0.0.1 h1:/eOGqMj1qtgs9Ymd12zTUa1gcJZs9S92kj2lb0QzKsE=
|
||||
shylinux.com/x/go-qrcode v0.0.1/go.mod h1:KAbtU+KwiiABMZ/CJ0zh9PI2AX82Uf9rRYcQ4ODm4po=
|
||||
shylinux.com/x/go-sql-mysql v0.0.1 h1:VX5SrwLBKzfkRouj39LgJ9reIXOWmMsScRpr+e0qdp0=
|
||||
|
@ -11,6 +11,7 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/creack/pty v1.1.18 // indirect
|
||||
shylinux.com/x/ice v1.0.1
|
||||
shylinux.com/x/icebergs v1.2.7
|
||||
shylinux.com/x/toolkits v0.6.2
|
||||
|
@ -1,3 +1,6 @@
|
||||
github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
|
||||
shylinux.com/x/creackpty v0.0.1 h1:o+qDE39jFsHLZB9BRAm0EI6qScjw5PuvdkROqhTcupM=
|
||||
shylinux.com/x/creackpty v0.0.1/go.mod h1:d7DnPv3oGc23WlzrN8hW7p88wNLPAO/XG4ICVEq96i0=
|
||||
shylinux.com/x/go-qrcode v0.0.1 h1:/eOGqMj1qtgs9Ymd12zTUa1gcJZs9S92kj2lb0QzKsE=
|
||||
shylinux.com/x/go-qrcode v0.0.1/go.mod h1:KAbtU+KwiiABMZ/CJ0zh9PI2AX82Uf9rRYcQ4ODm4po=
|
||||
shylinux.com/x/go-sql-mysql v0.0.1 h1:VX5SrwLBKzfkRouj39LgJ9reIXOWmMsScRpr+e0qdp0=
|
||||
|
@ -37,8 +37,4 @@ field "架构图" web.code.git.spide args `intshell`
|
||||
|
||||
spark md README.md
|
||||
|
||||
section "LBS"
|
||||
refer `
|
||||
管理 https://lbs.qq.com/dev/console/application/mine
|
||||
文档 https://lbs.qq.com/webApi/javascriptGL/glGuide/glBasic
|
||||
`
|
||||
source "../usr/icebergs/core/chat/location.shy"
|
||||
|
@ -10,7 +10,7 @@ product "产品群"
|
||||
web.wiki.feel "影音媒体"
|
||||
web.wiki.draw "思维导图"
|
||||
web.wiki.data "数据表格"
|
||||
web.team.plan "计划任务"
|
||||
web.chat.location "地图导航"
|
||||
web.wiki.word "智库" args usr/learning/
|
||||
usr/learning/index.shy "索引"
|
||||
src/main.shy "编程"
|
||||
@ -61,7 +61,7 @@ profile "测试群"
|
||||
~ web.code install upgrade publish compile autogen binpack webpack
|
||||
~ web.code.git status server
|
||||
research "测试 research"
|
||||
~ web.code favor bench pprof case
|
||||
~ web.code favor bench pprof case xterm
|
||||
operate "运维群"
|
||||
aaa "权限 aaa"
|
||||
- user totp sess role
|
||||
|
Loading…
x
Reference in New Issue
Block a user