fix: sqlite provider import sub doc db file (#2991)

Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
Peng Xiao
2023-07-05 01:47:42 +08:00
committed by GitHub
parent e158c09160
commit 33ba034336
7 changed files with 49 additions and 39 deletions

View File

@@ -30,7 +30,7 @@ const buildPreset = {
enablePreloading: true,
enableNewSettingModal: true,
enableNewSettingUnstableApi: false,
enableSQLiteProvider: false,
enableSQLiteProvider: true,
enableNotificationCenter: false,
enableCloud: false,
},
@@ -47,7 +47,7 @@ const buildPreset = {
enablePreloading: true,
enableNewSettingModal: true,
enableNewSettingUnstableApi: false,
enableSQLiteProvider: false,
enableSQLiteProvider: true,
enableNotificationCenter: true,
enableCloud: false,
},