mirror of
https://wget.la/https://github.com/Wxw-Gu/WechatExplorer
synced 2026-08-17 11:37:06 +08:00
feat: 重构数据库登录与路径发现
This commit is contained in:
Vendored
+3
-1
@@ -261,7 +261,9 @@ declare global {
|
||||
}>
|
||||
selectDbRoot: () => Promise<{ canceled: boolean; path?: string }>
|
||||
openAccountRoot: () => Promise<{ success: boolean; error?: string }>
|
||||
disconnectDb: () => Promise<{ success: boolean; error?: string }>
|
||||
disconnectDb: (options?: {
|
||||
closeNative?: boolean
|
||||
}) => Promise<{ success: boolean; error?: string }>
|
||||
apiStatus: () => Promise<{
|
||||
running: boolean
|
||||
host: string
|
||||
|
||||
Reference in New Issue
Block a user