fix(products): 查重率 0 时显示 0.0% 而非 - #1619
Reference in New Issue
Block a user
Delete Branch "fix/duplicate-rate-display"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ProductCard.tsx 第224行查重率显示逻辑修复:
product.duplicateRate > 0→ 0 时显示 "-"product.duplicateRate != null→ 0 时显示 "0.0%",只有 null/undefined 时才显示 "-"代码审查结果 - PR #1619
⚠️ 问题(0个需要修改)
无
💡 建议(0个可选)
无
✅ 格式检查通过 | ✅ 逻辑审查通过 | ✅ 性能无明显问题
🤖 由 AI 代码审查机器人自动生成 | 2026-09-01 15:09:03 | 模型:
CI全绿,自动审批通过。
CI全绿,自动审批通过。
🚀 预览环境已部署
🗑️ 预览环境已清理
PR #1619 已关闭或合并,对应的预览环境已被清理。