docs: 添加中文文档,新增前端和后端代码

- 新增 README_CN.md 中文文档
- 新增 frontend/ Vue 3 前端项目
- 新增 web/ FastAPI 后端项目

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-01-08 22:31:06 +08:00
parent 4267bda227
commit 4c9a7d0978
59 changed files with 9314 additions and 0 deletions

5
frontend/.npmrc Normal file
View File

@@ -0,0 +1,5 @@
# 如果你未来做 monorepo/共享包,建议用“严格依赖”,防止幽灵依赖
strict-peer-dependencies=true
# 这个看你是否需要;常见于需要跑 postinstall 的包
# ignore-scripts=false