feat: reintroduce module integration

This commit is contained in:
bangonicdd
2025-02-10 09:02:57 +09:00
parent 1c76f87711
commit b783dc9874
6 changed files with 60 additions and 15 deletions

View File

@@ -115,6 +115,7 @@ $effect.root(() => {
DBState?.db?.characters?.[selIdState.selId]?.chats?.[DBState?.db?.characters?.[selIdState.selId]?.chatPage]?.modules?.length
DBState?.db?.characters?.[selIdState.selId]?.hideChatIcon
DBState?.db?.characters?.[selIdState.selId]?.backgroundHTML
DBState?.db?.moduleIntergration
moduleUpdate()
})
})