chore: UPDATE

This commit is contained in:
草鞋没号 2021-12-11 14:36:15 +08:00
parent 9c328adbfe
commit 7af91abc3d
1 changed files with 2 additions and 1 deletions

View File

@ -21,10 +21,11 @@ const store = {
}
},
};
(async () => {
await store.set('Date.now', Date.now())
console.log('electron-store ->', 'Date.now:', await store.get('Date.now'))
console.log('electron-store ->', 'path:', await window.bridge.ipcRenderer.invoke('electron-store', 'path'))
})();
export { };
export { }