<?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>墨梅博客 - 标签: 暗色模式</title>
        <link>https://momei.app</link>
        <description>Momei Blog - AI-driven, natively internationalized developer blog platform.</description>
        <lastBuildDate>Sun, 21 Dec 2025 14:45:48 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>Momei Blog</generator>
        <language>zh-CN</language>
        <image>
            <title>墨梅博客 - 标签: 暗色模式</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/暗色模式.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[墨梅博客 MVP 发布与草梅 Auth 更新 | 2025 年第 51 周草梅周报]]></title>
            <link>https://momei.app/posts/2025-51-caomei-weekly-momei-blog-mvp-caomei-auth-update</link>
            <guid isPermaLink="false">https://momei.app/posts/2025-51-caomei-weekly-momei-blog-mvp-caomei-auth-update</guid>
            <pubDate>Sun, 21 Dec 2025 14:45:48 GMT</pubDate>
            <description><![CDATA[草梅友仁发布了最新周报，主要聚焦两个开源项目进展：墨梅博客(Momei)已完成 MVP 版本开发，包含主页、文章页、登录注册页和后台管理页等功能，支持国际化和暗色模式；草梅 Auth 发布了 1.12.1 版本，主要修复 BUG 并更新数据库驱动。GitHub 动态方面，cmyr-template-cli 发布了 1.43.0 版本，新增分支保护规则支持。周报还推荐了多个技术周刊，包括阮一峰的网络日志、猫鱼周刊和潮流周刊等。读者可通过博客、RSS、公众号或邮箱订阅获取更新。]]></description>
            <content:encoded><![CDATA[<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>
<hr>
<p>本周在开发 <a href="https://github.com/CaoMeiYouRen/momei">墨梅 (Momei)</a> 中。</p>
<blockquote>
<p>您可以前往官网试用：<a href="https://momei.app/">https://momei.app/</a></p>
<p>也可以前往文档站来了解项目整体规划和未来开发路线图：<a href="https://docs.momei.app/">https://docs.momei.app/</a></p>
</blockquote>
<p>经过一段时间的高强度开发，在把 GitHub Copilot 用到上限，甚至还额外支出了几美元之后，我终于可以宣布 <a href="https://momei.app/">墨梅博客</a> 已经到了可以初步使用的地步。</p>
<p><img src="https://oss.cmyr.dev/images/20251221221044041.png" alt="QQ截图20251220232130"></p>
<p>当然了，距离真正上线肯定还有点距离，目前还存在不少问题要修。</p>
<p>不过作为一个开源项目，最重要的还是先把 MVP(最小可行性产品)版本端上来，先让用户看下大概的样子。</p>
<p>在当前进度中，已经完成了主页、文章页、登录注册页、后台管理页等多个页面的内容，并且支持国际化和暗色模式。</p>
<p>以下是部分页面的截图展示。</p>
<p>主页：</p>
<p><img src="https://oss.cmyr.dev/images/20251221221052130.png" alt="QQ截图20251221215342"></p>
<p>文章列表页：</p>
<p><img src="https://oss.cmyr.dev/images/20251221221134546.png" alt="QQ截图20251221215352"></p>
<p>正文页：</p>
<p><img src="https://oss.cmyr.dev/images/20251221221240366.png" alt="QQ截图20251221221235"></p>
<p>登录注册页：</p>
<p><img src="https://oss.cmyr.dev/images/20251221221300973.png" alt="QQ截图20251221215644"></p>
<p><img src="https://oss.cmyr.dev/images/20251221221300990.png" alt="QQ截图20251221215658"></p>
<p>国际化演示：</p>
<p><img src="https://oss.cmyr.dev/images/20251221221333698.png" alt="QQ截图20251221215127"></p>
<p>暗色模式演示：</p>
<p><img src="https://oss.cmyr.dev/images/20251221221341554.png" alt="QQ截图20251221215117"></p>
<p>当然，目前墨梅博客还有很多需要打磨的细节，页面和功能上也还不完善，如有任何意见和建议，都可以在项目的  <a href="https://github.com/CaoMeiYouRen/momei/issues">GitHub issues</a> 中提出。</p>
<blockquote>
<p>墨梅博客的 demo 站也会在后续部署。</p>
</blockquote>
<p>如果你也对墨梅博客感兴趣，欢迎参与开发和测试。</p>
<hr>
<p>本周依旧在开发 <a href="https://github.com/CaoMeiYouRen/caomei-auth">草梅 Auth</a> 中。</p>
<blockquote>
<p>你也可以直接访问官网地址：<a href="https://auth.cmyr.dev/">https://auth.cmyr.dev/</a>
Demo 站：<a href="https://auth-demo.cmyr.dev/">https://auth-demo.cmyr.dev/</a>
文档地址：<a href="https://auth-docs.cmyr.dev/">https://auth-docs.cmyr.dev/</a></p>
</blockquote>
<p>本周 草梅 Auth 发布了 <a href="https://github.com/CaoMeiYouRen/caomei-auth/releases/tag/v1.12.1">1.12.1</a> 版本。</p>
<p>本周主要是进行了 BUG 修复，以及替换 sqlite3 的数据库驱动为 better-sqlite3，以支持新版版本的 Node.js</p>
<p>如果你对草梅 Auth 感兴趣，欢迎参与开发和测试。</p>
<h2 id="github-release" tabindex="-1"><a class="header-anchor" href="#github-release">GitHub Release</a></h2>
<h3 id="caomei-auth" tabindex="-1"><a class="header-anchor" href="#caomei-auth">caomei-auth</a></h3>
<h4 id="v1-12-1-2025-12-20-20-14-35" tabindex="-1"><a class="header-anchor" href="#v1-12-1-2025-12-20-20-14-35"><a href="https://github.com/CaoMeiYouRen/caomei-auth/releases/tag/v1.12.1">v1.12.1</a> - 2025-12-20 20:14:35</a></h4>
<p>摘要:
版本 1.12.1 (2025-12-20) 摘要：</p>
<p>Bug 修复：</p>
<ol>
<li>修正了 revokeConsentSchema 中 clientId 的错误提示信息格式问题</li>
<li>新增 secureRandom 函数以提高随机数生成的安全性</li>
<li>将数据库驱动更新为 better-sqlite3，并相应调整了配置</li>
</ol>
<h3 id="cmyr-template-cli" tabindex="-1"><a class="header-anchor" href="#cmyr-template-cli">cmyr-template-cli</a></h3>
<h4 id="v1-43-0-2025-12-18-21-15-33" tabindex="-1"><a class="header-anchor" href="#v1-43-0-2025-12-18-21-15-33"><a href="https://github.com/CaoMeiYouRen/cmyr-template-cli/releases/tag/v1.43.0">v1.43.0</a> - 2025-12-18 21:15:33</a></h4>
<p>摘要:
版本 1.43.0 更新摘要：</p>
<p>新功能：</p>
<ul>
<li>新增支持创建 GitHub 仓库分支保护规则的功能</li>
</ul>
<p>Bug 修复：</p>
<ul>
<li>移除了 catch 块中的错误参数，简化了错误处理流程</li>
</ul>
<h2 id="最新-github-加星仓库" tabindex="-1"><a class="header-anchor" href="#最新-github-加星仓库">最新 GitHub 加星仓库</a></h2>
<ul>
<li><a href="https://github.com/hinesboy/mavonEditor">CaoMeiYouRen starred mavonEditor</a> - 2025-12-20 23:26:42
基于 Vue 的 Markdown 编辑器，支持多种个性化功能。主要开发语言为 Vue，获得 6581 个星标。</li>
<li><a href="https://github.com/AyayaXiaowang/Ayaya_Miliastra_Editor">CaoMeiYouRen starred Ayaya_Miliastra_Editor</a> - 2025-12-19 21:49:47
支持使用 Python 代码描述节点图，系统内置引擎可解析验证并自动排版，结合自动化脚本将步骤精准映射到实际编辑器。主要开发语言为 Python，项目获得 149 个星标。</li>
<li><a href="https://github.com/go-gitea/gitea">CaoMeiYouRen starred gitea</a> - 2025-12-18 21:19:11
基于 Go 语言开发的一体化软件开发服务平台，提供 Git 托管、代码审查、团队协作、包注册表和 CI/CD 功能。该平台采用自托管方式，设计理念强调简单易用，目前已在 GitHub 获得超过 52,000 颗星标。</li>
<li><a href="https://github.com/heyManNice/bili-cured-my-neck-pain">CaoMeiYouRen starred bili-cured-my-neck-pain</a> - 2025-12-15 17:34:52
B 站 PC 网页版新增视频旋转和缩放功能，使用 TypeScript 开发。该项目已获得 52 个星标。</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/2025/12/weekly-issue-378.html">科技爱好者周刊（第 378 期）：预测是新的互联网热点</a> - 2025-12-19 08:06:47</li>
</ul>
<h3 id="阿猫的博客" tabindex="-1"><a class="header-anchor" href="#阿猫的博客">阿猫的博客</a></h3>
<ul>
<li><a href="https://ameow.xyz/archives/weekly-089">猫鱼周刊 vol. 089 Vibe Engineering</a> - 2025-12-21 20:21:28</li>
<li><a href="https://ameow.xyz/archives/weekly-088">猫鱼周刊 vol. 088 两个 Linus 的史诗级会面</a> - 2025-12-14 23:25:30</li>
</ul>
<h3 id="潮流周刊" tabindex="-1"><a class="header-anchor" href="#潮流周刊">潮流周刊</a></h3>
<ul>
<li><a href="https://weekly.tw93.fun/posts/250/">第 250 期 - 北京的冬</a> - 2025-12-22 08:00:00</li>
<li><a href="https://weekly.tw93.fun/posts/249/">第 249 期 - 美洲红鹮</a> - 2025-12-15 08:00:00</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/2025-50-caomei-weekly-caomei-auth-1-12-0-momei-blog.html">草梅 Auth 1.12.0 发布与墨梅博客立项经验 | 2025 年第 50 周草梅周报</a> - 2025-12-14 20:25:28</li>
<li><a href="https://blog.cmyr.ltd/archives/2025-49-caomei-weekly-caomei-auth-1-11-1-release-and-ai-refactoring.html">草梅 Auth 1.11.1 版本发布与 AI 辅助代码重构实践 | 2025 年第 49 周草梅周报</a> - 2025-12-07 20:10:31</li>
<li><a href="https://blog.cmyr.ltd/archives/2025-48-caomei-weekly-nano-banana-pro-ai-image-generation.html">Nano Banana Pro AI 图像生成模型与创意实践 | 2025 年第 48 周草梅周报</a> - 2025-11-30 20:30:59</li>
</ul>
]]></content:encoded>
            <author>草梅友仁</author>
            <category>草梅周报</category>
            <enclosure url="https://oss.cmyr.dev/images/20251221224250355.png" length="0" type="image/png"/>
        </item>
    </channel>
</rss>