mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
add some
This commit is contained in:
parent
4fb31dbc97
commit
f69f274fff
15
etc/init.shy
15
etc/init.shy
@ -1,17 +1,2 @@
|
|||||||
~web.code
|
|
||||||
webpack insert xterm/lib/xterm.js
|
|
||||||
webpack insert xterm/css/xterm.css
|
|
||||||
webpack insert xterm-addon-fit/lib/xterm-addon-fit.js
|
|
||||||
webpack insert xterm-addon-web-links/lib/xterm-addon-web-links.js
|
|
||||||
binpack insert usr/node_modules/xterm/lib/xterm.js
|
|
||||||
binpack insert usr/node_modules/xterm/css/xterm.css
|
|
||||||
binpack insert usr/node_modules/xterm-addon-fit/lib/xterm-addon-fit.js
|
|
||||||
binpack insert usr/node_modules/xterm-addon-web-links/lib/xterm-addon-web-links.js
|
|
||||||
binpack insert usr/node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff2
|
|
||||||
binpack insert usr/node_modules/bootstrap-icons/font/bootstrap-icons.css
|
|
||||||
~web.code
|
|
||||||
binpack insert usr/icons/
|
|
||||||
~web.code.git
|
|
||||||
config service cmd git
|
|
||||||
~ssh
|
~ssh
|
||||||
source local.shy
|
source local.shy
|
||||||
|
@ -7,13 +7,13 @@ Volcanos({river: {
|
|||||||
}},
|
}},
|
||||||
product: {name: "办公群", icon: "bi bi-wechat", storm: {
|
product: {name: "办公群", icon: "bi bi-wechat", storm: {
|
||||||
feel: {name: "相册 feel", icon: "bi bi-images", index: [
|
feel: {name: "相册 feel", icon: "bi bi-images", index: [
|
||||||
"feel", "draw",
|
"feel",
|
||||||
]},
|
]},
|
||||||
message: {name: "聊天 message", icon: "bi bi-wechat", index: [
|
message: {name: "聊天 message", icon: "bi bi-wechat", index: [
|
||||||
"message",
|
"message",
|
||||||
]},
|
]},
|
||||||
plan: {name: "计划 plan", icon: "bi bi-calendar4-week", index: [
|
plan: {name: "计划 plan", icon: "bi bi-calendar4-week", index: [
|
||||||
"plan", "flows",
|
"plan",
|
||||||
]},
|
]},
|
||||||
matrix: {name: "矩阵 matrix", icon: "bi bi-grid-3x3-gap", type: aaa.TECH, nodetype: web.SERVER, index: [
|
matrix: {name: "矩阵 matrix", icon: "bi bi-grid-3x3-gap", type: aaa.TECH, nodetype: web.SERVER, index: [
|
||||||
"matrix",
|
"matrix",
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
prepare_package() {
|
prepare_package() {
|
||||||
|
return
|
||||||
case "$(uname)" in
|
case "$(uname)" in
|
||||||
Darwin) xcode-select --install 2>/dev/null ;;
|
Darwin) xcode-select --install 2>/dev/null ;;
|
||||||
Linux) if [ `whoami` != "root" ]; then return; fi
|
Linux) if [ `whoami` != "root" ]; then return; fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user