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