<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Javascript on zeromake 的个人博客</title><link>/tags/javascript/</link><description>Recent content in Javascript on zeromake 的个人博客</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 07 Oct 2023 19:24:38 +0800</lastBuildDate><atom:link href="/tags/javascript/index.xml" rel="self" type="application/rss+xml"/><item><title>electron 做仅 asar 文件自动更新</title><link>/pages/electron-auto-updater-asar/</link><pubDate>Wed, 26 Apr 2023 16:10:12 +0800</pubDate><guid>/pages/electron-auto-updater-asar/</guid><description>&lt;h2 id="前言">前言&lt;/h2>
&lt;p>最近公司需要使用 electron 制作一些 gui 工具提供给内部使用，制作完成后发现更新比较繁琐，使用 &lt;code>electron-updater&lt;/code> 做全量又没有必要，最后选择了仅做 asar 文件自动更新。&lt;/p></description></item><item><title>javascript 的模块化</title><link>/pages/javascript_modular/</link><pubDate>Fri, 12 Aug 2016 04:18:25 +0000</pubDate><guid>/pages/javascript_modular/</guid><description>&lt;h2 id="一为何而生">一、为何而生&lt;/h2>
&lt;p>这个些模块加载都是为了更好的管理 js 文件，以及引用其他文件更加方便，并且使每一个模块的全局域不再互相污染。模块化后可以使用&lt;code>npm&lt;/code>进行管理以便分享。&lt;/p></description></item></channel></rss>