{"id":960,"date":"2024-04-21T13:44:46","date_gmt":"2024-04-21T05:44:46","guid":{"rendered":"https:\/\/gjweb.top\/?p=960"},"modified":"2024-04-21T13:44:49","modified_gmt":"2024-04-21T05:44:49","slug":"electron%e4%b8%bb%e8%bf%9b%e7%a8%8b%e6%93%8d%e4%bd%9c%e9%9d%99%e6%80%81%e8%b5%84%e6%ba%90%e6%89%93%e5%8c%85%e5%90%8e%e6%8a%a5%e9%94%99%e5%a4%84%e7%90%86","status":"publish","type":"post","link":"https:\/\/gjweb.top\/?p=960","title":{"rendered":"electron\u4e3b\u8fdb\u7a0b\u64cd\u4f5c\u9759\u6001\u8d44\u6e90\u6253\u5305\u540e\u62a5\u9519\u5904\u7406"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u573a\u666f\u63cf\u8ff0<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>project<br>|--resources<br>    |--test.json<\/code><\/pre>\n\n\n\n<p>\u5728\u4e3b\u8fdb\u7a0b\u4e2d\u901a\u8fc7 <code>fs<\/code> \u6a21\u5757\u8bfb\u53d6 <code>test.json<\/code> \u7684\u5185\u5bb9\uff0c\u5f00\u53d1\u73af\u5883\u53ef\u4ee5\u8bfb\u53d6\u76f8\u5bf9\u8def\u5f84\u6587\u4ef6\u83b7\u53d6\uff0c\u751f\u4ea7\u73af\u5883\u6b64\u6587\u4ef6\u8def\u5f84\u4f1a\u53d1\u751f\u53d8\u5316\u4f1a\u5bfc\u81f4\u8bfb\u53d6\u5931\u8d25\uff0c\u62a5\u9519\u4fe1\u606f\u5982\u4e0b<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><div class='fancybox-wrapper lazyload-container-unload' data-fancybox='post-images' href='https:\/\/gjweb.top\/wp-content\/uploads\/2024\/04\/a1f3e7bdd45b0816b35516f14f0a3e8-1024x331.png'><img class=\"lazyload lazyload-style-1\" src=\"data:image\/svg+xml;base64,PCEtLUFyZ29uTG9hZGluZy0tPgo8c3ZnIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmZmZmMDAiPjxnPjwvZz4KPC9zdmc+\"  loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"331\" data-original=\"https:\/\/gjweb.top\/wp-content\/uploads\/2024\/04\/a1f3e7bdd45b0816b35516f14f0a3e8-1024x331.png\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB\/AAffA0nNPuCLAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-961\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/div><\/figure>\n\n\n\n<p>\u662f\u56e0\u4e3a\u6253\u5305\u540e\u7684\u5b89\u88c5\u5728\u7535\u8111\u4e2d\uff0c\u6b64\u65f6\u9879\u76ee\u4e2d\u7684\u8def\u5f84\u5df2\u7ecf\u53d8\u6210 <code>resources\/app.asar.unpacked\/resources\/test.json<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u89e3\u51b3\u65b9\u6cd5<\/h2>\n\n\n\n<p>\u5728 vite \u4e2d\u8bbe\u7f6e\u73af\u5883\u53d8\u91cf\uff0c\u8ba9\u5176\u81ea\u52a8\u5207\u6362\u5f00\u53d1\u548c\u751f\u4ea7\u73af\u5883\u7684\u8def\u5f84<\/p>\n\n\n\n<p>\u5728\u6839\u76ee\u5f55\u521b\u5efa <code>.env.development<\/code> \u548c <code>.env.production<\/code> \u5206\u522b\u7528\u4e8e\u751f\u4ea7\u73af\u5883\u548c\u5f00\u53d1\u73af\u5883<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/*.env.development*\/<br>MAIN_VITE_PYBASH=\"\"<br>\/*.env.production*\/<br>MAIN_VITE_PYBASH=\"resources\/app.asar.unpacked\/\"<\/code><\/pre>\n\n\n\n<p>\u5728\u4e3b\u8fdb\u7a0b\u4e2d\u4f7f\u7528<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>fs.readFile(`${import.meta.env.MAIN_VITE_PYBASH}resources\/test.json`,(_,data)=&gt;{<br> &nbsp; &nbsp;console.log(data)<br>})<\/code><\/pre>\n\n\n\n<p><strong>\u5728 vite-electron \u8bbe\u7f6e\u73af\u5883\u53d8\u91cf\u9700\u8981\u547d\u540d\u89c4\u8303<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ .env<br>KEY=123 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  # \u65e0\u6548\u53d8\u91cf<br>MAIN_VITE_KEY=123 &nbsp; &nbsp;  # \u4ec5\u4e3b\u8fdb\u7a0b\u53ef\u7528<br>PRELOAD_VITE_KEY=123 &nbsp; # \u4ec5\u9884\u52a0\u8f7d\u811a\u672c\u53ef\u7528<br>RENDERER_VITE_KEY=123  # \u4ec5\u6e32\u67d3\u5668\u53ef\u7528<br>VITE_KEY=123 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # \u6240\u6709\u8fdb\u7a0b\u5171\u7528<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u573a\u666f\u63cf\u8ff0 \u5728\u4e3b\u8fdb\u7a0b\u4e2d\u901a\u8fc7 fs \u6a21\u5757\u8bfb\u53d6 test.json \u7684\u5185\u5bb9\uff0c\u5f00\u53d1\u73af\u5883\u53ef\u4ee5\u8bfb\u53d6\u76f8\u5bf9\u8def\u5f84\u6587\u4ef6\u83b7\u53d6\uff0c\u751f\u4ea7\u73af [&hellip;]<\/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-960","post","type-post","status-publish","format-standard","hentry","category-electron"],"_links":{"self":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/960","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=960"}],"version-history":[{"count":1,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/960\/revisions"}],"predecessor-version":[{"id":962,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/960\/revisions\/962"}],"wp:attachment":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=960"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=960"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=960"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}