feat:更新博客

This commit is contained in:
2025-12-03 19:56:05 +08:00
parent aa0603efff
commit cf8fec51a0
4 changed files with 82 additions and 0 deletions

View File

@@ -68,6 +68,15 @@ export default defineConfig({
{ text: '基于OAuth2的FastApi安全验证', link: '/FastAPI/OAuth2' }
]
}
],
'/Flutter/': [
{
text: 'Flutter',
items: [
{ text: '基础教程', link: '/Flutter/Guide' },
{ text: '实战技巧', link: '/Flutter/Practice' }
]
}
]
},