1
0
forked from x/ContextOS
This commit is contained in:
harveyshao 2021-09-28 18:27:22 +08:00
parent ed68176951
commit c8f9b1f171
3 changed files with 32 additions and 18 deletions

View File

@ -1,4 +1,4 @@
~aaa
~aaa
role white void web.code.git.total
role white void web.code.git.spide
role white void web.code.git.trend
@ -25,6 +25,10 @@
~web
config serve meta.dump false
~web.code
github action create type "github" name "q" text "https://github.com/search"
github action create type "mdn" name "q" text "https://developer.mozilla.org/zh-CN/search"
~web.code.input
# wubi import usr/wubi-dict/wubi86
wubi import usr/wubi-dict/person
@ -32,10 +36,6 @@
~web.wiki.alpha
# alpha import
~web.code
github action create type "github" name "q" text "https://github.com/search"
github action create type "mdn" name "q" text "https://developer.mozilla.org/zh-CN/search"
~web.chat
config header title shylinux.com/x/contexts
config footer legal.0 `<a href="mailto:shylinux@163.com">shylinux@163.com</a>`
@ -43,26 +43,38 @@
email action create type "163" name "keyword" text "https://mail.163.com"
~web.mall
# taobao action create type "taobao" name "q" text "https://s.taobao.com/search"
# beike action create type "beike" text "https://ke.com/ershoufang/rs"
~gdb
event action listen event dream.create cmd web.code.tmux.session
~yac
~cli
target web.code.bash
~web.chat.wx
config menu hash ""
menu create zone home
menu insert zone home title "网站主页" refer "https://shylinux.com"
menu insert zone home title "产品工具" refer "https://shylinux.com?river=product"
~web.mall
# taobao action create type "taobao" name "q" text "https://s.taobao.com/search"
# beike action create type "beike" text "https://ke.com/ershoufang/rs"
~cli
target web.code.bash
~ctx
~lex
~yac
~log
~gdb
event action listen event dream.create cmd web.code.tmux.session
~mdb
~ssh
source local.shy
~nfs
~tcp
return
matrix create shy 32 32
matrix insert shy num num "[0-9]*"

View File

@ -13,7 +13,6 @@ ish_miss_prepare_compile
ish_miss_prepare_develop
ish_miss_prepare_install
ish_miss_prepare release
# ish_miss_prepare wubi-dict
# ish_miss_prepare word-dict
@ -22,6 +21,7 @@ ish_miss_prepare nginx-story
ish_miss_prepare golang-story
ish_miss_prepare redis-story
ish_miss_prepare mysql-story
ish_miss_prepare release
ish_miss_prepare_contexts
ish_miss_prepare_intshell

2
go.sum
View File

@ -5,6 +5,8 @@ github.com/go-sql-driver/mysql v1.5.0 h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gG
github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
github.com/gomodule/redigo v1.8.2 h1:H5XSIre1MB5NbPYFp+i1NBbb5qN1W8Y8YAQoAYbkm8k=
github.com/gomodule/redigo v1.8.2/go.mod h1:P9dn9mFrCBvWhGE1wpxx6fgq7BAeLBk+UUUzlpkBYO0=
github.com/gomodule/redigo v1.8.5 h1:nRAxCa+SVsyjSBrtZmG/cqb6VbTmuRzpg/PoTFlpumc=
github.com/gomodule/redigo v1.8.5/go.mod h1:P9dn9mFrCBvWhGE1wpxx6fgq7BAeLBk+UUUzlpkBYO0=
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/kr/pty v1.1.8 h1:AkaSdXYQOWeaO3neb8EM634ahkXXe3jYbVh/F9lq+GI=