<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>墨梅博客 - Tag: 默默</title>
        <link>https://momei.app/</link>
        <description>Momei Blog - AI-driven, natively internationalized developer blog platform.</description>
        <lastBuildDate>Sun, 05 Jul 2026 17:34:16 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>Momei Blog</generator>
        <language>zh-TW</language>
        <image>
            <title>墨梅博客 - Tag: 默默</title>
            <url>https://momei.app/logo.png</url>
            <link>https://momei.app/</link>
        </image>
        <copyright>© 2026 墨梅博客. All rights reserved.</copyright>
        <atom:link href="https://momei.app/feed/tag/%E9%BB%98%E9%BB%98.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[墨梅部落格 1.21.0 與 Hermes Agent 實戰 | 2026 年第 27 週草梅週報]]></title>
            <link>https://momei.app/zh-TW/posts/2026-27-caomei-weekly-2026-27-weekly-momei-hermes-agent</link>
            <guid isPermaLink="false">https://momei.app/zh-TW/posts/2026-27-caomei-weekly-2026-27-weekly-momei-hermes-agent</guid>
            <pubDate>Sun, 05 Jul 2026 17:34:16 GMT</pubDate>
            <description><![CDATA[草梅週報本期主要內容：墨梅部落格發佈 v1.21.0，新增微信公眾號預覽、定時推送與取消刪除功能，重構程式碼並修復多項 bug。部落格更新兩篇：一篇介紹基於 Hermes Agent 自部署 AI 助手接入飛書的經驗，另一篇記錄杭州動漫節觀後感。GitHub Release 方面，rss-impact-server、afdian-linker 和 momei 均有更新，主要涉及程式碼重構、安全修復和新功能。本週新增 GitHub 加星倉庫包括 DeepSpec（推測解碼訓練庫）、SoundKeyboard、dify（代理工作流平台）、opencode-w...]]></description>
            <content:encoded><![CDATA[<p><img src="https://oss.cmyr.dev/momei-files/posts/67ccc2e9cd804443/image/20260705173834260-yamznlk.png" alt="墨梅部落格 1.21.0 與 Hermes Agent 實戰 | 2026 年第 27 週草梅週報" /></p><blockquote>
<p>本文在<a href="https://blog.cmyr.ltd">草梅友仁的部落格</a>發佈和更新，並在多個平台同步發佈。如有更新，以部落格上的版本為準。您也可以透過文末的 <code>原文連結</code> 查看最新版本。</p>
</blockquote>
<h2 id="前言" tabindex="-1"><a class="header-anchor" href="#前言">前言</a></h2>
<p>歡迎來到草梅週報！這是一個由草梅友仁基於 AI 整理的週報，旨在為您提供最新的部落格更新、GitHub 動態、個人動態和其他週刊文章推薦等內容。</p>
<p>您可以透過以下方式訂閱草梅週報的更新：</p>
<ul>
<li><strong>部落格</strong>：<a href="https://blog.cmyr.ltd">草梅友仁的部落格</a></li>
<li><strong>墨梅部落格</strong>：<a href="https://momei.app">墨梅部落格</a></li>
<li><strong>RSS</strong>：<a href="https://blog.cmyr.ltd/weekly.xml">草梅週報</a></li>
<li><strong>公眾號</strong>：<a href="https://oss.cmyr.dev/images/20241025184516839-21n2ctv.png">草梅友仁的後花園</a></li>
<li><strong>郵件訂閱</strong>：<a href="https://listmonk.cmyr.dev/subscription/form">草梅友仁的部落格訂閱</a></li>
</ul>
<hr>
<h2 id="開源動態" tabindex="-1"><a class="header-anchor" href="#開源動態">開源動態</a></h2>
<p>本週<a href="https://github.com/CaoMeiYouRen/momei">墨梅部落格</a>的開發依舊在穩步進行中。</p>
<blockquote>
<p>您可以前往 Demo 站試用：<a href="https://demo.momei.app/">https://demo.momei.app/</a></p>
<ul>
<li>您可以透過郵箱 <code>admin@example.com</code>，密碼 <code>momei123456</code> 登入演示用管理員帳號。</li>
</ul>
<p>或前往官網註冊：<a href="https://momei.app/">https://momei.app/</a></p>
<p>也可以前往文件站來了解專案整體規劃和未來開發路線圖：<a href="https://docs.momei.app/">https://docs.momei.app/</a></p>
<p>現在可前往<a href="https://momei.app/benefits">增強包</a>頁面下方加入候補名單，當增強包開發完成時，會透過郵件等方式在第一時間通知你。</p>
</blockquote>
<p>當前墨梅部落格已經正式發佈了 <a href="https://github.com/CaoMeiYouRen/momei/releases/tag/v1.20.0">1.20.1</a> 版本，以下是新頁面和新功能的一些截圖。</p>
<p>新增微信公眾號平台的預覽效果，現在可以直接查看文章渲染後的效果。</p>
<p><img src="https://oss.cmyr.dev/images/20260706000238026.png" alt="image-20260706000230860"></p>
<p>新增定時推送和相關的取消刪除功能。</p>
<p><img src="https://oss.cmyr.dev/images/20260706000403279.png" alt="image-20260706000403210"></p>
<p>更多功能和頁面可以前往<a href="https://momei.app/">官網</a>體驗，也可前往之前的部落格查看截圖。</p>
<p>歡迎各位用戶體驗。並提出意見和建議。</p>
<p>接下來的話還會繼續按照路線圖和待辦進行開發功能，敬請期待。</p>
<p>當然，目前墨梅部落格還有很多需要打磨的細節，功能上也還不完善，如有任何意見和建議，都可以在專案的 <a href="https://github.com/CaoMeiYouRen/momei/issues">GitHub issues</a> 中提出。</p>
<p>如果你也對墨梅部落格感興趣，歡迎參與開發和測試。</p>
<h2 id="部落格更新" tabindex="-1"><a class="header-anchor" href="#部落格更新">部落格更新</a></h2>
<ul>
<li><a href="https://blog.cmyr.ltd/archives/hermes-agent-docker-deployment-deepseek-v4-feishu.html">記一次基於 Hermes Agent 的 AI 助手自動化深度使用體驗</a> - 2026-06-27 23:32:22
摘要:
從 Docker 部署到實際使用，全面分享基於 Hermes Agent 自部署 AI 助手接入飛書、配置搜索 MCP、低成本調用 DeepSeek V4 Flash 的完整經驗和技巧。</li>
<li><a href="https://blog.cmyr.ltd/archives/2026-hangzhou-international-anime-festival-review.html">記一次杭州·第二十二屆中國國際動漫節的觀後感</a> - 2026-06-23 00:50:17</li>
</ul>
<h2 id="github-release" tabindex="-1"><a class="header-anchor" href="#github-release">GitHub Release</a></h2>
<h3 id="rss-impact-server" tabindex="-1"><a class="header-anchor" href="#rss-impact-server">rss-impact-server</a></h3>
<h4 id="v1-18-4-2026-06-27-20-39-40" tabindex="-1"><a class="header-anchor" href="#v1-18-4-2026-06-27-20-39-40"><a href="https://github.com/CaoMeiYouRen/rss-impact-server/releases/tag/v1.18.4">v1.18.4</a> - 2026-06-27 20:39:40</a></h4>
<p>摘要:</p>
<ul>
<li><strong>測試</strong>: 跳過 opentelemetry-deps 的 package.json 測試，以防止不相容變更</li>
<li><strong>錯誤修復</strong>: 啟用 SQLite WAL 模式，設定 synchronous=NORMAL 和 busy_timeout，並優化 Docker 建置；更新 @vercel/nft 版本至 1.10.2</li>
</ul>
<h3 id="afdian-linker" tabindex="-1"><a class="header-anchor" href="#afdian-linker">afdian-linker</a></h3>
<h4 id="v1-4-3-2026-06-27-20-25-03" tabindex="-1"><a class="header-anchor" href="#v1-4-3-2026-06-27-20-25-03"><a href="https://github.com/CaoMeiYouRen/afdian-linker/releases/tag/v1.4.3">v1.4.3</a> - 2026-06-27 20:25:03</a></h4>
<p>摘要:</p>
<ul>
<li><strong>程式碼重構</strong>: 優化使用者驗證邏輯；重構程式碼以提高可讀性和一致性</li>
<li><strong>錯誤修復</strong>: 為高嚴重性的傳遞相依性新增覆蓋</li>
</ul>
<h3 id="momei" tabindex="-1"><a class="header-anchor" href="#momei">momei</a></h3>
<h4 id="v1-21-0-2026-06-27-21-01-23" tabindex="-1"><a class="header-anchor" href="#v1-21-0-2026-06-27-21-01-23"><a href="https://github.com/CaoMeiYouRen/momei/releases/tag/v1.21.0">v1.21.0</a> - 2026-06-27 21:01:23</a></h4>
<p>摘要:</p>
<ul>
<li><strong>程式碼重構</strong>: 重構 distribution 擴充預覽控制器邏輯；最佳化 email 郵件範本連結；匯出 i18n 日期語言映射供外部模組使用；收斂型別定義至單一來源，遷移型別至正確目錄。</li>
<li><strong>新功能</strong>: listmonk 新增遠端活動排程；marketing 新增定時推送取消和刪除；post-distribution 增強預覽渲染支援內容設定檔，並新增複製渲染後 HTML 功能。</li>
<li><strong>Bug 修復</strong>: 修復 distribution 標籤渲染回傳值錯誤、公眾號 URL 連結二次替換、WechatSync 標籤尾註缺失及小紅書版權格式問題；修復 i18n 首屏翻譯模組載入失敗；啟用 PWA 並設定相關選項；支援行動端 CWV 基線採集；新增伺服器錯誤訊息處理；升級 hono 至 &gt;=4.12.25 解決安全漏洞，透過 pnpm overrides 解決 3 個高風險相依 CVE；最佳化使用者會話資料處理；完成商業連結管理器測試 API 遷移；修復階段 51 回歸測試。</li>
</ul>
<h2 id="最新-github-加星倉庫" tabindex="-1"><a class="header-anchor" href="#最新-github-加星倉庫">最新 GitHub 加星倉庫</a></h2>
<ul>
<li>
<p><a href="https://github.com/deepseek-ai/DeepSpec">CaoMeiYouRen 標記星號 DeepSpec</a> - 2026-06-29 22:39:36<br>
DeepSpec 是一個用於訓練和評估推測解碼算法的全棧代碼庫，主要語言為 Python，獲得 6223 顆星標。</p>
</li>
<li>
<p><a href="https://github.com/PizzaDark/SoundKeyboard">CaoMeiYouRen 標記星號 SoundKeyboard</a> - 2026-06-24 23:35:58<br>
該倉庫沒有提供描述，主要編程語言為 Python，獲得了 36 個星標。</p>
</li>
<li>
<p><a href="https://github.com/langgenius/dify">CaoMeiYouRen 標記星號 dify</a> - 2026-06-24 20:14:26<br>
生產就緒的代理工作流開發平台，主要使用 TypeScript 語言，擁有 147761 個星標。</p>
</li>
<li>
<p><a href="https://github.com/angristan/opencode-wakatime">CaoMeiYouRen 標記星號 opencode-wakatime</a> - 2026-06-24 17:28:09<br>
使用 Wakatime 追蹤 Opencode 的使用情況，主要編程語言為 TypeScript，該項目在 GitHub 上獲得 182 顆星標。</p>
</li>
<li>
<p><a href="https://github.com/heygen-com/hyperframes">CaoMeiYouRen 標記星號 hyperframes</a> - 2026-06-23 19:17:16<br>
該工具專為代理構建，支援編寫 HTML 和渲染視頻，主要使用 TypeScript 語言開發，擁有 33,234 個星標用戶。</p>
</li>
</ul>
<h2 id="其他部落格或週刊推薦" tabindex="-1"><a class="header-anchor" href="#其他部落格或週刊推薦">其他部落格或週刊推薦</a></h2>
<h3 id="阮一峰的網路日誌" tabindex="-1"><a class="header-anchor" href="#阮一峰的網路日誌">阮一峰的網路日誌</a></h3>
<ul>
<li><a href="http://www.ruanyifeng.com/blog/2026/07/weekly-issue-402.html">科技愛好者週刊（第 402 期）：我在智念 AI 的日子（小說）</a> - 2026-07-03 07:33:49</li>
<li><a href="http://www.ruanyifeng.com/blog/2026/06/anthropic.html">Dario Amodei：AI 開源是偽命題</a> - 2026-06-30 11:04:08</li>
<li><a href="http://www.ruanyifeng.com/blog/2026/06/weekly-issue-401.html">科技愛好者週刊（第 401 期）：如何賺到 10 億美元</a> - 2026-06-26 08:05:38</li>
</ul>
<h3 id="hellogithub-月刊" tabindex="-1"><a class="header-anchor" href="#hellogithub-月刊">HelloGitHub 月刊</a></h3>
<ul>
<li><a href="https://hellogithub.com/periodical/volume/123">《HelloGitHub》第 123 期</a> - 2026-06-29 08:10:22</li>
</ul>
<h2 id="總結" tabindex="-1"><a class="header-anchor" href="#總結">總結</a></h2>
<p>本週的更新和動態如上所示。感謝您的閱讀！
您可以透過以下方式訂閱草梅週報的更新：</p>
<ul>
<li><strong>部落格</strong>：<a href="https://blog.cmyr.ltd">草梅友仁的部落格</a></li>
<li><strong>墨梅部落格</strong>：<a href="https://momei.app">墨梅部落格</a></li>
<li><strong>RSS</strong>：<a href="https://blog.cmyr.ltd/weekly.xml">草梅週報</a></li>
<li><strong>公眾號</strong>：<a href="https://oss.cmyr.dev/images/20241025184516839-21n2ctv.png">草梅友仁的後花園</a></li>
<li><strong>郵件訂閱</strong>：<a href="https://listmonk.cmyr.dev/subscription/form">草梅友仁的部落格訂閱</a></li>
</ul>
<h2 id="往期回顧" tabindex="-1"><a class="header-anchor" href="#往期回顧">往期回顧</a></h2>
<ul>
<li><a href="https://blog.cmyr.ltd/archives/2026-24-caomei-weekly-hermes-agent-momei-weekly.html">Hermes Agent AI 助手與墨梅部落格更新 | 2026 年第 24 週草梅週報</a> - 2026-06-14 22:08:37</li>
<li><a href="https://blog.cmyr.ltd/archives/2026-23-caomei-weekly-momei-blog-1-19-0-release-copilot-price-increase-alternative.html">墨梅部落格 1.19.0 發布與 Copilot 漲價替代方案 | 2026 年第 23 週草梅週報</a> - 2026-06-08 00:01:57</li>
<li><a href="https://blog.cmyr.ltd/archives/2026-22-caomei-weekly-super-search-momei-open-source.html">AI 超級搜尋與墨梅部落格開源動態 | 2026 年第 22 週草梅週報</a> - 2026-05-31 19:59:10</li>
</ul>
]]></content:encoded>
            <author>草梅友仁</author>
            <category>草梅周報</category>
            <enclosure length="1188540" type="audio/mpeg" url="https://oss.cmyr.dev/momei-files/posts/67ccc2e9cd804443/audio/tts/20260705161145734-m004cyd.mp3"/>
        </item>
    </channel>
</rss>