feat: add nickname

This commit is contained in:
kwaroran
2024-05-26 03:47:26 +09:00
parent b800252b3e
commit 21782b55be
4 changed files with 10 additions and 4 deletions

View File

@@ -761,6 +761,9 @@
<span class="text-textcolor">{language.CharVersion}</span>
<TextInput size="sm" bind:value={currentChar.data.additionalData.character_version}/>
<span class="text-textcolor">{language.nickname} <Help key="nickname" /></span>
<TextInput size="sm" bind:value={currentChar.data.nickname}/>
<span class="text-textcolor">{language.depthPrompt}</span>
<div class="flex justify-center items-center">
<NumberInput size="sm" bind:value={currentChar.data.depth_prompt.depth} className="w-12"/>