From 77f692aae20f215a43e0d7b2c284a7a206bd2260 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Thu, 20 Mar 2025 13:17:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf:=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B9=E6=98=BE=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/components/shared/AstrBotConfig.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dashboard/src/components/shared/AstrBotConfig.vue b/dashboard/src/components/shared/AstrBotConfig.vue index 84d3fadcc..2796f95da 100644 --- a/dashboard/src/components/shared/AstrBotConfig.vue +++ b/dashboard/src/components/shared/AstrBotConfig.vue @@ -26,7 +26,8 @@ - {{ metadata[metadataKey].items[key]?.description + '(' + key + ')' }} + {{ metadata[metadataKey].items[key]?.description + '(' + key + ')' }} + {{ key }} @@ -41,7 +42,7 @@ {{ - metadata[metadataKey].items[key]?.type }} + metadata[metadataKey].items[key]?.type || 'string' }} @@ -73,13 +74,14 @@
- +
- +