@@ -74,26 +74,66 @@
< / el-container >
< / el-container >
<!-- 关于弹窗 -- >
< el-dialog title = "关于zyplayer-doc " :visible.sync = "aboutDialogVisible" width = "600px" >
< el-form >
< el-form-item label = "项目地址:" >
< a target = "_blank" href = "https://gitee.com/zyplayer/zyplayer-doc" > zyplayer - doc < / a >
< / el-form-item >
< el-form-item label = "开发人员:" >
< a target = "_blank" href = "http://zyplayer.com" > 暮光 : 城中城 < / a >
< / el-form-item >
< template v-if = "upgradeInfo.lastVersion" >
< el -form -item label = "当前版本: " > { { upgradeInfo . nowVersion } } < / el-form-item >
< el-form-item label = "最新版本:" > { { upgradeInfo . lastVersion } } < / el-form-item >
< el-form-item label = "升级地址:" >
< a target = "_blank" : href= "upgradeInfo.upgradeUrl" > { { upgradeInfo . upgradeUrl } } < / a >
< / el-form-item >
< el-form-item label = "升级内容:" > { { upgradeInfo . upgradeContent } } < / el-form-item >
< / template >
< el-form-item label = "" >
欢迎加群讨论 , QQ群号 : 466363173 , 欢迎提交需求 , 欢迎使用和加入开发 !
< / el-form-item >
< / el-form >
< el-dialog title = "关于" :visible.sync = "aboutDialogVisible" width = "600px" custom -class = " about -zyplayer -doc " >
< div style = "" >
< div style = "font-weight: bold;font-size: 25px;" > zyplayer - doc < / div >
< div style = "line-height: 30px;font-size: 12px;color: #666;padding: 10px 0;" >
< div > 版本 { { upgradeInfo . nowVersion || '1.0.9' } } < / div >
< div > 版权所有 © 2018 - 2021 < a target = "_blank" href = "http://doc.zyplayer.com" > doc . zyplayer . com < / a > < / div >
< / div >
< template v-if = "!!upgradeInfo.nowVersion" > v {{ upgradeInfo.nowVersion }} < / template >
< el -tabs type = "border-card" >
< el-tab-pane label = "支持 " >
< div style = "line-height: 30px;" >
< div > 文档 : < a target = "_blank" href = "http://doc.zyplayer.com/zyplayer-doc-manage/doc-wiki#/page/share/view?pageId=1&space=23f3f59a60824d21af9f7c3bbc9bc3cb" > http : //doc.zyplayer.com</a></div>
< div > 主页 : < a target = "_blank" href= "https://gitee.com/zyplayer/zyplayer-doc" > https : //gitee.com/zyplayer/zyplayer-doc</a></div>
< div > 反馈 : < a target = "_blank" href = "https://gitee.com/zyplayer/zyplayer-doc/issues" > https : //gitee.com/zyplayer/zyplayer-doc/issues</a></div>
< div > 特性关注 & 技术交流QQ群 : 466363173 < / div >
< el-divider content -position = " left " > UI / 设计 / 开发 / 测试 < / el-divider >
< div > < a target = "_blank" href = "http://zyplayer.com" > 暮光 : 城中城 < / a > < / div >
< el-divider content -position = " left " > 参与人员 < / el-divider >
< div >
辽宁 - 天平 、
< / div >
< / div >
< / el-tab-pane >
< el-tab-pane label = "开源软件" >
< div style = "line-height: 30px;" >
< div > 此项目基于以下开源软件构建 < / div >
< el-divider content -position = " left " > 后端 < / el-divider >
< div >
< a target = "_blank" href = "https://spring.io/projects/spring-boot" > Spring - Boot < / a > 、
< a target = "_blank" href = "http://www.mybatis.org" > MyBatis < / a > 、
< a target = "_blank" href = "https://github.com/alibaba/druid" > Druid < / a > 、
< a target = "_blank" href = "https://mp.baomidou.com" > MyBatis - Plus < / a > 、
< a target = "_blank" href = "https://www.hutool.cn" > Hutool < / a > 、
< a target = "_blank" href = "https://github.com/alibaba/fastjson" > Fastjson < / a > 、
< a target = "_blank" href = "https://alibaba-easyexcel.github.io" > Easy Excel < / a > 、
< a target = "_blank" href = "https://swagger.io" > Swagger < / a > 、
< a target = "_blank" href = "https://dubbo.io" > Dubbo < / a > 、
< a target = "_blank" href = "http://www.eclipse.org/jgit" > JGit < / a > 、 ...
< / div >
< el-divider content -position = " left " > 前端 < / el-divider >
< div >
< / div >
< / div >
< / el-tab-pane >
<!-- < el-tab-pane label = "软件更新" v-if = "upgradeInfo.lastVersion" > - - >
< el-tab-pane >
< span slot = "label" >
软件更新
<!-- < sup class = "el-badge__content el-badge__content--undefined is-fixed" style = "top: 10px;" > new < / sup > -- >
< sup class = "el-badge__content el-badge__content--undefined is-fixed is-dot" style = "top: 10px;right: 20px;" > < / sup >
< / span >
< div style = "line-height: 30px;" >
< div > 当前版本 : { { upgradeInfo . nowVersion } } < / div >
< div > 最新版本 : { { upgradeInfo . lastVersion } } < / div >
< div > 升级地址 : < a target = "_blank" :href = "upgradeInfo.upgradeUrl" > { { upgradeInfo . upgradeUrl } } < / a > < / div >
< div > 升级内容 : { { upgradeInfo . upgradeContent } } < / div >
< / div >
< / el-tab-pane >
< / el-tabs >
< / div >
< / el-dialog >
< / div >
< / template >
@@ -322,4 +362,6 @@
. el - tree - node _ _content { }
. el - tree - node _ _content . el - icon - more { margin - left : 5 px ; color : # 606266 ; font - size : 12 px ; display : none ; padding : 2 px 5 px ; }
. el - tree - node _ _content : hover . el - icon - more { display : inline - block ; }
. about - zyplayer - doc . el - dialog _ _body { padding : 20 px ; }
< / style >