mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 10:27:44 +08:00
Doc: update
This commit is contained in:
parent
a96c16aa45
commit
af87f84ce8
@ -175,4 +175,8 @@ const mindMap = new MindMap({
|
||||
<img src="./web/src/assets/avatar/蜉蝣撼大叔.jpg" style="width: 50px;height: 50px;" />
|
||||
<span>蜉蝣撼大叔</span>
|
||||
</span>
|
||||
<span>
|
||||
<img src="./web/src/assets/avatar/乙.jpg" style="width: 50px;height: 50px;" />
|
||||
<span>乙</span>
|
||||
</span>
|
||||
</p>
|
||||
BIN
web/src/assets/avatar/乙.jpg
Normal file
BIN
web/src/assets/avatar/乙.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 180 KiB |
@ -39,7 +39,7 @@ let APIList = [
|
||||
'markdown',
|
||||
'utils'
|
||||
]
|
||||
let helpList = new Array(4).fill(0).map((_, index) => {
|
||||
let helpList = new Array(5).fill(0).map((_, index) => {
|
||||
return 'help' + (index + 1)
|
||||
})
|
||||
|
||||
|
||||
@ -196,4 +196,8 @@ Open source is not easy. If this project is helpful to you, you can invite the a
|
||||
<img src="../../../../assets/avatar/蜉蝣撼大叔.jpg" style="width: 50px;height: 50px;object-fit: cover;border-radius: 50%;" />
|
||||
<p>蜉蝣撼大叔</p>
|
||||
</div>
|
||||
<div style="display: flex; flex-direction: column; align-items: center; width: fit-content; margin: 5px;">
|
||||
<img src="../../../../assets/avatar/乙.jpg" style="width: 50px;height: 50px;object-fit: cover;border-radius: 50%;" />
|
||||
<p>乙</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -155,6 +155,10 @@ full screen, support mini map</li>
|
||||
<img src="../../../../assets/avatar/蜉蝣撼大叔.jpg" style="width: 50px;height: 50px;object-fit: cover;border-radius: 50%;" />
|
||||
<p>蜉蝣撼大叔</p>
|
||||
</div>
|
||||
<div style="display: flex; flex-direction: column; align-items: center; width: fit-content; margin: 5px;">
|
||||
<img src="../../../../assets/avatar/乙.jpg" style="width: 50px;height: 50px;object-fit: cover;border-radius: 50%;" />
|
||||
<p>乙</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -59,7 +59,8 @@ export default [
|
||||
{ path: 'help1', title: '概要/关联线' },
|
||||
{ path: 'help2', title: '客户端' },
|
||||
{ path: 'help3', title: '打开预览在线文件' },
|
||||
{ path: 'help4', title: '复制粘贴' }
|
||||
{ path: 'help4', title: '复制粘贴' },
|
||||
{ path: 'help5', title: '导出' }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
5
web/src/pages/Doc/zh/help5/index.md
Normal file
5
web/src/pages/Doc/zh/help5/index.md
Normal file
@ -0,0 +1,5 @@
|
||||
# 导出
|
||||
|
||||
## 导出为xmind
|
||||
|
||||
导出的xmind文件无法在xmind8及以下版本打开,请使用最新版xmind软件。
|
||||
18
web/src/pages/Doc/zh/help5/index.vue
Normal file
18
web/src/pages/Doc/zh/help5/index.vue
Normal file
@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>导出</h1>
|
||||
<h2>导出为xmind</h2>
|
||||
<p>导出的xmind文件无法在xmind8及以下版本打开,请使用最新版xmind软件。</p>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
@ -189,4 +189,8 @@
|
||||
<img src="../../../../assets/avatar/蜉蝣撼大叔.jpg" style="width: 50px;height: 50px;object-fit: cover;border-radius: 50%;" />
|
||||
<p>蜉蝣撼大叔</p>
|
||||
</div>
|
||||
<div style="display: flex; flex-direction: column; align-items: center; width: fit-content; margin: 5px;">
|
||||
<img src="../../../../assets/avatar/乙.jpg" style="width: 50px;height: 50px;object-fit: cover;border-radius: 50%;" />
|
||||
<p>乙</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -149,6 +149,10 @@
|
||||
<img src="../../../../assets/avatar/蜉蝣撼大叔.jpg" style="width: 50px;height: 50px;object-fit: cover;border-radius: 50%;" />
|
||||
<p>蜉蝣撼大叔</p>
|
||||
</div>
|
||||
<div style="display: flex; flex-direction: column; align-items: center; width: fit-content; margin: 5px;">
|
||||
<img src="../../../../assets/avatar/乙.jpg" style="width: 50px;height: 50px;object-fit: cover;border-radius: 50%;" />
|
||||
<p>乙</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user