feat(profile): 重构个人中心页面并优化日志模块

- 重构个人中心页面布局和样式
- 优化日志模块类型定义和页面展示
- 添加用户统计接口
- 更新环境配置切换到线上API

# Conflicts:
#	.env.development
#	src/components/NoticeDropdown/useNotice.ts
This commit is contained in:
Ray.Hao
2026-03-23 21:34:57 +08:00
parent 781955352f
commit 4eea3ed6cb
6 changed files with 421 additions and 311 deletions

View File

@@ -106,10 +106,10 @@ const formComponents = {
display: flex;
flex-direction: column;
width: 100%;
height: auto;
min-height: 100vh;
padding: clamp(1rem, 3vw, 2rem);
overflow: hidden;
overflow-x: hidden;
overflow-y: auto;
background-color: #f5f7ff;
&::before {