feat: remove the indent from chinese punctuation

This commit is contained in:
Hakadao
2024-09-26 22:33:24 +08:00
parent a071be8b8f
commit ea083c527a
7 changed files with 54 additions and 6 deletions

View File

@@ -95,6 +95,9 @@ watch(() => settings.value.language, (newValue) => {
<div class="customize-font-desc" text="sm $bew-text-2" mt-1 v-html="t('settings.customize_font_desc')" />
</template>
</SettingsItem>
<SettingsItem :title="$t('settings.remove_the_indent_from_chinese_punctuation')" :desc="$t('settings.remove_the_indent_from_chinese_punctuation_desc')">
<Radio v-model="settings.removeTheIndentFromChinesePunctuation" />
</SettingsItem>
</SettingsItemGroup>
<SettingsItemGroup :title="$t('settings.group_performance')">