캐릭터 챗봇 #74

Merged
klaus merged 33 commits from test into main 2025-09-10 06:26:03 +00:00
1 changed files with 11 additions and 3 deletions
Showing only changes of commit 49cd5a795b - Show all commits

View File

@ -187,8 +187,10 @@
</v-chip>
</template>
</v-combobox>
<div class="caption grey--text text--darken-1">
태그를 입력하고 스페이스바를 누르면 추가됩니다.
<div
class="caption grey--text text--darken-1 custom-caption"
>
태그를 입력하고 엔터를 누르면 추가됩니다.
</div>
</v-col>
</v-row>
@ -265,7 +267,9 @@
auto-grow
rows="4"
/>
<div class="caption grey--text text--darken-1 mt-1">
<div
class="caption grey--text text--darken-1 mt-1 custom-caption"
>
캐릭터의 행동 방식과 제약사항을 정의하는 시스템 프롬프트입니다.
</div>
</v-col>
@ -617,4 +621,8 @@ export default {
.delete-btn {
font-size: 12px;
}
.custom-caption {
font-size: 16px !important;
}
</style>