Commit Graph

4 Commits

Author SHA1 Message Date
84448943cc fix: 修复启动导入错误 router → routes
main.py 错误地从 backend.app.api.router 导入 api_router,
实际定义在 backend.app.api.routes 中。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-30 22:03:41 +08:00
34e9be8912 为 core 层和 models 层添加中文注释
- core: config、security、exceptions、responses、error_codes、db、main
- models: base、business(17个模型类)、system(6个模型类)、__init__
- 每个函数和类均标注作用、返回值、被调用方

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-30 06:57:21 +08:00
18fb362474 基础框架搭建 2026-05-14 13:51:06 +08:00
e1e9aa7a67 一期内容开发0.1 2026-05-14 10:15:51 +08:00