update: 优化

This commit is contained in:
2026-08-05 17:38:34 +08:00
parent 4835993639
commit 6a78093d31
9 changed files with 434 additions and 140 deletions
@@ -14,7 +14,7 @@ const props = defineProps({
const getDisplayText = (arrow = {}) => {
if (!arrow) return "";
if (!arrow.ring) return "-";
if (!arrow.ring) return "0";
return arrow.ringX ? "X" : String(arrow.ring);
};