remove global regex and lorebook and add convertion to modules

This commit is contained in:
kwaroran
2024-02-07 02:50:18 +09:00
parent e414b317d1
commit 8ed4555b2f
4 changed files with 44 additions and 43 deletions

View File

@@ -88,24 +88,6 @@
<AccessibilityIcon />
<span>{language.accessibility}</span>
</button>
<button class="flex gap-2 items-center hover:text-textcolor"
class:text-textcolor={$SettingsMenuIndex === 8}
class:text-textcolor2={$SettingsMenuIndex !== 8}
on:click={() => {
$SettingsMenuIndex = 8
}}>
<BookIcon />
<span>{language.globalLoreBook}</span>
</button>
<button class="flex gap-2 items-center hover:text-textcolor"
class:text-textcolor={$SettingsMenuIndex === 9}
class:text-textcolor2={$SettingsMenuIndex !== 9}
on:click={() => {
$SettingsMenuIndex = 9
}}>
<AlignLeft />
<span>{language.globalRegexScript}</span>
</button>
<button class="flex gap-2 items-center hover:text-textcolor"
class:text-textcolor={$SettingsMenuIndex === 14}
class:text-textcolor2={$SettingsMenuIndex !== 14}