This commit is contained in:
kwaroran
2024-12-07 00:58:13 +09:00
2 changed files with 11 additions and 6 deletions

View File

@@ -57,7 +57,7 @@
}: Props = $props();
let msgDisplay = $state('')
let translated = $state(DBState.db.autoTranslate)
let translated = $state(false)
let role = $derived(DBState.db.characters[selIdState.selId].chats[DBState.db.characters[selIdState.selId].chatPage].message[idx]?.role)
async function rm(e:MouseEvent, rec?:boolean){
if(e.shiftKey){