From 49cd5a795b2827e36a0aa3d8562043022262f244 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 5 Aug 2025 16:56:25 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=BA=90=EB=A6=AD=ED=84=B0=20=EB=93=B1?= =?UTF-8?q?=EB=A1=9D=20=ED=8F=BC=20-=20=EC=8B=9C=EC=8A=A4=ED=85=9C=20?= =?UTF-8?q?=ED=94=84=EB=A1=AC=ED=94=84=ED=8A=B8,=20=ED=83=9C=EA=B7=B8=20?= =?UTF-8?q?=EC=BA=A1=EC=85=98=20=ED=81=AC=EA=B8=B0=2016px=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Chat/CharacterForm.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/views/Chat/CharacterForm.vue b/src/views/Chat/CharacterForm.vue index b383725..829b53e 100644 --- a/src/views/Chat/CharacterForm.vue +++ b/src/views/Chat/CharacterForm.vue @@ -187,8 +187,10 @@ -
- 태그를 입력하고 스페이스바를 누르면 추가됩니다. +
+ 태그를 입력하고 엔터를 누르면 추가됩니다.
@@ -265,7 +267,9 @@ auto-grow rows="4" /> -
+
캐릭터의 행동 방식과 제약사항을 정의하는 시스템 프롬프트입니다.
@@ -617,4 +621,8 @@ export default { .delete-btn { font-size: 12px; } + +.custom-caption { + font-size: 16px !important; +}