mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 22:43:42 +08:00
feat:clean
This commit is contained in:
@@ -109,7 +109,7 @@ export const useSyncStore = createPersistStore(
|
|||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
let parsedRemoteState = JSON.parse(await client.get(config.username));
|
let parsedRemoteState = JSON.parse(await client.get(config.username));
|
||||||
parsedRemoteState["access-control"] = accessStore;
|
parsedRemoteState[StoreKey.Access] = accessStore;
|
||||||
|
|
||||||
//console.log("parsedRemoteState------", parsedRemoteState);
|
//console.log("parsedRemoteState------", parsedRemoteState);
|
||||||
mergeAppState(localState, parsedRemoteState);
|
mergeAppState(localState, parsedRemoteState);
|
||||||
|
|||||||
Reference in New Issue
Block a user