refactor: 主要功能实现

目前的工作已经实现的功能:
- 基本 FastAPI 路由;
- 基本 AI 聊天和创作功能;
- 用户信息管理、权限验证、JWT 令牌签发和验证、端点保护;
- HTML 验证码邮件发送和验证码验证。
This commit is contained in:
2026-05-24 13:58:51 +08:00
parent f06de85257
commit 21f0d7725e
98 changed files with 6483 additions and 116 deletions
+4
View File
@@ -15,7 +15,11 @@
"format": "oxfmt src/"
},
"dependencies": {
"@microsoft/fetch-event-source": "^2.0.1",
"@types/markdown-it": "^14.1.2",
"@unhead/vue": "3.0.0-beta.9",
"axios": "^1.15.2",
"markdown-it": "^14.1.1",
"pinia": "^3.0.4",
"vue": "^3.5.32",
"vue-router": "^5.0.4"