feat: add option to show Hypa modal button in chat menu

- feat: add accessibility setting to control visibility of Hypa V2/V3 modal button in chat menu
- feat: add summarization condition tip to HypaV3 modal
This commit is contained in:
Bo26fhmC5M
2025-04-20 14:57:45 +09:00
parent 21561fe5ff
commit 4703bd463b
12 changed files with 66 additions and 15 deletions

View File

@@ -43,6 +43,10 @@
<Check bind:check={DBState.db.showMenuChatList} name={language.showMenuChatList}/>
</div>
<div class="flex items-center mt-2">
<Check bind:check={DBState.db.showMenuHypaMemoryModal} name={language.showMenuHypaMemoryModal}/>
</div>
<div class="flex items-center mt-2">
<Check bind:check={DBState.db.goCharacterOnImport} name={language.goCharacterOnImport}/>
</div>