Doc: update

This commit is contained in:
wanglin2 2023-09-08 23:18:07 +08:00
parent a96c16aa45
commit af87f84ce8
10 changed files with 46 additions and 2 deletions

View File

@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

View File

@ -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)
})

View File

@ -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>

View File

@ -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>

View File

@ -59,7 +59,8 @@ export default [
{ path: 'help1', title: '概要/关联线' },
{ path: 'help2', title: '客户端' },
{ path: 'help3', title: '打开预览在线文件' },
{ path: 'help4', title: '复制粘贴' }
{ path: 'help4', title: '复制粘贴' },
{ path: 'help5', title: '导出' }
]
},
{

View File

@ -0,0 +1,5 @@
# 导出
## 导出为xmind
导出的xmind文件无法在xmind8及以下版本打开请使用最新版xmind软件。

View 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>

View File

@ -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>

View File

@ -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>