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 Alex Yang
parent c5f5e606b0
commit 093851ec0c
7 changed files with 49 additions and 39 deletions
+2 -2
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,
},