Vanessa 2022-10-30 09:37:46 +08:00
parent fe846b4f59
commit 6ee275195e
8 changed files with 55 additions and 45 deletions

View file

@ -131,3 +131,11 @@ export const hotKey2Electron = (key: string) => {
}
return electronKey + key.substr(key.length - 1);
};
export const setLocalStorage = () => {
}
export const exportLocalStorage = () => {
}