From 5e46401d330948b3654a212be4630a4771e33f61 Mon Sep 17 00:00:00 2001 From: geekgeekrun Date: Mon, 4 Mar 2024 00:17:34 +0800 Subject: [PATCH] fix boss-local-storage not created issue --- packages/geek-auto-start-chat-with-boss/runtime-file-utils.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/geek-auto-start-chat-with-boss/runtime-file-utils.mjs b/packages/geek-auto-start-chat-with-boss/runtime-file-utils.mjs index 5fbf205..311a767 100644 --- a/packages/geek-auto-start-chat-with-boss/runtime-file-utils.mjs +++ b/packages/geek-auto-start-chat-with-boss/runtime-file-utils.mjs @@ -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),