<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://doc.cflow.cc/cases</id>
    <title>Cflow Blog</title>
    <updated>2026-09-18T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://doc.cflow.cc/cases"/>
    <subtitle>Cflow Blog</subtitle>
    <icon>https://doc.cflow.cc/img/cflow.jpg</icon>
    <entry>
        <title type="html"><![CDATA[第一篇使用案例]]></title>
        <id>https://doc.cflow.cc/cases/2026/09/18/第一篇使用案例</id>
        <link href="https://doc.cflow.cc/cases/2026/09/18/第一篇使用案例"/>
        <updated>2026-09-18T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[这是一个示例文章，展示使用案例模块的文章写法，可以删除后替换为你的真实案例。]]></summary>
        <content type="html"><![CDATA[<p>这里是一篇示例文章。直接删除 <code>blog/</code> 下的这个文件，把你的真实案例写成 md 文件放进来即可。</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="常用写法">常用写法<a href="https://doc.cflow.cc/cases/2026/09/18/%E7%AC%AC%E4%B8%80%E7%AF%87%E4%BD%BF%E7%94%A8%E6%A1%88%E4%BE%8B#%E5%B8%B8%E7%94%A8%E5%86%99%E6%B3%95" class="hash-link" aria-label="常用写法的直接链接" title="常用写法的直接链接" translate="no">​</a></h2>
<p>正文支持标准 Markdown：<strong>加粗</strong>、<code>行内代码</code>、列表、表格、图片等。</p>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>提示</div><div class="admonitionContent_BuS1"><p>提示、警告等 admonition 块也可以用。</p></div></div>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><div class="token-line" style="color:#393A34"><span class="token plain"># 代码块照常使用</span><br></div><div class="token-line" style="color:#393A34"><span class="token plain">echo "hello cflow"</span><br></div></code></pre></div></div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="配图方式">配图方式<a href="https://doc.cflow.cc/cases/2026/09/18/%E7%AC%AC%E4%B8%80%E7%AF%87%E4%BD%BF%E7%94%A8%E6%A1%88%E4%BE%8B#%E9%85%8D%E5%9B%BE%E6%96%B9%E5%BC%8F" class="hash-link" aria-label="配图方式的直接链接" title="配图方式的直接链接" translate="no">​</a></h2>
<p>图片可以放文章同名的文件夹里，例如 <code>2026-09-18-第一篇使用案例/截图.png</code>，然后用 <code>![说明](./截图.png)</code> 引用。</p>]]></content>
        <category label="示例" term="示例"/>
    </entry>
</feed>