feat: add key and prefix reload

refactor: separate update db tree node logic from open database
This commit is contained in:
tiny-craft
2023-07-04 22:56:57 +08:00
parent e906a91964
commit a200b554de
14 changed files with 209 additions and 998 deletions

View File

@@ -152,7 +152,7 @@ const onClose = () => {
preset="dialog"
transform-origin="center"
>
<n-tabs v-model:value="tab">
<n-tabs v-model:value="tab" type="line">
<n-tab-pane :tab="$t('general')" display-directive="show" name="general">
<n-form
ref="generalFormRef"