yml2213
|
c30914b538
|
优化发布确认与订单资金拆分
|
2026-06-24 01:57:03 +08:00 |
|
yml2213
|
d7c5701cc0
|
管理员界面订单详情优化,增加比例和额外物品
|
2026-06-22 19:05:41 +08:00 |
|
yml2213
|
cc88f46960
|
优化订单详情界面
|
2026-06-21 12:26:15 +08:00 |
|
yml2213
|
3bb794f6c4
|
订单操作增加二次确认
|
2026-06-21 12:17:44 +08:00 |
|
yml2213
|
72285ed638
|
修复超时订单重置流程
|
2026-06-19 18:36:46 +08:00 |
|
yml
|
7dc7368367
|
优化客服会话筛选
|
2026-06-18 01:08:54 +08:00 |
|
yml
|
272b2cb71e
|
优化客服群聊订单信息展示
|
2026-06-18 00:44:45 +08:00 |
|
yml
|
0add23dedb
|
修复预计 截止时间
|
2026-06-17 23:10:38 +08:00 |
|
 yml2213andClaude Opus 4.8
|
8192344027
|
优化号主交接超时卡死问题
- 号主交接超时(owner_timeout)后允许补提交交接说明,避免临时延误导致订单卡死
- 后台新增"重置交接"动作,可将超时订单恢复为待号主交接并刷新计时
- 交接超时改以进入待交接时刻为基准计算,新增 handoff_started_at 字段
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-17 04:16:31 +08:00 |
|
yml
|
f410be3797
|
代码格式化: prettier --write 统一代码风格
39 个文件按 .prettierrc.json (printWidth 100 / no semi / singleQuote) 统一格式, 纯空白与换行调整, 无逻辑变更。为接入代码门禁做准备, 让 npm run check (format:check + lint:strict + typecheck) 干净通过。
|
2026-06-14 16:24:01 +08:00 |
|
 yml2213andClaude Opus 4.8
|
e8621728fd
|
删除钱包充值功能并消除重复入账风险
钱包充值为开发态测试功能(生产环境本就禁用),且支付回调存在重复入账风险:入账与标记 paid 两步非原子、wallet_ledger 去重无唯一索引、幂等键使用了可变的 ProviderOrderID。直接删除该功能从根本上消除风险。
后端:
- payment 移除 StartWalletRecharge/QueryWalletRecharge 及相关 handler/DTO/常量;confirmPaid 增加 OrderID 守卫;解除对 wallet 仓库的依赖
- wallet 移除 Recharge/ConfirmRechargeFromChannel 及相关定义
- 移除三条充值路由;adminfinance 财务统计口径只统计 order_pay
- 清理充值相关测试用例
前端:
- 移除充值 API、WalletView 充值面板/弹窗、admin 充值标签与筛选
- 保留钱包余额、流水、提现等核心能力
go build/vet 与 vue-tsc typecheck 均通过。
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-14 02:45:46 +08:00 |
|
yml2213
|
6d61a336d6
|
支持配置后台页面入口
|
2026-06-11 08:00:13 +08:00 |
|
yml2213
|
70a35204b3
|
统一前端错误读取和调试日志
|
2026-06-10 15:52:49 +08:00 |
|
yml
|
60324765c5
|
统一前端共享工具入口
|
2026-06-09 20:50:57 +08:00 |
|
yml
|
684e30862d
|
修复前端金额展示并整理依赖
|
2026-06-09 20:32:17 +08:00 |
|
yml
|
5cd3ead4bd
|
统一金额分制重构
|
2026-06-09 19:04:11 +08:00 |
|
yml
|
42a54b474a
|
[Snow Team] frontend-fixer-2: auto-commit work
|
2026-06-09 17:04:40 +08:00 |
|
yml
|
2dfa2611fd
|
新增财务仪表盘并统一金额到角
|
2026-06-09 00:13:03 +08:00 |
|
yml
|
a2a0489158
|
优化订单支付
|
2026-06-08 23:56:25 +08:00 |
|
yml
|
494b2c068a
|
贯通商品编号全流程
|
2026-06-08 20:00:07 +08:00 |
|
yml2213
|
500f511185
|
增加前端格式检查配置
|
2026-06-08 06:40:33 +08:00 |
|
 ymlandClaude Opus 4.7
|
ac5d1ea25d
|
fix: 优化交接记录显示,将技术标识转换为用户友好文字
问题:
- 交接记录显示原始技术标识(owner_handoff, renter_checkout 等)
- 用户体验不佳,难以理解记录含义
改进:
- 添加 formatHandoffRecordType 函数统一格式化交接记录类型
- 映射关系:
- owner_handoff → 卖家交接
- renter_checkout → 买家结账
- owner_counter_checkout → 卖家反驳结账
- renter_confirm_checkout → 买家确认结账
- owner_accept_checkout → 卖家接受结账
- 同时优化PC端订单详情和管理后台订单详情
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-06-05 10:38:52 +08:00 |
|
yml2213
|
e010f2ce7e
|
chore: 批量更新导入路径到 features 架构
- 更新所有 admin API 文件导入路径
- 更新所有 features 中 Vue 文件的导入路径
- 修复 ChatAttachmentImage 组件导入
- 修复 auth 模块部分导入路径
剩余 ~190 个类型错误待修复(主要是缺失的模块)
|
2026-06-04 09:23:15 +08:00 |
|
 yml2213andClaude Opus 4.7
|
c9397635e2
|
feat: P3阶段完成 - 全部模块迁移完成 🎉
## P3.1: 争议仲裁模块(disputes)✅
- API: disputes.ts
- 模块导出
## P3.2: 卖家中心模块(seller)✅
- Views: 4个页面
- Composables: usePublishForm, usePublishDraft
- 模块导出
## P3.3: 管理后台模块(admin)✅
- API: 8个文件(adminAuth, adminDashboard, adminUsers等)
- Views: 15个管理页面
- Composables: useAdminTable, useAdminPaginatedTable
- Components: 管理端组件
- 模块导出
---
## 🎉 Features 架构迁移全部完成!
### 最终统计
- ✅ P0: shared(基础设施)- 22个文件
- ✅ P1: wallet, chats, orders - 24个文件
- ✅ P2: listings, auth - 35个文件
- ✅ P3: seller, disputes, admin - 47个文件
**总计:** 9个模块,128个文件完成迁移
### 新架构
```
frontend/src/
├── features/ # 9个业务模块 ✅
│ ├── wallet/ ✅
│ ├── chats/ ✅
│ ├── orders/ ✅ (已重构)
│ ├── listings/ ✅
│ ├── auth/ ✅
│ ├── seller/ ✅
│ ├── disputes/ ✅
│ └── admin/ ✅
└── shared/ ✅
```
下一步:清理旧文件、更新路由配置
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-06-04 09:05:34 +08:00 |
|