mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-07 08:27:13 +08:00
fix boss-local-storage not created issue
This commit is contained in:
@@ -88,7 +88,7 @@ export const storageFilePath = path.join(
|
||||
runtimeFolderPath,
|
||||
'storage'
|
||||
)
|
||||
export const storageFileNameList = ['boss-cookies.json']
|
||||
export const storageFileNameList = ['boss-cookies.json', 'boss-local-storage.json']
|
||||
|
||||
const defaultStorageFileContentMap = {
|
||||
'boss-cookies.json': JSON.stringify(defaultBossCookieStorage),
|
||||
|
||||
Reference in New Issue
Block a user