{"id":905,"date":"2024-02-18T19:33:10","date_gmt":"2024-02-18T11:33:10","guid":{"rendered":"http:\/\/gjweb.top\/?p=905"},"modified":"2024-02-18T19:33:13","modified_gmt":"2024-02-18T11:33:13","slug":"electron-%e6%95%b0%e6%8d%ae%e6%8c%81%e4%b9%85%e5%8c%96-electron-store","status":"publish","type":"post","link":"https:\/\/gjweb.top\/?p=905","title":{"rendered":"electron \u6570\u636e\u6301\u4e45\u5316 electron-store"},"content":{"rendered":"\n<p>\u5b89\u88c5<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>npm install electron-store<\/code><\/pre>\n\n\n\n<p>\u5c01\u88c5\u6301\u4e45\u5316 storeIPC \u6587\u4ef6<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>import {ipcMain} from \"electron\"\nimport Store from  \"electron-store\"\nconst store = new Store();\n\n\n\/**\u8bbe\u7f6estore *\/\nipcMain.on(\"setStore\",(_,key,value)=&gt;{\n  store.set(key, value)\n})\n\n\/**\u83b7\u53d6store *\/\nipcMain.handle(\"getStore\",(_,key)=&gt;{\n  return store.get(key)\n})\n\nexport const setStore = (key:string,value:any)=&gt;{\n  store.set(key, value)\n}\n\nexport const getStore = (key:string)=&gt;{\n  return store.get(key)\n}<\/code><\/pre>\n\n\n\n<p>\u652f\u6301\u89c6\u56fe\u5c42 \u548c \u5e94\u7528\u5c42\u7684\u6570\u636e\u6301\u4e45\u5316<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5b89\u88c5 \u5c01\u88c5\u6301\u4e45\u5316 storeIPC \u6587\u4ef6 \u652f\u6301\u89c6\u56fe\u5c42 \u548c \u5e94\u7528\u5c42\u7684\u6570\u636e\u6301\u4e45\u5316<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[49],"tags":[],"class_list":["post-905","post","type-post","status-publish","format-standard","hentry","category-electron"],"_links":{"self":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/905","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=905"}],"version-history":[{"count":1,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/905\/revisions"}],"predecessor-version":[{"id":906,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/905\/revisions\/906"}],"wp:attachment":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=905"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=905"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=905"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}