增加 API 文档页面

增加 API 文档 和 Playwright 页面。
This commit is contained in:
2026-04-22 15:31:04 +08:00
parent 9814fbc03a
commit 6e4525a9b9
3 changed files with 30 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ export default defineConfig({
{ text: '介绍', link: '/suan-api/introduction' },
{ text: '部署', link: '/suan-api/deploy' },
{ text: 'Playwright', link: '/suan-api/playwright' },
{ text: 'API 文档', link: '/suan-api/api-docs' },
{ text: 'LLM 工具', link: '/suan-api/llm-tools' },
]
},