<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>wyclab 的技术博客</title>
        <link>https://blog.wyclab.com</link>
        <description>一个 30 岁已婚男程序员的技术沉淀与折腾记录</description>
        <lastBuildDate>Thu, 17 Sep 2026 14:30:28 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>VitePress</generator>
        <language>zh-CN</language>
        <image>
            <title>wyclab 的技术博客</title>
            <url>https://q1.qlogo.cn/g?b=qq&amp;nk=1000&amp;s=100</url>
            <link>https://blog.wyclab.com</link>
        </image>
        <copyright>© 2026 wyclab</copyright>
        <item>
            <title><![CDATA[从 WordPress 到 VitePress：我的博客系统折腾路]]></title>
            <link>https://blog.wyclab.com//articles/note/blog-system-from-wordpress-to-vitepress</link>
            <guid>https://blog.wyclab.com//articles/note/blog-system-from-wordpress-to-vitepress</guid>
            <pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[终于把用了 5 年的 WordPress 替换成了 VitePress，体验提升了不止一个档次。本文记录整个迁移过程中的决策、踩坑与最终方案。]]></description>
            <category>博客</category>
            <category>VitePress</category>
            <category>Vue</category>
            <category>工程化</category>
        </item>
        <item>
            <title><![CDATA[Vue 3 Composition API 最佳实践]]></title>
            <link>https://blog.wyclab.com//articles/frontEnd/vue3-composition-api-best-practices</link>
            <guid>https://blog.wyclab.com//articles/frontEnd/vue3-composition-api-best-practices</guid>
            <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[总结一年 Vue 3 项目经验，提炼出 7 条 Composition API 使用建议。覆盖 script setup、ref/reactive、computed、watch、自定义 hook 等核心 API。]]></description>
            <category>Vue</category>
            <category>前端</category>
            <category>工程化</category>
        </item>
        <item>
            <title><![CDATA[EdgeOne Pages 构建环境的 Pagefind 二进制踩坑]]></title>
            <link>https://blog.wyclab.com//articles/note/edgeone-pagefind-binary-issue</link>
            <guid>https://blog.wyclab.com//articles/note/edgeone-pagefind-binary-issue</guid>
            <pubDate>Sun, 12 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[musl/Alpine 缺 glibc 导致 pagefind 二进制无法运行，最终采用本地预生成索引并提交到 public/pagefind/ 的方案绕过。]]></description>
            <category>工程化</category>
            <category>EdgeOne Pages</category>
            <category>Pagefind</category>
            <category>Astro</category>
        </item>
        <item>
            <title><![CDATA[GitHub Actions 自动部署 Hexo 到 EdgeOne Pages]]></title>
            <link>https://blog.wyclab.com//articles/note/github-actions</link>
            <guid>https://blog.wyclab.com//articles/note/github-actions</guid>
            <pubDate>Wed, 25 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[用 GitHub Action 跑构建产物，EdgeOne 只负责静态托管，链路最稳。包含完整 workflow 配置和 EdgeOne API token 申请步骤。]]></description>
            <category>工程化</category>
            <category>GitHub Actions</category>
            <category>EdgeOne Pages</category>
            <category>CI/CD</category>
        </item>
        <item>
            <title><![CDATA[TypeScript 在 VitePress 主题中的高级用法]]></title>
            <link>https://blog.wyclab.com//articles/frontEnd/typescript-in-vitepress-theme</link>
            <guid>https://blog.wyclab.com//articles/frontEnd/typescript-in-vitepress-theme</guid>
            <pubDate>Sun, 15 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[介绍 VitePress 主题开发中常见的 TypeScript 类型问题，包括 frontmatter 类型扩展、enhanceApp 类型推导、自定义 layout 组件类型。]]></description>
            <category>TypeScript</category>
            <category>VitePress</category>
            <category>工程化</category>
        </item>
        <item>
            <title><![CDATA[Vite 构建性能优化实战]]></title>
            <link>https://blog.wyclab.com//articles/frontEnd/vite-build-performance</link>
            <guid>https://blog.wyclab.com//articles/frontEnd/vite-build-performance</guid>
            <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[一个中后台项目从冷启动 12s 优化到 2s 的全过程。涵盖依赖预构建、动态导入、chunk 拆分、构建产物分析等手段。]]></description>
            <category>Vite</category>
            <category>性能优化</category>
            <category>工程化</category>
        </item>
        <item>
            <title><![CDATA[Codex Register 架构解析与使用指南]]></title>
            <link>https://blog.wyclab.com//articles/myProjects/codex-register-architecture-and-usage</link>
            <guid>https://blog.wyclab.com//articles/myProjects/codex-register-architecture-and-usage</guid>
            <pubDate>Tue, 20 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[一个用于 Microsoft 账户批量管理的开源工具，支持双重远程、邮件服务重构、CPA 重试机制等高级特性。]]></description>
            <category>项目</category>
            <category>Python</category>
            <category>Microsoft</category>
            <category>OAuth</category>
        </item>
        <item>
            <title><![CDATA[个人主页 wyclab.com 搭建记录]]></title>
            <link>https://blog.wyclab.com//articles/myProjects/wyclab-com-setup</link>
            <guid>https://blog.wyclab.com//articles/myProjects/wyclab-com-setup</guid>
            <pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[基于 Astro + astro-pure 主题的个人主页搭建全过程，包括部署到 EdgeOne Pages 时的 Pagefind 二进制踩坑与解决方案。]]></description>
            <category>项目</category>
            <category>Astro</category>
            <category>EdgeOne Pages</category>
            <category>博客</category>
        </item>
    </channel>
</rss>