Skip to content

Commit 29188b8

Browse files
committed
feat(nav): 添加 NestJS 和 Java API 预览链接
- 在后端服务预览中添加 NestJS API 链接 - 在后端服务预览中添加 Java Spring Boot API 链接
1 parent 05dcd13 commit 29188b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.vitepress/nav.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ const backendPreviews: DefaultTheme.NavItemWithLink[] = [
3333
{ text: '🦕 Deno API', link: 'https://halolight-deno.h7ml.cn/' },
3434
{ text: '🐹 Go API', link: 'https://halolight-api-go.h7ml.cn/' },
3535
{ text: '🟩 Node.js API', link: 'https://halolight-api-node.h7ml.cn/' },
36+
{ text: '🏗️ NestJS API', link: 'https://halolight-api-nestjs.h7ml.cn/' },
37+
{ text: '☕ Java API', link: 'https://halolight-api-java.h7ml.cn/' },
3638
{ text: '🛠️ Admin', link: 'https://halolight-admin.h7ml.cn/' },
3739
]
3840

0 commit comments

Comments
 (0)