From 329a39011c154c20b493ffb0860bad5009a1b140 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Fri, 19 Dec 2025 17:47:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E8=B0=83=E6=95=B4=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=A0=B7=E5=BC=8F=EF=BC=8C=E9=AB=98=E5=BA=A6=E5=AF=B9?= =?UTF-8?q?=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/app/t-itemBox.vue | 82 ++++++++++++++++++-------------- 1 file changed, 46 insertions(+), 36 deletions(-) diff --git a/src/components/app/t-itemBox.vue b/src/components/app/t-itemBox.vue index a22eeefa..7ca918cb 100644 --- a/src/components/app/t-itemBox.vue +++ b/src/components/app/t-itemBox.vue @@ -7,7 +7,7 @@ icon
-
+
lt
{{ props.modelValue.rt }}
@@ -54,7 +54,7 @@ type TItemBoxProps = { modelValue: TItemBoxData }; const props = defineProps(); -