From 484dd17f1c91d1b185f8a63f072fbe9a60d6b3e3 Mon Sep 17 00:00:00 2001 From: Julian Freeman Date: Tue, 24 Feb 2026 21:49:58 -0400 Subject: [PATCH] fix ui --- src/App.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0b7989b..be5336e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -276,7 +276,7 @@ const translate = async () => { @@ -345,7 +345,7 @@ const translate = async () => {
-
+
情景背景 (可选) @@ -675,7 +675,7 @@ const translate = async () => {
-

调试日志

+

日志

-
{{ typeof log.content === 'object' ? JSON.stringify(log.content, null, 2) : log.content }}
+
{{ typeof log.content === 'object' ? JSON.stringify(log.content, null, 2) : log.content }}