캐릭터 챗봇 #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> </v-chip>
</template> </template>
</v-combobox> </v-combobox>
<div class="caption grey--text text--darken-1"> <div
태그를 입력하고 스페이스바를 누르면 추가됩니다. class="caption grey--text text--darken-1 custom-caption"
>
태그를 입력하고 엔터를 누르면 추가됩니다.
</div> </div>
</v-col> </v-col>
</v-row> </v-row>
@ -265,7 +267,9 @@
auto-grow auto-grow
rows="4" 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> </div>
</v-col> </v-col>
@ -617,4 +621,8 @@ export default {
.delete-btn { .delete-btn {
font-size: 12px; font-size: 12px;
} }
.custom-caption {
font-size: 16px !important;
}
</style> </style>