mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-19 23:29:37 +08:00
✨ Feature(custom): rewrite setting page, WIP
This commit is contained in:
@@ -9,9 +9,9 @@ import fs from 'fs-extra'
|
||||
import { HttpsProxyAgent } from 'hpagent'
|
||||
import { AuthType, createClient, WebDAVClientOptions } from 'webdav'
|
||||
|
||||
import { ISyncConfig } from '#/types/types'
|
||||
import { formatEndpoint } from '#/utils/common'
|
||||
import { configPaths } from '#/utils/configPaths'
|
||||
import type { ISyncConfig } from '#/types/types'
|
||||
import { formatEndpoint } from '~/utils/common'
|
||||
import { configPaths } from '~/utils/configPaths'
|
||||
|
||||
const STORE_PATH = app.getPath('userData')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user