mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-28 14:16:37 +08:00
feat:clean
This commit is contained in:
parent
4daf39d5b8
commit
fdf02982de
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user