Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 1361e32

Browse files
committed
lang: fix
1 parent 7b65bae commit 1361e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ onUnmounted(() => {
5555
<h2 ref="title">MCSL Sync</h2>
5656
<h4>一个MC服务器核心镜像同步工具</h4>
5757
<p>请在右侧选择一个服务端以下载</p>
58-
<p>或者 <a href="https://apidoc.sync.mcsl.com.cn/">访问Api文档</a> | <a @click="router.push('/nodes')"
58+
<p>或者 <a href="https://apidoc.sync.mcsl.com.cn/">访问 API 文档</a> | <a @click="router.push('/nodes')"
5959
href="javascript:void(0)">节点列表</a></p>
6060
<h6>MCSL-Sync-Frontend v{{ frontendVersion }}<br>MCSL-Sync-Backend&ensp;{{ statistics.version }}</h6>
6161
<h5>© 2022 - {{ new Date().getFullYear() }} <a href="https://mcsl.com.cn/">MCSL</a>开发组 保留所有权利。</h5>

0 commit comments

Comments
 (0)