mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-04-02 02:00:44 +08:00
feat: 更新思维导图,优化侧边栏快速预览
This commit is contained in:
@@ -25,25 +25,7 @@ export const navbar = [
|
||||
},
|
||||
{
|
||||
text: '思维导图',
|
||||
// link: "/manuscripts/mark-map",
|
||||
children: [
|
||||
{
|
||||
text: '数据结构',
|
||||
link: '/manuscripts/mark-map/ds-map.md'
|
||||
},
|
||||
{
|
||||
text: '操作系统',
|
||||
link: '/manuscripts/mark-map/os-map.md'
|
||||
},
|
||||
{
|
||||
text: '计算机组成原理',
|
||||
link: '/manuscripts/mark-map/ccp-map.md'
|
||||
},
|
||||
{
|
||||
text: '计算机网络',
|
||||
link: '/manuscripts/mark-map/cn-map.md'
|
||||
}
|
||||
]
|
||||
link: "/manuscripts/mark-map",
|
||||
},
|
||||
// http://localhost:4200/mark-map/job-poster-bytedance.html
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import {dsSidebar} from "../../manuscripts/ds/ds.sidebar";
|
||||
import {cppSidebar} from "../../manuscripts/ccp/cpp.sidebar";
|
||||
import {cnSidebar} from "../../manuscripts/cn/cn.sidebar";
|
||||
import {noteMapSidebar} from "../../manuscripts/mark-map/note-map.sidebar";
|
||||
import {MarkMapSidebar} from "../../manuscripts/mark-map/mark-map.sidebar";
|
||||
import {osSidebar} from "../../manuscripts/os/os.sidebar";
|
||||
|
||||
/**
|
||||
@@ -12,4 +12,5 @@ export const sidebar = {
|
||||
"/manuscripts/os": osSidebar,
|
||||
"/manuscripts/ccp": cppSidebar,
|
||||
"/manuscripts/cn": cnSidebar,
|
||||
"/manuscripts/mark-map": MarkMapSidebar
|
||||
}
|
||||
@@ -35,6 +35,6 @@
|
||||
})</script><script>((getMarkmap, getOptions, root, jsonOptions) => {
|
||||
const markmap = getMarkmap();
|
||||
window.mm = markmap.Markmap.create('svg#mindmap', (getOptions || markmap.deriveOptions)(jsonOptions), root);
|
||||
})(() => window.markmap,null,{"type":"heading","depth":0,"payload":{"lines":[1,2]},"content":"计算机组成原理","children":[]},null)</script>
|
||||
})(() => window.markmap,null,{"type":"heading","depth":0,"payload":{"lines":[0,1]},"content":"计算机组成原理","children":[]},null)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -35,6 +35,6 @@
|
||||
})</script><script>((getMarkmap, getOptions, root, jsonOptions) => {
|
||||
const markmap = getMarkmap();
|
||||
window.mm = markmap.Markmap.create('svg#mindmap', (getOptions || markmap.deriveOptions)(jsonOptions), root);
|
||||
})(() => window.markmap,null,{"type":"heading","depth":0,"payload":{"lines":[1,2]},"content":"计算机网络","children":[]},null)</script>
|
||||
})(() => window.markmap,null,{"type":"heading","depth":0,"payload":{"lines":[0,1]},"content":"计算机网络","children":[]},null)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -35,6 +35,6 @@
|
||||
})</script><script>((getMarkmap, getOptions, root, jsonOptions) => {
|
||||
const markmap = getMarkmap();
|
||||
window.mm = markmap.Markmap.create('svg#mindmap', (getOptions || markmap.deriveOptions)(jsonOptions), root);
|
||||
})(() => window.markmap,null,{"type":"heading","depth":0,"payload":{"lines":[1,2]},"content":"操作系统","children":[]},null)</script>
|
||||
})(() => window.markmap,null,{"type":"heading","depth":0,"payload":{"lines":[0,1]},"content":"操作系统","children":[]},null)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -35,6 +35,6 @@
|
||||
})</script><script>((getMarkmap, getOptions, root, jsonOptions) => {
|
||||
const markmap = getMarkmap();
|
||||
window.mm = markmap.Markmap.create('svg#mindmap', (getOptions || markmap.deriveOptions)(jsonOptions), root);
|
||||
})(() => window.markmap,null,{"type":"heading","depth":0,"payload":{"lines":[1,2]},"content":"思维导图","children":[{"type":"list_item","depth":1,"payload":{"lines":[4,5]},"content":"<a href=\"../../mark-map/ds-map.html\" target=\"_blank\">数据结构</a>","children":[]},{"type":"list_item","depth":1,"payload":{"lines":[5,6]},"content":"<a href=\"../../mark-map/os-map.html\" target=\"_blank\">操作系统</a>","children":[]},{"type":"list_item","depth":1,"payload":{"lines":[6,7]},"content":"<a href=\"../../mark-map/ccp-map.html\" target=\"_blank\">计算机组成原理</a>","children":[]},{"type":"list_item","depth":1,"payload":{"lines":[7,8]},"content":"<a href=\"../../mark-map/cn-map.html\" target=\"_blank\">计算机网络</a>","children":[]}]},null)</script>
|
||||
})(() => window.markmap,null,{"type":"heading","depth":0,"payload":{"lines":[0,1]},"content":"思维导图","children":[{"type":"blockquote","depth":1,"payload":{"lines":[2,3]},"content":"","children":[{"type":"paragraph","depth":2,"payload":{"lines":[2,3]},"content":"思维导图汇总整理,内容更新慢于笔记,赶稿中...","children":[]}]},{"type":"bullet_list","depth":1,"payload":{"lines":[4,8]},"content":"","children":[{"type":"list_item","depth":2,"payload":{"lines":[4,5]},"content":"<a href=\"../../mark-map/ds-map.html\" target=\"_blank\">数据结构</a>","children":[]},{"type":"list_item","depth":2,"payload":{"lines":[5,6]},"content":"<a href=\"../../mark-map/os-map.html\" target=\"_blank\">操作系统</a>","children":[]},{"type":"list_item","depth":2,"payload":{"lines":[6,7]},"content":"<a href=\"../../mark-map/ccp-map.html\" target=\"_blank\">计算机组成原理</a>","children":[]},{"type":"list_item","depth":2,"payload":{"lines":[7,8]},"content":"<a href=\"../../mark-map/cn-map.html\" target=\"_blank\">计算机网络</a>","children":[]}]}]},null)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,11 +1,27 @@
|
||||
---
|
||||
headerDepth: 4
|
||||
---
|
||||
|
||||
# 工作机会
|
||||
|
||||
|
||||
|
||||
|
||||
### 字节工作内推
|
||||
|
||||
```mindmap
|
||||
字节工作内推
|
||||
前端
|
||||
支付
|
||||
直播
|
||||
智能营销中台
|
||||
社区安全
|
||||
|
||||
高级前端
|
||||
翻译方向
|
||||
中后台方向
|
||||
抖音用户
|
||||
|
||||
资深前端
|
||||
抖音电商
|
||||
|
||||
```
|
||||
|
||||
|
||||
**帮朋友转发、宣传一下,JD是相对社招而言,校招、实习会降低要求!社招、校招、实习机会多多,更有漂亮hr小姐姐引导整个流程;
|
||||
|
||||
Reference in New Issue
Block a user