Skip to content

Commit

Permalink
refactor:版本修改
Browse files Browse the repository at this point in the history
  • Loading branch information
FleyX committed Apr 13, 2023
1 parent 7d6006d commit 6c8184f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions openRenamerFront/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@
<router-view/>
</div>
<div class="footer">版本:
<el-tooltip effect="dark" content="点击查看更新内容" placement="top">
<a href="https://blog.fleyx.com/blog/detail/20221130/#13" target="_blank">
<el-tooltip effect="dark" content="点击查看更新记录" placement="top">
<a href="https://blog.fleyx.com/blog/detail/20221130/#%E7%89%88%E6%9C%AC%E6%9B%B4%E6%96%B0%E8%AE%B0%E5%BD%95"
target="_blank">
{{ version }}</a>
</el-tooltip>
&nbsp;&nbsp;
<template v-if="latestVersion && showNewVersion">
最新版本:
<el-tooltip effect="dark" content="点击查看更新文档" placement="top">
<a href="https://blog.fleyx.com/blog/detail/20221130/#%e5%8d%87%e7%ba%a7" target="_blank">
<a href="https://blog.fleyx.com/blog/detail/20221130/#%E7%89%88%E6%9C%AC%E6%9B%B4%E6%96%B0%E8%AE%B0%E5%BD%95"
target="_blank">
{{ latestVersion }}</a>
</el-tooltip>
&nbsp;&nbsp;
Expand Down

0 comments on commit 6c8184f

Please sign in to comment.