expo-popcore-app/app/(tabs)
imeepos e4b249f502 fix: 个人中心显示当前登录用户的真实用户名和ID
- 使用 useSession hook 获取当前登录用户信息
- 用户名从 session.user.name 或 session.user.username 获取
- 用户ID显示真实用户ID的前8位
- 添加 useEffect 监听 session 变化自动更新

修复前:显示硬编码的 "乔乔乔乔" 和 "ID 12345678"
修复后:显示当前登录用户的真实信息

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-23 19:28:41 +08:00
..
__tests__ test: add unit tests for HomeScreen to ensure proper rendering 2026-01-21 15:28:18 +08:00
_layout.tsx Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
index.tsx fix: bug 2026-01-21 16:25:26 +08:00
message.tsx fix: bug 2026-01-21 16:25:26 +08:00
my.tsx fix: 个人中心显示当前登录用户的真实用户名和ID 2026-01-23 19:28:41 +08:00
video.test.tsx feat: integrate UI components into Video tab 2026-01-21 12:06:46 +08:00
video.tsx fix: bug 2026-01-21 16:25:26 +08:00