Skip to content

Commit

Permalink
修复topmenu-menu1/3/4按钮对应跳转 2/5未找到相关内容 (#2)
Browse files Browse the repository at this point in the history
* 修复Download和Document按钮跳转

* 修复topmenu-menu1/3/4按钮对应跳转2/5未找到相关内容

* 删除无用无用注释
  • Loading branch information
Avrilzion authored Jul 15, 2024
1 parent 525e830 commit 4b74f44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/topmenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<router-link to="/" class="logotext">AllayMC</router-link>
</div>
<div id="menu">
<a href="#">{{ $t("message.topmenu-menu1") }}</a>
<a href="https://docs.allaymc.org">{{ $t("message.topmenu-menu1") }}</a>
<a href="#">{{ $t("message.topmenu-menu2") }}</a>
<a href="#">{{ $t("message.topmenu-menu3") }}</a>
<a href="#">{{ $t("message.topmenu-menu4") }}</a>
<a href="https://github.com/orgs/AllayMC/discussions">{{ $t("message.topmenu-menu3") }}</a>
<a href="https://github.com/orgs/AllayMC/people">{{ $t("message.topmenu-menu4") }}</a>
<a href="#">{{ $t("message.topmenu-menu5") }}</a>
</div>
<div id="right-icon">
Expand Down

0 comments on commit 4b74f44

Please sign in to comment.