<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>林之介4rozeN</title>
    <link>https://4rozeN.github.io/</link>
    
    <image>
      <url>https://4rozen.github.io/img/ico/favicon.ico</url>
      <title>林之介4rozeN</title>
      <link>https://4rozeN.github.io/</link>
    </image>
    
    <atom:link href="https://4rozen.github.io/rss2.xml" rel="self" type="application/rss+xml"/>
    
    <description>4rozeN的博客，分享各种数码、编程技术、bug调试趣事。</description>
    <pubDate>Mon, 15 Sep 2025 20:17:46 GMT</pubDate>
    <generator>http://hexo.io/</generator>
    
    <item>
      <title>从 JS 属性描述符再看 Vue 数据响应式原理</title>
      <link>https://4rozen.github.io/posts/24974</link>
      <guid>https://4rozen.github.io/posts/24974</guid>
      <pubDate>Thu, 04 Sep 2025 03:46:56 GMT</pubDate>
      
      <description>在学习了JS属性描述符之后，再看Vue数据响应式原理，或许有更深刻的认识。</description>
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/%E5%89%8D%E7%AB%AF/">前端</category>
      
      
      <category domain="https://4rozeN.github.io/tags/Vue/">Vue</category>
      
      <category domain="https://4rozeN.github.io/tags/%E5%B1%9E%E6%80%A7%E6%8F%8F%E8%BF%B0%E7%AC%A6/">属性描述符</category>
      
      <category domain="https://4rozeN.github.io/tags/%E6%95%B0%E6%8D%AE%E5%93%8D%E5%BA%94%E5%BC%8F/">数据响应式</category>
      
      
      <comments>https://4rozen.github.io/posts/24974#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>浏览器渲染原理</title>
      <link>https://4rozen.github.io/posts/1303</link>
      <guid>https://4rozen.github.io/posts/1303</guid>
      <pubDate>Mon, 01 Sep 2025 12:09:13 GMT</pubDate>
      
      <description>浏览器渲染原理</description>
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/%E5%89%8D%E7%AB%AF/">前端</category>
      
      
      <category domain="https://4rozeN.github.io/tags/%E6%B5%8F%E8%A7%88%E5%99%A8%E6%B8%B2%E6%9F%93%E5%8E%9F%E7%90%86/">浏览器渲染原理</category>
      
      <category domain="https://4rozeN.github.io/tags/reflow/">reflow</category>
      
      <category domain="https://4rozeN.github.io/tags/repaint/">repaint</category>
      
      <category domain="https://4rozeN.github.io/tags/%E5%89%8D%E7%AB%AF%E4%BC%98%E5%8C%96/">前端优化</category>
      
      
      <comments>https://4rozen.github.io/posts/1303#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>事件循环</title>
      <link>https://4rozen.github.io/posts/13214</link>
      <guid>https://4rozen.github.io/posts/13214</guid>
      <pubDate>Mon, 01 Sep 2025 04:50:13 GMT</pubDate>
      
      <description>学习理解事件循环</description>
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/%E5%89%8D%E7%AB%AF/">前端</category>
      
      
      <category domain="https://4rozeN.github.io/tags/%E4%BA%8B%E4%BB%B6%E5%BE%AA%E7%8E%AF/">事件循环</category>
      
      <category domain="https://4rozeN.github.io/tags/%E5%BC%82%E6%AD%A5/">异步</category>
      
      <category domain="https://4rozeN.github.io/tags/JS%E8%AE%A1%E6%97%B6%E5%99%A8/">JS计时器</category>
      
      
      <comments>https://4rozen.github.io/posts/13214#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>JS 属性描述符</title>
      <link>https://4rozen.github.io/posts/1</link>
      <guid>https://4rozen.github.io/posts/1</guid>
      <pubDate>Mon, 01 Sep 2025 03:50:13 GMT</pubDate>
      
      <description>学习属性描述符，理解架构难点。</description>
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/%E5%89%8D%E7%AB%AF/">前端</category>
      
      
      <category domain="https://4rozeN.github.io/tags/JavaScript/">JavaScript</category>
      
      <category domain="https://4rozeN.github.io/tags/%E5%B1%9E%E6%80%A7%E6%8F%8F%E8%BF%B0%E7%AC%A6/">属性描述符</category>
      
      
      <comments>https://4rozen.github.io/posts/1#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>js+css 实现 Hexo 博客 ripple 水波切换主题效果</title>
      <link>https://4rozen.github.io/posts/9104</link>
      <guid>https://4rozen.github.io/posts/9104</guid>
      <pubDate>Tue, 22 Jul 2025 02:50:13 GMT</pubDate>
      
      <description>一个有意思的ripple水波切换主题效果，主要利用 View Transition API，本文使用原生js和css实现该效果。</description>
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/Hexo/">Hexo</category>
      
      
      <category domain="https://4rozeN.github.io/tags/Hexo/">Hexo</category>
      
      <category domain="https://4rozeN.github.io/tags/API/">API</category>
      
      
      <comments>https://4rozen.github.io/posts/9104#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>我的 OBS 方案</title>
      <link>https://4rozen.github.io/posts/36838</link>
      <guid>https://4rozen.github.io/posts/36838</guid>
      <pubDate>Fri, 18 Jul 2025 02:50:13 GMT</pubDate>
      
      <description>权当记录我的OBS配置方案，涉及视频录制、麦克风降噪。</description>
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/%E6%88%91%E7%9A%84%E6%96%B9%E6%A1%88/">我的方案</category>
      
      
      <category domain="https://4rozeN.github.io/tags/OBS/">OBS</category>
      
      <category domain="https://4rozeN.github.io/tags/VST/">VST</category>
      
      <category domain="https://4rozeN.github.io/tags/Noise-Suppression/">Noise Suppression</category>
      
      <category domain="https://4rozeN.github.io/tags/Equalizer-APO/">Equalizer APO</category>
      
      
      <comments>https://4rozen.github.io/posts/36838#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>Fabric 模组开发 - Minecraft1.20.1：#3. 创造模式物品组</title>
      <link>https://4rozen.github.io/posts/36729</link>
      <guid>https://4rozen.github.io/posts/36729</guid>
      <pubDate>Tue, 08 Jul 2025 00:30:13 GMT</pubDate>
      
      <description>Fabric模组开发-Minecraft1.20.1：#3.创造模式物品组</description>
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/Minecraft/">Minecraft</category>
      
      
      <category domain="https://4rozeN.github.io/tags/Fabric/">Fabric</category>
      
      <category domain="https://4rozeN.github.io/tags/Minecraft/">Minecraft</category>
      
      
      <comments>https://4rozen.github.io/posts/36729#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>Fabric 模组开发 - Minecraft1.20.1：#2. 创建第一个物品</title>
      <link>https://4rozen.github.io/posts/14171</link>
      <guid>https://4rozen.github.io/posts/14171</guid>
      <pubDate>Sun, 06 Jul 2025 00:50:13 GMT</pubDate>
      
      <description>Fabric模组开发-Minecraft1.20.1：#2.创建第一个物品</description>
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/Minecraft/">Minecraft</category>
      
      
      <category domain="https://4rozeN.github.io/tags/Fabric/">Fabric</category>
      
      <category domain="https://4rozeN.github.io/tags/Minecraft/">Minecraft</category>
      
      
      <comments>https://4rozen.github.io/posts/14171#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>Fabric 模组开发 - Minecraft1.20.1：#1. 初始化工作区布置</title>
      <link>https://4rozen.github.io/posts/21458</link>
      <guid>https://4rozen.github.io/posts/21458</guid>
      <pubDate>Sat, 05 Jul 2025 00:50:13 GMT</pubDate>
      
      <description>一直以来想学着做一个mod供自己玩，于是在此记录学习过程，鞭策自己学下去。</description>
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/Minecraft/">Minecraft</category>
      
      
      <category domain="https://4rozeN.github.io/tags/Fabric/">Fabric</category>
      
      <category domain="https://4rozeN.github.io/tags/Minecraft/">Minecraft</category>
      
      <category domain="https://4rozeN.github.io/tags/Modding/">Modding</category>
      
      <category domain="https://4rozeN.github.io/tags/%E6%A8%A1%E7%BB%84%E5%BC%80%E5%8F%91/">模组开发</category>
      
      
      <comments>https://4rozen.github.io/posts/21458#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>【Bug】Windows11 23-24h2 输入首个字母变成英文无法打出汉字</title>
      <link>https://4rozen.github.io/posts/18029</link>
      <guid>https://4rozen.github.io/posts/18029</guid>
      <pubDate>Thu, 05 Jun 2025 08:50:13 GMT</pubDate>
      
      <description>Windows11 23H2/24H2 微软输入法/搜狗输入法/微信输入法等 首字母变成英文/首字母打不出汉字/首击键不被认定为拼音，本文介绍临时解决方案。</description>
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/%E9%9A%8F%E6%83%B3%E9%9A%8F%E8%AE%B0/">随想随记</category>
      
      
      <category domain="https://4rozeN.github.io/tags/Windows11/">Windows11</category>
      
      <category domain="https://4rozeN.github.io/tags/Bug/">Bug</category>
      
      <category domain="https://4rozeN.github.io/tags/%E9%9D%9E%E9%A2%84%E6%9C%9F%E8%BE%93%E5%85%A5/">非预期输入</category>
      
      
      <comments>https://4rozen.github.io/posts/18029#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>fluid 创建自定义导航页</title>
      <link>https://4rozen.github.io/posts/8736</link>
      <guid>https://4rozen.github.io/posts/8736</guid>
      <pubDate>Thu, 15 May 2025 07:20:13 GMT</pubDate>
      
      <description>fluid创建自定义导航页</description>
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/Hexo/">Hexo</category>
      
      
      <category domain="https://4rozeN.github.io/tags/Hexo/">Hexo</category>
      
      <category domain="https://4rozeN.github.io/tags/fluid/">fluid</category>
      
      <category domain="https://4rozeN.github.io/tags/ejs/">ejs</category>
      
      <category domain="https://4rozeN.github.io/tags/styl/">styl</category>
      
      
      <comments>https://4rozen.github.io/posts/8736#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>Webpack 基础入门</title>
      <link>https://4rozen.github.io/posts/37010</link>
      <guid>https://4rozen.github.io/posts/37010</guid>
      <pubDate>Sun, 02 Mar 2025 00:50:13 GMT</pubDate>
      
      <description>本篇文章是Webpack的入门学习笔记，详细记录了从零开始配置Webpack工程的完整过程。内容包含处理TypeScript、JavaScript兼容性（Babel）、CSS/Sass、图片字体等静态资源的方法，以及搭建开发环境（webpack-dev-server, ESLint）和生产环境优化（CSS提取、兼容性处理、代码压缩）的基础配置，帮助前端开发者夯实构建工具基础。</description>
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/%E5%89%8D%E7%AB%AF/">前端</category>
      
      
      <category domain="https://4rozeN.github.io/tags/webpack/">webpack</category>
      
      
      <comments>https://4rozen.github.io/posts/37010#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>Hexo 通过 git 的 ssh 链接 github 超时 (time out)</title>
      <link>https://4rozen.github.io/posts/10729</link>
      <guid>https://4rozen.github.io/posts/10729</guid>
      <pubDate>Sat, 18 Jan 2025 11:35:13 GMT</pubDate>
      
        
        
      <description>&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/hint.css/2.7.0/hint.min.css&quot;&gt;&lt;p&gt;最近在提交 hexo 文章时，遇到了 git 通</description>
        
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/%E9%9A%8F%E6%83%B3%E9%9A%8F%E8%AE%B0/">随想随记</category>
      
      
      <category domain="https://4rozeN.github.io/tags/Hexo/">Hexo</category>
      
      <category domain="https://4rozeN.github.io/tags/git/">git</category>
      
      <category domain="https://4rozeN.github.io/tags/github/">github</category>
      
      <category domain="https://4rozeN.github.io/tags/ssh/">ssh</category>
      
      
      <comments>https://4rozen.github.io/posts/10729#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>Steam 游戏全成就查漏补缺脚本</title>
      <link>https://4rozen.github.io/posts/39978</link>
      <guid>https://4rozen.github.io/posts/39978</guid>
      <pubDate>Tue, 14 Jan 2025 11:50:13 GMT</pubDate>
      
        
        
      <description>&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/hint.css/2.7.0/hint.min.css&quot;&gt;&lt;div class=&quot;note info flat&quot;</description>
        
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/%E6%88%91%E7%9A%84%E6%96%B9%E6%A1%88/">我的方案</category>
      
      
      <category domain="https://4rozeN.github.io/tags/%E5%85%A8%E6%88%90%E5%B0%B1%E5%B8%AE%E6%89%8B/">全成就帮手</category>
      
      
      <comments>https://4rozen.github.io/posts/39978#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>Hexo 博客 Fluid 主题实现代码折叠和文字遮盖效果</title>
      <link>https://4rozen.github.io/posts/41513</link>
      <guid>https://4rozen.github.io/posts/41513</guid>
      <pubDate>Fri, 01 Nov 2024 11:50:13 GMT</pubDate>
      
        
        
      <description>&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/hint.css/2.7.0/hint.min.css&quot;&gt;&lt;meta name=&quot;referrer&quot; conte</description>
        
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/Hexo/">Hexo</category>
      
      
      <category domain="https://4rozeN.github.io/tags/%E7%BE%8E%E5%8C%96/">美化</category>
      
      <category domain="https://4rozeN.github.io/tags/Hexo/">Hexo</category>
      
      <category domain="https://4rozeN.github.io/tags/Fluid/">Fluid</category>
      
      <category domain="https://4rozeN.github.io/tags/Bootstrap/">Bootstrap</category>
      
      
      <comments>https://4rozen.github.io/posts/41513#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>使用 CSS 和 JS 实现博客导航栏线条动画效果</title>
      <link>https://4rozen.github.io/posts/38001</link>
      <guid>https://4rozen.github.io/posts/38001</guid>
      <pubDate>Fri, 01 Nov 2024 08:50:13 GMT</pubDate>
      
        
        
      <description>&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/hint.css/2.7.0/hint.min.css&quot;&gt;&lt;h2 id=&quot;原理&quot;&gt;&lt;a class=&quot;markd</description>
        
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/Hexo/">Hexo</category>
      
      
      <category domain="https://4rozeN.github.io/tags/%E7%BE%8E%E5%8C%96/">美化</category>
      
      <category domain="https://4rozeN.github.io/tags/CSS/">CSS</category>
      
      <category domain="https://4rozeN.github.io/tags/JavaScript/">JavaScript</category>
      
      <category domain="https://4rozeN.github.io/tags/%E7%BA%BF%E6%9D%A1%E5%8A%A8%E7%94%BB/">线条动画</category>
      
      <category domain="https://4rozeN.github.io/tags/%E8%B7%AF%E5%BE%84%E5%8A%A8%E7%94%BB/">路径动画</category>
      
      <category domain="https://4rozeN.github.io/tags/svg/">svg</category>
      
      
      <comments>https://4rozen.github.io/posts/38001#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>Hexo 博客配置 GitHub Actions 推送 indexnow</title>
      <link>https://4rozen.github.io/posts/7648</link>
      <guid>https://4rozen.github.io/posts/7648</guid>
      <pubDate>Sat, 05 Oct 2024 12:50:13 GMT</pubDate>
      
        
        
      <description>&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/hint.css/2.7.0/hint.min.css&quot;&gt;&lt;h2 id=&quot;什么是-indexnow&quot;&gt;&lt;a cl</description>
        
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/Hexo/">Hexo</category>
      
      
      <category domain="https://4rozeN.github.io/tags/Hexo/">Hexo</category>
      
      <category domain="https://4rozeN.github.io/tags/GitHubActions/">GitHubActions</category>
      
      <category domain="https://4rozeN.github.io/tags/indexnow/">indexnow</category>
      
      
      <comments>https://4rozen.github.io/posts/7648#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>Hexo fluid 全屏背景图随日夜模式切换以及正文底页毛玻璃效果</title>
      <link>https://4rozen.github.io/posts/60191</link>
      <guid>https://4rozen.github.io/posts/60191</guid>
      <pubDate>Sat, 05 Oct 2024 08:50:13 GMT</pubDate>
      
        
        
      <description>&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/hint.css/2.7.0/hint.min.css&quot;&gt;&lt;meta name=&quot;referrer&quot; conte</description>
        
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/Hexo/">Hexo</category>
      
      
      <category domain="https://4rozeN.github.io/tags/%E7%BE%8E%E5%8C%96/">美化</category>
      
      <category domain="https://4rozeN.github.io/tags/Hexo/">Hexo</category>
      
      <category domain="https://4rozeN.github.io/tags/fluid/">fluid</category>
      
      <category domain="https://4rozeN.github.io/tags/%E6%97%A5%E5%A4%9C%E5%88%87%E6%8D%A2%E8%83%8C%E6%99%AF/">日夜切换背景</category>
      
      <category domain="https://4rozeN.github.io/tags/CSS/">CSS</category>
      
      <category domain="https://4rozeN.github.io/tags/JavaScript/">JavaScript</category>
      
      
      <comments>https://4rozen.github.io/posts/60191#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>华硕奥创中心以及其他服务组件彻底删除卸载</title>
      <link>https://4rozen.github.io/posts/57159</link>
      <guid>https://4rozen.github.io/posts/57159</guid>
      <pubDate>Sat, 05 Oct 2024 08:50:13 GMT</pubDate>
      
        
        
      <description>&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/hint.css/2.7.0/hint.min.css&quot;&gt;&lt;h2 id=&quot;卸载奥创中心&quot;&gt;&lt;a class=&quot;m</description>
        
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/%E9%9A%8F%E6%83%B3%E9%9A%8F%E8%AE%B0/">随想随记</category>
      
      
      <category domain="https://4rozeN.github.io/tags/%E5%8D%8E%E7%A1%95/">华硕</category>
      
      <category domain="https://4rozeN.github.io/tags/%E5%8D%B8%E8%BD%BD%E9%97%AE%E9%A2%98/">卸载问题</category>
      
      
      <comments>https://4rozen.github.io/posts/57159#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>一文搞清 Strapi5 的安装与使用 | 踩坑爽 (bushi</title>
      <link>https://4rozen.github.io/posts/45101</link>
      <guid>https://4rozen.github.io/posts/45101</guid>
      <pubDate>Thu, 25 Jul 2024 10:00:35 GMT</pubDate>
      
        
        
      <description>&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/hint.css/2.7.0/hint.min.css&quot;&gt;&lt;blockquote&gt;
&lt;p&gt;我的 Strapi 版</description>
        
      
      
      
      
      <category domain="https://4rozeN.github.io/categories/%E5%90%8E%E7%AB%AF/">后端</category>
      
      
      <category domain="https://4rozeN.github.io/tags/Strapi/">Strapi</category>
      
      
      <comments>https://4rozen.github.io/posts/45101#disqus_thread</comments>
      
    </item>
    
  </channel>
</rss>
