feat: save proxy page state

This commit is contained in:
GyDi
2022-06-04 18:55:39 +08:00
parent 3b5993652f
commit 7fa3c1e12a
7 changed files with 173 additions and 56 deletions

View File

@@ -22,3 +22,9 @@ export const atomUpdateState = atom<boolean>({
key: "atomUpdateState",
default: false,
});
// current profile uid
export const atomCurrentProfile = atom<string>({
key: "atomCurrentProfile",
default: "",
});