feat: 正式 App 后端登录模块 v0.1.0

引入 JWT 认证、极光一键登录、短信 mock 登录与用户表,并补充技术实施文档与部署配置。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
马润林
2026-05-23 17:37:18 +08:00
parent 3e37e4ac85
commit 1aafc28621
38 changed files with 1863 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
"""所有 ORM model 必须在这里 import 一次,Alembic / metadata 才能扫到。"""
from app.models.user import User # noqa: F401