Files
Qiniu/weekly/daily/2026-07-15-daily.md

42 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
tags: [daily]
create time: 2026-07-15 17:51
---
# 2026-07-15 日报
## 今日完成
1. 实现后端统一 JSON 响应格式与业务错误码体系,新增 recovery/logger 中间件;前端对接泛型类型,请求拦截器自动映射错误码为中文提示(PR#55)
2. 集成 Swagger API 文档并配置动态 host,重构路由至独立 router 包,新增 make swagger 命令(PR#57)
3. 配合推进 authserver 合并(PR#67)
4. 前端代码清理:移除已废弃的 baseUrl 配置(PR#58)及 useTheme 中未使用的 watch 导入(PR#76)
## GitHub Issues
当日无关联 Issue
## GitHub PR
已合并:
- PR#55 feat: 实现后端统一响应格式与前端错误处理增强
- https://github.com/1024XEngineer/xinfra/pull/55
- PR#57 feat(server): 集成 Swagger API 文档,重构路由模块
- https://github.com/1024XEngineer/xinfra/pull/57
- PR#67 feat: 前端主题系统重构与后端 authserver 合并
- https://github.com/1024XEngineer/xinfra/pull/67
- PR#58 fix(frontend): 移除已弃用的 baseUrl 配置
- https://github.com/1024XEngineer/xinfra/pull/58
- PR#76 fix(frontend): 移除 useTheme 中未使用的 watch 导入
- https://github.com/1024XEngineer/xinfra/pull/76
## 卡点 / 阻塞
当前无卡点
## 明日计划
1. 待确认
## 备注
无