docs(website): use VERSION label in landing footer note

This commit is contained in:
wizardchen
2026-08-06 21:56:15 +08:00
committed by lyingbug
parent b30f369ca3
commit ac9656af1d
+1 -1
View File
@@ -550,7 +550,7 @@ open http://localhost
</svg>
<span>WeKnora</span>
</div>
<p class="closing-note">文档对应仓库 main 分支源码路径均相对仓库根目录API 路径默认带 <code>/api/v1</code> 前缀配置示例中的密钥均为占位符</p>
<p class="closing-note">文档基于仓库 {{ versionLabel }} 源码整理源码路径均相对仓库根目录API 路径默认带 <code>/api/v1</code> 前缀配置示例中的密钥均为占位符</p>
<div class="closing-links">
<a :href="withBase('/01-getting-started/01-introduction')">快速开始</a>
<a :href="withBase('/04-api/01-api-overview')">API 总览</a>