We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3af42 commit 8c0b8c0Copy full SHA for 8c0b8c0
.config/.vitepress/config.mts
@@ -141,7 +141,8 @@ export default defineConfig({
141
{ text: "后端服务指引", link: "/Design/BackendServiceStartup" },
142
{ text: "网络通信适配", link: "/Design/UsingNetworking" },
143
{ text: "使用水印保护代码包安全", link: "/Design/wasmWaterMark" },
144
- { text: "配置构建模板", link: "/Design/BuildTemplate.md" }
+ { text: "配置构建模板", link: "/Design/BuildTemplate.md" },
145
+ { text: "实时预览工具", link: "/Design/WechatPreview.md" },
146
],
147
},
148
{
0 commit comments