fawney19
|
03ee6c16d9
|
refactor(frontend): refactor model management with aliases, remove mappings UI
|
2025-12-15 14:30:42 +08:00 |
|
fawney19
|
380fd1c4d4
|
refactor(frontend): 优化工具和 API 模块
- 改进 sanitize 工具函数
- 优化 mocks 数据和处理器
- 优化 auth API 模块
|
2025-12-14 00:16:02 +08:00 |
|
fawney19
|
738a8459c9
|
feat(frontend): 新增 API 错误类型定义,优化错误处理
- 新增 api-error.ts 定义标准错误类型和工具函数
- 重构 error.ts 和 errorParser.ts 使用新类型
- 更新 api client 的类型定义
|
2025-12-12 16:14:33 +08:00 |
|
fawney19
|
0e8bf0a23b
|
feat: 请求间隔散点图按模型区分颜色
- 后端 get_interval_timeline 接口返回数据添加 model 字段
- 前端散点图按模型分组显示不同颜色的数据点
- 横线统计信息支持按模型分别显示统计数据
- 管理员视图保持按用户分组,用户视图按模型分组
- 更新 mock 数据支持模型字段
|
2025-12-11 21:33:39 +08:00 |
|
fawney19
|
cc4e28ad16
|
feat: 添加使用量统计和数据分析功能
|
2025-12-11 17:52:32 +08:00 |
|
fawney19
|
9c850c4f84
|
feat: 实现缓存监控仪表板和散点图组件
|
2025-12-11 17:49:54 +08:00 |
|
fawney19
|
6016f08d1c
|
feat: 前端新增 Demo 模式支持
- 新增 demo 配置模块,支持静态托管环境(GitHub Pages/Vercel/Netlify)
- API client 集成自定义 adapter,Demo 模式下自动拦截请求返回 mock 数据
- 登录对话框适配 Demo 模式,显示演示账号提示信息
- 添加完整的 mock 数据处理器(用户、配额、用量、供应商等)
- 同步 token 状态到 mock handler,支持页面刷新后恢复会话
|
2025-12-11 10:03:10 +08:00 |
|
fawney19
|
f784106826
|
Initial commit
|
2025-12-10 20:52:44 +08:00 |
|