<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="https://my-wiki.catkinr-93f.workers.dev/atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN">
  <id>https://my-wiki.catkinr-93f.workers.dev</id>
  <title>我的 Wiki</title>
  <subtitle>我的知识库 / Wiki 网站</subtitle>
  <author>
    <name>maoxinhe</name>
  </author>
  <rights>CC-BY-4.0</rights>
  <updated>2026-08-30T07:45:20.759Z</updated>
  <generator>vuepress-plugin-feed2</generator>
  <link rel="self" href="https://my-wiki.catkinr-93f.workers.dev/atom.xml"/>
  <link rel="alternate" href="https://my-wiki.catkinr-93f.workers.dev"/>
  <category term="博客"/>
  <contributor>
    <name>maoxinhe</name>
  </contributor>
  <entry>
    <title type="text">Markdown 格式与功能全览</title>
    <id>https://my-wiki.catkinr-93f.workers.dev/posts/markdown-guide/</id>
    <link href="https://my-wiki.catkinr-93f.workers.dev/posts/markdown-guide/"/>
    <updated>2026-08-30T06:43:30.000Z</updated>
    <summary type="html"><![CDATA[<p>本文是一篇<strong>示例文章</strong>，把本站（VuePress + Plume 主题）当前支持的主要 Markdown 格式与功能逐一展示给你看，<strong>每一项都附上"如何调用"的源码</strong>，方便你照着写。</p>
<div class="hint-container tip">
<p class="hint-container-title">阅读建议</p>
<p>想快速了解并复现效果，直接看每一节的 <strong>效果</strong> 与 <strong>[调用]</strong> 代码块即可。</p>
</div>
<h2>一、基础排版</h2>]]></summary>
    <content type="html"><![CDATA[<p>本文是一篇<strong>示例文章</strong>，把本站（VuePress + Plume 主题）当前支持的主要 Markdown 格式与功能逐一展示给你看，<strong>每一项都附上"如何调用"的源码</strong>，方便你照着写。</p>
<div class="hint-container tip">
<p class="hint-container-title">阅读建议</p>
<p>想快速了解并复现效果，直接看每一节的 <strong>效果</strong> 与 <strong>[调用]</strong> 代码块即可。</p>
</div>
<h2>一、基础排版</h2>
<h3>标题与文本样式</h3>
<p><strong>效果：</strong></p>
<h2>二级标题</h2>
<h3>三级标题</h3>
<h4>四级标题</h4>
<p><strong>加粗</strong>、<em>斜体</em>、<em><strong>加粗斜体</strong></em>、<s>删除线</s>、<code>行内代码</code>，下面一行是水平分割线。</p>
]]></content>
    <author>
      <name>maoxinhe</name>
    </author>
    <category term="博客"/>
    <contributor>
      <name>maoxinhe</name>
    </contributor>
    <published>2026-08-30T00:00:00.000Z</published>
    <rights>Copyright by maoxinhe</rights>
  </entry>
  <entry>
    <title type="text">文章目录</title>
    <id>https://my-wiki.catkinr-93f.workers.dev/directory/</id>
    <link href="https://my-wiki.catkinr-93f.workers.dev/directory/"/>
    <updated>2026-08-30T06:32:25.000Z</updated>
    <author>
      <name>maoxinhe</name>
    </author>
    <contributor>
      <name>maoxinhe</name>
    </contributor>
    <published>2026-08-30T06:32:25.000Z</published>
    <rights>Copyright by maoxinhe</rights>
  </entry>
  <entry>
    <title type="text">欢迎来到博客</title>
    <id>https://my-wiki.catkinr-93f.workers.dev/posts/hello/</id>
    <link href="https://my-wiki.catkinr-93f.workers.dev/posts/hello/"/>
    <updated>2026-08-30T05:08:31.000Z</updated>
    <summary type="html"><![CDATA[<p>欢迎来到本站的博客专栏。这里用于记录一些随笔与分享。</p>
]]></summary>
    <content type="html"><![CDATA[<p>欢迎来到本站的博客专栏。这里用于记录一些随笔与分享。</p>
<!-- more -->
<h2>页面底部信息</h2>
<p>每一篇文章都会显示：</p>
<ul>
<li><strong>作者</strong>：文章署名（作者 / 贡献者）</li>
<li><strong>更新日志</strong>：文章的版本更新历史</li>
<li><strong>版权许可证</strong>：位于更新日志下方，声明文章的创作共享协议</li>
<li><strong>上一篇 / 下一篇</strong>：方便在文章之间切换</li>
</ul>
]]></content>
    <author>
      <name>maoxinhe</name>
    </author>
    <category term="博客"/>
    <contributor>
      <name>maoxinhe</name>
    </contributor>
    <published>2026-08-30T00:00:00.000Z</published>
    <rights>Copyright by maoxinhe</rights>
  </entry>
  <entry>
    <title type="text">第二篇：关于许可证与更新日志</title>
    <id>https://my-wiki.catkinr-93f.workers.dev/posts/second/</id>
    <link href="https://my-wiki.catkinr-93f.workers.dev/posts/second/"/>
    <updated>2026-08-30T05:21:53.000Z</updated>
    <summary type="html"><![CDATA[<p>wiki内置了版权与更新日志功能。</p>
<h2>许可证</h2>
<p>通过主题配置 <code>copyright</code> 启用：</p>
<div class="language-ts line-numbers-mode" data-highlighter="shiki" data-ext="ts" style="--shiki-light:#393a34;--shiki-dark:#dbd7caee;--shiki-light-bg:#ffffff;--shiki-dark-bg:#121212"><pre class="shiki shiki-themes vitesse-light vitesse-dark vp-code"><code class="language-ts"><span class="line"><span style="--shiki-light:#59873A;--shiki-dark:#80A665">copyright</span><span style="--shiki-light:#999999;--shiki-dark:#666666">:</span><span style="--shiki-light:#999999;--shiki-dark:#666666"> {</span></span>
<span class="line"><span style="--shiki-light:#59873A;--shiki-dark:#80A665">  license</span><span style="--shiki-light:#999999;--shiki-dark:#666666">:</span><span style="--shiki-light:#B5695977;--shiki-dark:#C98A7D77"> '</span><span style="--shiki-light:#B56959;--shiki-dark:#C98A7D">CC-BY-4.0</span><span style="--shiki-light:#B5695977;--shiki-dark:#C98A7D77">'</span><span style="--shiki-light:#999999;--shiki-dark:#666666">,</span></span>
<span class="line"><span style="--shiki-light:#59873A;--shiki-dark:#80A665">  author</span><span style="--shiki-light:#999999;--shiki-dark:#666666">:</span><span style="--shiki-light:#B5695977;--shiki-dark:#C98A7D77"> '</span><span style="--shiki-light:#B56959;--shiki-dark:#C98A7D">maoxinhe</span><span style="--shiki-light:#B5695977;--shiki-dark:#C98A7D77">'</span><span style="--shiki-light:#999999;--shiki-dark:#666666">,</span></span>
<span class="line"><span style="--shiki-light:#59873A;--shiki-dark:#80A665">  creation</span><span style="--shiki-light:#999999;--shiki-dark:#666666">:</span><span style="--shiki-light:#B5695977;--shiki-dark:#C98A7D77"> '</span><span style="--shiki-light:#B56959;--shiki-dark:#C98A7D">original</span><span style="--shiki-light:#B5695977;--shiki-dark:#C98A7D77">'</span><span style="--shiki-light:#999999;--shiki-dark:#666666">,</span></span>
<span class="line"><span style="--shiki-light:#999999;--shiki-dark:#666666">}</span></span></code></pre>
<div class="line-numbers" aria-hidden="true" style="counter-reset:line-number 0"><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div></div></div>]]></summary>
    <content type="html"><![CDATA[<p>wiki内置了版权与更新日志功能。</p>
<h2>许可证</h2>
<p>通过主题配置 <code>copyright</code> 启用：</p>
<div class="language-ts line-numbers-mode" data-highlighter="shiki" data-ext="ts" style="--shiki-light:#393a34;--shiki-dark:#dbd7caee;--shiki-light-bg:#ffffff;--shiki-dark-bg:#121212"><pre class="shiki shiki-themes vitesse-light vitesse-dark vp-code"><code class="language-ts"><span class="line"><span style="--shiki-light:#59873A;--shiki-dark:#80A665">copyright</span><span style="--shiki-light:#999999;--shiki-dark:#666666">:</span><span style="--shiki-light:#999999;--shiki-dark:#666666"> {</span></span>
<span class="line"><span style="--shiki-light:#59873A;--shiki-dark:#80A665">  license</span><span style="--shiki-light:#999999;--shiki-dark:#666666">:</span><span style="--shiki-light:#B5695977;--shiki-dark:#C98A7D77"> '</span><span style="--shiki-light:#B56959;--shiki-dark:#C98A7D">CC-BY-4.0</span><span style="--shiki-light:#B5695977;--shiki-dark:#C98A7D77">'</span><span style="--shiki-light:#999999;--shiki-dark:#666666">,</span></span>
<span class="line"><span style="--shiki-light:#59873A;--shiki-dark:#80A665">  author</span><span style="--shiki-light:#999999;--shiki-dark:#666666">:</span><span style="--shiki-light:#B5695977;--shiki-dark:#C98A7D77"> '</span><span style="--shiki-light:#B56959;--shiki-dark:#C98A7D">maoxinhe</span><span style="--shiki-light:#B5695977;--shiki-dark:#C98A7D77">'</span><span style="--shiki-light:#999999;--shiki-dark:#666666">,</span></span>
<span class="line"><span style="--shiki-light:#59873A;--shiki-dark:#80A665">  creation</span><span style="--shiki-light:#999999;--shiki-dark:#666666">:</span><span style="--shiki-light:#B5695977;--shiki-dark:#C98A7D77"> '</span><span style="--shiki-light:#B56959;--shiki-dark:#C98A7D">original</span><span style="--shiki-light:#B5695977;--shiki-dark:#C98A7D77">'</span><span style="--shiki-light:#999999;--shiki-dark:#666666">,</span></span>
<span class="line"><span style="--shiki-light:#999999;--shiki-dark:#666666">}</span></span></code></pre>
<div class="line-numbers" aria-hidden="true" style="counter-reset:line-number 0"><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div></div></div><p>许可证会显示在文章底部的<strong>更新日志下方</strong>。</p>
<h2>更新日志</h2>
<p>通过 <code>changelog: true</code> 启用，依赖 <code>@vuepress/plugin-git</code>，展示文章的版本更新历史。</p>
]]></content>
    <author>
      <name>maoxinhe</name>
    </author>
    <category term="博客"/>
    <contributor>
      <name>maoxinhe</name>
    </contributor>
    <published>2026-08-30T00:00:00.000Z</published>
    <rights>Copyright by maoxinhe</rights>
  </entry>
  <entry>
    <title type="text">dev</title>
    <id>https://my-wiki.catkinr-93f.workers.dev/wiki/dev/</id>
    <link href="https://my-wiki.catkinr-93f.workers.dev/wiki/dev/"/>
    <updated>2026-08-30T04:18:33.000Z</updated>
    <summary type="html"><![CDATA[<p>这里记录一些常见技术笔记与踩坑经验。</p>
<h2>代码示例</h2>
<div class="language-ts line-numbers-mode" data-highlighter="shiki" data-ext="ts" style="--shiki-light:#393a34;--shiki-dark:#dbd7caee;--shiki-light-bg:#ffffff;--shiki-dark-bg:#121212"><pre class="shiki shiki-themes vitesse-light vitesse-dark vp-code"><code class="language-ts"><span class="line"><span style="--shiki-light:#AB5959;--shiki-dark:#CB7676">function</span><span style="--shiki-light:#59873A;--shiki-dark:#80A665"> greet</span><span style="--shiki-light:#999999;--shiki-dark:#666666">(</span><span style="--shiki-light:#B07D48;--shiki-dark:#BD976A">name</span><span style="--shiki-light:#999999;--shiki-dark:#666666">: </span><span style="--shiki-light:#2E8F82;--shiki-dark:#5DA994">string</span><span style="--shiki-light:#999999;--shiki-dark:#666666">):</span><span style="--shiki-light:#2E8F82;--shiki-dark:#5DA994"> string</span><span style="--shiki-light:#999999;--shiki-dark:#666666"> {</span></span>
<span class="line"><span style="--shiki-light:#1E754F;--shiki-dark:#4D9375">  return</span><span style="--shiki-light:#B5695977;--shiki-dark:#C98A7D77"> `</span><span style="--shiki-light:#B56959;--shiki-dark:#C98A7D">Hello, </span><span style="--shiki-light:#1E754F;--shiki-dark:#4D9375">${</span><span style="--shiki-light:#B56959;--shiki-dark:#C98A7D">name</span><span style="--shiki-light:#1E754F;--shiki-dark:#4D9375">}</span><span style="--shiki-light:#B56959;--shiki-dark:#C98A7D">!</span><span style="--shiki-light:#B5695977;--shiki-dark:#C98A7D77">`</span></span>
<span class="line"><span style="--shiki-light:#999999;--shiki-dark:#666666">}</span></span></code></pre>
<div class="line-numbers" aria-hidden="true" style="counter-reset:line-number 0"><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div></div></div>]]></summary>
    <content type="html"><![CDATA[<p>这里记录一些常见技术笔记与踩坑经验。</p>
<h2>代码示例</h2>
<div class="language-ts line-numbers-mode" data-highlighter="shiki" data-ext="ts" style="--shiki-light:#393a34;--shiki-dark:#dbd7caee;--shiki-light-bg:#ffffff;--shiki-dark-bg:#121212"><pre class="shiki shiki-themes vitesse-light vitesse-dark vp-code"><code class="language-ts"><span class="line"><span style="--shiki-light:#AB5959;--shiki-dark:#CB7676">function</span><span style="--shiki-light:#59873A;--shiki-dark:#80A665"> greet</span><span style="--shiki-light:#999999;--shiki-dark:#666666">(</span><span style="--shiki-light:#B07D48;--shiki-dark:#BD976A">name</span><span style="--shiki-light:#999999;--shiki-dark:#666666">: </span><span style="--shiki-light:#2E8F82;--shiki-dark:#5DA994">string</span><span style="--shiki-light:#999999;--shiki-dark:#666666">):</span><span style="--shiki-light:#2E8F82;--shiki-dark:#5DA994"> string</span><span style="--shiki-light:#999999;--shiki-dark:#666666"> {</span></span>
<span class="line"><span style="--shiki-light:#1E754F;--shiki-dark:#4D9375">  return</span><span style="--shiki-light:#B5695977;--shiki-dark:#C98A7D77"> `</span><span style="--shiki-light:#B56959;--shiki-dark:#C98A7D">Hello, </span><span style="--shiki-light:#1E754F;--shiki-dark:#4D9375">${</span><span style="--shiki-light:#B56959;--shiki-dark:#C98A7D">name</span><span style="--shiki-light:#1E754F;--shiki-dark:#4D9375">}</span><span style="--shiki-light:#B56959;--shiki-dark:#C98A7D">!</span><span style="--shiki-light:#B5695977;--shiki-dark:#C98A7D77">`</span></span>
<span class="line"><span style="--shiki-light:#999999;--shiki-dark:#666666">}</span></span></code></pre>
<div class="line-numbers" aria-hidden="true" style="counter-reset:line-number 0"><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div></div></div><h2>数学公式</h2>
<p>质能方程：</p>
]]></content>
    <author>
      <name>maoxinhe</name>
    </author>
    <contributor>
      <name>maoxinhe</name>
    </contributor>
    <published>2026-08-30T04:18:33.000Z</published>
    <rights>Copyright by maoxinhe</rights>
  </entry>
  <entry>
    <title type="text">使用指南</title>
    <id>https://my-wiki.catkinr-93f.workers.dev/wiki/guide/</id>
    <link href="https://my-wiki.catkinr-93f.workers.dev/wiki/guide/"/>
    <updated>2026-08-30T04:38:04.000Z</updated>
    <summary type="html"><![CDATA[<p>欢迎使用本 Wiki。这里介绍如何编写内容与组织结构。</p>
<h2>目录结构</h2>
<ul>
<li><code>docs/README.md</code> —— 站点首页</li>
<li><code>docs/wiki/guide/</code> —— 使用指南</li>
<li><code>docs/wiki/dev/</code> —— 开发笔记</li>
<li><code>docs/posts/</code> —— 博客文章（文章列表、标签、归档、分类）</li>
<li><code>docs/.vuepress/public/</code> —— 静态资源（图片等）</li>
</ul>]]></summary>
    <content type="html"><![CDATA[<p>欢迎使用本 Wiki。这里介绍如何编写内容与组织结构。</p>
<h2>目录结构</h2>
<ul>
<li><code>docs/README.md</code> —— 站点首页</li>
<li><code>docs/wiki/guide/</code> —— 使用指南</li>
<li><code>docs/wiki/dev/</code> —— 开发笔记</li>
<li><code>docs/posts/</code> —— 博客文章（文章列表、标签、归档、分类）</li>
<li><code>docs/.vuepress/public/</code> —— 静态资源（图片等）</li>
</ul>
<h2>博客 / 订阅</h2>
<ul>
<li>博客文章放在 <code>docs/posts/</code> 下，站点会生成文章列表、标签、归档、分类。</li>
<li>站点提供 RSS 订阅：<code>/rss.xml</code>、<code>/atom.xml</code>、<code>/feed.json</code>。</li>
</ul>
<h2>关于作者、更新日志与许可证</h2>
<p>每篇文章底部会依次显示：</p>
<ol>
<li><strong>作者 / 贡献者</strong></li>
<li><strong>更新日志</strong>（文章的版本更新历史）</li>
<li><strong>版权许可证</strong>（显示在更新日志下方，如 <code>CC-BY-4.0</code>）</li>
<li><strong>上一篇 / 下一篇</strong> 切换</li>
</ol>
<h2>添加一篇笔记</h2>
<p>在对应的笔记目录下新建 Markdown 文件（或子目录），例如：</p>
<div class="language-markdown line-numbers-mode" data-highlighter="shiki" data-ext="markdown" style="--shiki-light:#393a34;--shiki-dark:#dbd7caee;--shiki-light-bg:#ffffff;--shiki-dark-bg:#121212"><pre class="shiki shiki-themes vitesse-light vitesse-dark vp-code"><code class="language-markdown"><span class="line"></span></code></pre>
<div class="line-numbers" aria-hidden="true" style="counter-reset:line-number 0"><div class="line-number"></div></div></div>]]></content>
    <author>
      <name>maoxinhe</name>
    </author>
    <contributor>
      <name>maoxinhe</name>
    </contributor>
    <published>2026-08-30T04:18:33.000Z</published>
    <rights>Copyright by maoxinhe</rights>
  </entry>
  <entry>
    <title type="text"></title>
    <id>https://my-wiki.catkinr-93f.workers.dev/</id>
    <link href="https://my-wiki.catkinr-93f.workers.dev/"/>
    <updated>2026-08-30T07:45:20.895Z</updated>
    <summary type="html"><![CDATA[<p>随时开始记录你的第一篇笔记吧！</p>
]]></summary>
    <content type="html"><![CDATA[<p>随时开始记录你的第一篇笔记吧！</p>
]]></content>
    <author>
      <name>maoxinhe</name>
    </author>
    <contributor>
      <name>maoxinhe</name>
    </contributor>
    <rights>Copyright by maoxinhe</rights>
  </entry>
</feed>