feat: add editor auto save

This commit is contained in:
lihengxin 2022-09-08 10:40:08 +08:00
parent 0d21de4e45
commit 6af3e203eb

View File

@ -75,10 +75,9 @@
</div>
<div class="card-content">
<label for="editorAutoSaveInterval">
Set Editor Auto Save Interval
{{ $t("settings.editorAutoSaveInterval") }}
</label>
<input
:placeholder="$t('settings.editorAutoSaveInterval')"
type="number"
v-model.number="editorAutoSaveInterval"
name="editorAutoSaveInterval"