feat: add image translation feature and enhance regex list functionality
This commit is contained in:
@@ -472,6 +472,9 @@
|
||||
<span class="text-textcolor2 text-sm">{language.risuMDesc}</span>
|
||||
{:else if $alertStore.submsg === 'preset'}
|
||||
<span class="text-textcolor2 text-sm">{language.risupresetDesc}</span>
|
||||
{#if cardExportType2 === 'preset' && (DBState.db.botPresets[DBState.db.botPresetsId].image || DBState.db.botPresets[DBState.db.botPresetsId].regex?.length > 0)}
|
||||
<span class="text-red-500 text-sm">Use RisuRealm to share the preset. Preset with image or regexes cannot be exported for now.</span>
|
||||
{/if}
|
||||
{:else}
|
||||
<span class="text-textcolor2 text-sm">{language.ccv3Desc}</span>
|
||||
{#if cardExportType2 !== 'charx' && isCharacterHasAssets(DBState.db.characters[$selectedCharID])}
|
||||
|
||||
Reference in New Issue
Block a user