Demo: update

This commit is contained in:
街角小林
2025-03-14 09:26:30 +08:00
parent 17e9c29f1d
commit 6071c7e021

View File

@@ -96,9 +96,8 @@
<el-dropdown @command="handleCommand">
<div class="btn iconfont iconbangzhu"></div>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item command="client">下载客户端</el-dropdown-item>
<el-dropdown-item command="github">Github</el-dropdown-item>
<el-dropdown-item command="helpDoc">使用文档</el-dropdown-item>
<el-dropdown-item command="devDoc">开发文档</el-dropdown-item>
<el-dropdown-item command="site">官方网站</el-dropdown-item>
<el-dropdown-item command="issue">意见反馈</el-dropdown-item>
<el-dropdown-item disabled>当前v{{ version }}</el-dropdown-item>
@@ -197,6 +196,8 @@ export default {
case 'issue':
url = 'https://github.com/wanglin2/mind-map/issues/new'
break
case 'client':
url = 'https://pan.baidu.com/s/1huasEbKsGNH2Af68dvWiOg?pwd=3bp3'
default:
break
}