1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-26 09:14:06 +08:00

opt order.js

This commit is contained in:
shylinux 2020-08-04 01:52:00 +08:00
parent 0a96962bd1
commit 4a1eff6bfc
3 changed files with 17 additions and 15 deletions

View File

@ -66,6 +66,3 @@
target web.chat.wx.menu target web.chat.wx.menu
target web.chat.meet.miss target web.chat.meet.miss
target web.team.task
target web.mall.asset

View File

@ -22,9 +22,11 @@ ish_miss_prepare_intshell
# ish_miss_prepare wubi-dict # ish_miss_prepare wubi-dict
# ish_miss_prepare word-dict # ish_miss_prepare word-dict
ish_miss_prepare linux-story
ish_miss_prepare nginx-story ish_miss_prepare nginx-story
ish_miss_prepare golang-story ish_miss_prepare golang-story
ish_miss_prepare redis-story ish_miss_prepare redis-story
ish_miss_prepare mysql-story
ish_miss_prepare_vim() { ish_miss_prepare_vim() {
mkdir -p ~/.vim/syntax mkdir -p ~/.vim/syntax

View File

@ -36,11 +36,6 @@ Volcanos("onengine", { river: {
]}, ]},
}}, }},
"project": {name: "研发群", storm: { "project": {name: "研发群", storm: {
"inner": {name: "inner", index: [
"web.code.inner",
"web.code.git.status",
"web.code.git.total",
]},
"relay": {name: "relay", index: [ "relay": {name: "relay", index: [
"aaa.totp.get", "aaa.totp.get",
"web.route", "web.route",
@ -54,16 +49,21 @@ Volcanos("onengine", { river: {
"web.code.tmux.buffer", "web.code.tmux.buffer",
"web.code.tmux.session", "web.code.tmux.session",
]}, ]},
"vim": {name: "vim", action: [ "git": {name: "git", action: [
{name: "git", help: "git", index: "web.wiki.word", args: ["icebergs/misc/git/git.shy"]}, {name: "git", help: "git", index: "web.wiki.word", args: ["icebergs/misc/git/git.shy"]},
]},
"vim": {name: "vim", action: [
{name: "vim", help: "vim", index: "web.wiki.word", args: ["icebergs/misc/vim/vim.shy"]}, {name: "vim", help: "vim", index: "web.wiki.word", args: ["icebergs/misc/vim/vim.shy"]},
]}, ]},
"html": {name: "html", action: [ "html": {name: "html", action: [
{name: "draw", help: "绘图", index: "web.wiki.draw.draw", args: ["hi.svg"]}, {name: "draw", help: "绘图", index: "web.wiki.draw.draw", args: ["hi.svg"]},
{name: "spide", help: "爬虫", index: "web.code.git.spide", args: ["icebergs"]},
{name: "trend", help: "趋势", index: "web.code.git.trend", args: ["icebergs"]}, {name: "trend", help: "趋势", index: "web.code.git.trend", args: ["icebergs"]},
{name: "spide", help: "爬虫", index: "web.code.git.spide", args: ["icebergs"]},
{name: "HTML5", help: "网页", index: "web.wiki.word", args: ["icebergs/misc/chrome/chrome.shy"]}, {name: "HTML5", help: "网页", index: "web.wiki.word", args: ["icebergs/misc/chrome/chrome.shy"]},
]}, ]},
"linux": {name: "linux", action: [
{name: "linux", help: "系统", index: "web.wiki.word", args: ["linux-story/src/main.shy"]},
]},
"nginx": {name: "nginx", action: [ "nginx": {name: "nginx", action: [
{name: "nginx", help: "代理", index: "web.wiki.word", args: ["nginx-story/src/main.shy"]}, {name: "nginx", help: "代理", index: "web.wiki.word", args: ["nginx-story/src/main.shy"]},
]}, ]},
@ -73,6 +73,9 @@ Volcanos("onengine", { river: {
"redis": {name: "redis", action: [ "redis": {name: "redis", action: [
{name: "redis", help: "缓存", index: "web.wiki.word", args: ["redis-story/src/main.shy"]}, {name: "redis", help: "缓存", index: "web.wiki.word", args: ["redis-story/src/main.shy"]},
]}, ]},
"mysql": {name: "mysql", action: [
{name: "mysql", help: "数据", index: "web.wiki.word", args: ["mysql-story/src/main.shy"]},
]},
"context": {name: "context", action: [ "context": {name: "context", action: [
{name: "think", help: "智库", index: "web.wiki.word", args: ["learning/"]}, {name: "think", help: "智库", index: "web.wiki.word", args: ["learning/"]},
{name: "index", help: "索引", index: "web.wiki.word", args: ["learning/index.shy"]}, {name: "index", help: "索引", index: "web.wiki.word", args: ["learning/index.shy"]},
@ -80,6 +83,11 @@ Volcanos("onengine", { river: {
]}, ]},
}}, }},
"profile": {name: "测试群", storm: { "profile": {name: "测试群", storm: {
"docker": {name: "docker", index: [
"web.code.docker.image",
"web.code.docker.container",
"web.code.docker.command",
]},
"pprof": {name: "pprof", index: [ "pprof": {name: "pprof", index: [
"web.code.pprof", "web.code.pprof",
"web.code.bench", "web.code.bench",
@ -87,11 +95,6 @@ Volcanos("onengine", { river: {
"web.cache", "web.cache",
"web.share", "web.share",
]}, ]},
"docker": {name: "docker", index: [
"web.code.docker.image",
"web.code.docker.container",
"web.code.docker.command",
]},
}}, }},
"operate": {name: "运维群", storm: { "operate": {name: "运维群", storm: {
"os": {name: "os", action: [ "os": {name: "os", action: [