Commit Graph

7 Commits

Author SHA1 Message Date
5898a6ba65 feat: 添加用户关注功能
- 新增 Follow 表和 User.bio 字段 (Prisma schema)
- 创建 follow 模块 (action-service-repository)
- 新增 FollowButton/FollowStats/UserList 组件
- 用户页面显示 bio、粉丝/关注数、关注按钮
- 新增 /users/[username]/followers 和 following 页面
- 添加 en-US/zh-CN i18n 翻译

⚠️ 需要运行: prisma migrate dev --name add_follow_and_bio
2026-03-10 14:56:06 +08:00
020744b353 fix(i18n): 补充页面缺失的中英文翻译并修复登录重定向循环
- 补充 login/signup/dictionary/srt-player/alphabet 页面的翻译
- 修复登录页面邮箱登录时 password 参数错误
- 修复登录/注册页面的无限重定向循环问题
- 调整登录/注册卡片宽度为 w-96
2026-03-09 18:41:41 +08:00
f6e21aa2fe move email above joined date in user profile 2026-03-08 09:48:07 +08:00
72ced7866e flatten folder design-system 2026-02-24 07:56:21 +08:00
6dc933dc1e remove all index.ts 2026-02-24 07:43:29 +08:00
6ea8b4d4b9 ... 2026-02-20 22:32:31 +08:00
9e9ac373c6 简化登录 2026-02-20 22:28:55 +08:00