<?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/">
    <channel>
        <title>ChiroPhy’s Wiki</title>
        <link>https://chirophy.online/</link>
        <description>一个使用 `NotionNext` 搭建的新玩具</description>
        <lastBuildDate>Tue, 14 Apr 2026 08:56:47 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>zh-CN</language>
        <copyright>All rights reserved 2026, ChiroPhy</copyright>
        <item>
            <title><![CDATA[Docker清理镜像及容器]]></title>
            <link>https://chirophy.online/Linux/docker-clean</link>
            <guid>https://chirophy.online/Linux/docker-clean</guid>
            <pubDate>Thu, 11 Sep 2025 16:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-26ca3987e3118066a99ae616170de7a0"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-26ca3987e31180b9b112f7601342c55f" data-id="26ca3987e31180b9b112f7601342c55f"><span><div id="26ca3987e31180b9b112f7601342c55f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#26ca3987e31180b9b112f7601342c55f" title="清理 Docker 未使用镜像"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>清理 Docker 未使用镜像</b></span></span></h2><div class="notion-text notion-block-26ca3987e31180a691f2c27af8f0ce43">在 Docker 中清理未使用的镜像可以通过几个不同的命令实现。以下是几种常用的方法：</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-26ca3987e311806da31cf3cad813564d" data-id="26ca3987e311806da31cf3cad813564d"><span><div id="26ca3987e311806da31cf3cad813564d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#26ca3987e311806da31cf3cad813564d" title="1. 删除悬空镜像（无标签镜像）"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>1. 删除悬空镜像（无标签镜像）</b></span></span></h3><div class="notion-text notion-block-26ca3987e31180fc9b7af07fff2b3133">这个命令会删除所有未被容器使用的悬空镜像（dangling images）。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-26ca3987e311802bad98cca3014aebbf" data-id="26ca3987e311802bad98cca3014aebbf"><span><div id="26ca3987e311802bad98cca3014aebbf" class="notion-header-anchor"></div><a class="notion-hash-link" href="#26ca3987e311802bad98cca3014aebbf" title="2. 删除所有未使用的镜像"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>2. 删除所有未使用的镜像</b></span></span></h3><div class="notion-text notion-block-26ca3987e3118023ae12e4ac27f1b53d">这个命令会删除所有未被任何容器使用的镜像，包括有标签的和无标签的。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-26ca3987e31180a49570ce799447762d" data-id="26ca3987e31180a49570ce799447762d"><span><div id="26ca3987e31180a49570ce799447762d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#26ca3987e31180a49570ce799447762d" title="3. 强制删除且不提示确认"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>3. 强制删除且不提示确认</b></span></span></h3><div class="notion-text notion-block-26ca3987e31180558bb7c6ff61583440">添加 <code class="notion-inline-code">-f</code> 或 <code class="notion-inline-code">--force</code> 标志可以跳过确认提示。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-26ca3987e31180b99052d0e79990fc0d" data-id="26ca3987e31180b99052d0e79990fc0d"><span><div id="26ca3987e31180b99052d0e79990fc0d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#26ca3987e31180b99052d0e79990fc0d" title="4. 同时删除镜像和容器"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>4. 同时删除镜像和容器</b></span></span></h3><div class="notion-text notion-block-26ca3987e311805889fbf843d4f309cd">这个命令会删除：</div><ul class="notion-list notion-list-disc notion-block-26ca3987e311808095deee09c4433a67"><li>所有停止的容器</li></ul><ul class="notion-list notion-list-disc notion-block-26ca3987e3118028871fde1c65a5c669"><li>所有未被容器使用的网络</li></ul><ul class="notion-list notion-list-disc notion-block-26ca3987e31180e898f9f43482767f79"><li>所有悬空镜像</li></ul><ul class="notion-list notion-list-disc notion-block-26ca3987e31180aeb0f7f246478356a1"><li>所有悬空构建缓存</li></ul><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-26ca3987e311806da1e3df8fa5c37eb1" data-id="26ca3987e311806da1e3df8fa5c37eb1"><span><div id="26ca3987e311806da1e3df8fa5c37eb1" class="notion-header-anchor"></div><a class="notion-hash-link" href="#26ca3987e311806da1e3df8fa5c37eb1" title="5. 彻底清理（包括未使用的卷和构建缓存）"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>5. 彻底清理（包括未使用的卷和构建缓存）</b></span></span></h3><div class="notion-text notion-block-26ca3987e3118060b35cdbe4b81cc907">这个更激进的命令会删除所有未使用的资源，包括卷和构建缓存（谨慎使用）。</div><div class="notion-blank notion-block-278a3987e311800c8cf1e5989228f9cf"> </div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-278a3987e311809eaad5d65218ba41c0" data-id="278a3987e311809eaad5d65218ba41c0"><span><div id="278a3987e311809eaad5d65218ba41c0" class="notion-header-anchor"></div><a class="notion-hash-link" href="#278a3987e311809eaad5d65218ba41c0" title="6. 定时清理"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">6. 定时清理</span></span></h3><div class="notion-text notion-block-278a3987e31180d79a69dd8d547f7f78">编辑当前用户的 cron 任务</div><div class="notion-text notion-block-278a3987e311800f9933c1ab39f02f69">添加以下行（每天凌晨 3 点执行）：</div><div class="notion-blank notion-block-334a3987e31180859582d3e0ae490b47"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[常见204测速URL]]></title>
            <link>https://chirophy.online/technology/204url</link>
            <guid>https://chirophy.online/technology/204url</guid>
            <pubDate>Mon, 16 Mar 2026 16:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-326a3987e3118025be68c663e961d9eb"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-block-326a3987e31180d2949be94e92b9de4d"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="📄">📄</span></div><div class="notion-callout-text">最后更新：2026-03-17</div></div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-326a3987e31180a2a56ee7d8996c7633" data-id="326a3987e31180a2a56ee7d8996c7633"><span><div id="326a3987e31180a2a56ee7d8996c7633" class="notion-header-anchor"></div><a class="notion-hash-link" href="#326a3987e31180a2a56ee7d8996c7633" title="Google 系（最常用）"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">Google 系（最常用）</span></span></h3><table class="notion-simple-table notion-block-326a3987e311809eaa69e47d3ffea4d4"><tbody><tr class="notion-simple-table-row notion-simple-table-header-row notion-block-326a3987e311802abadcc0cf9156255a"><td class="" style="width:120px"><div class="notion-simple-table-cell">URL</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">说明</div></td></tr><tr class="notion-simple-table-row notion-block-326a3987e31180e5bff9e20d41df9936"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">https://www.gstatic.com/generate_204</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">Google 标准 204，最常用</div></td></tr><tr class="notion-simple-table-row notion-block-326a3987e31180b1b923dc126b3470d2"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">http://www.google.com/generate_204</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">Google HTTP 版本</div></td></tr><tr class="notion-simple-table-row notion-block-326a3987e31180168195edcfa6cd3069"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">https://connectivitycheck.gstatic.com/generate_204</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">Android 连通性检测</div></td></tr><tr class="notion-simple-table-row notion-block-326a3987e3118061ae17e978108b2e65"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">http://connectivitycheck.android.com/generate_204</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">Android 旧版检测</div></td></tr></tbody></table><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-326a3987e31180fab607cfdcc9acdc75" data-id="326a3987e31180fab607cfdcc9acdc75"><span><div id="326a3987e31180fab607cfdcc9acdc75" class="notion-header-anchor"></div><a class="notion-hash-link" href="#326a3987e31180fab607cfdcc9acdc75" title="国内可访问（适合测试国内直连）"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">国内可访问（适合测试国内直连）</span></span></h3><table class="notion-simple-table notion-block-326a3987e311804badf7ec5a60a1a916"><tbody><tr class="notion-simple-table-row notion-simple-table-header-row notion-block-326a3987e31180009114f410eec7f35b"><td class="" style="width:120px"><div class="notion-simple-table-cell">URL</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">说明</div></td></tr><tr class="notion-simple-table-row notion-block-326a3987e31180f893c2f6446a1578cf"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">http://connect.rom.miui.com/generate_204</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">小米 MIUI</div></td></tr><tr class="notion-simple-table-row notion-block-326a3987e311806e9d1ddc68c641dcb2"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">http://wifi.vivo.com.cn/generate_204</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">Vivo</div></td></tr><tr class="notion-simple-table-row notion-block-326a3987e31180e4a0fcc30c5e556659"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">http://wifi.oppo.com/generate_204</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">OPPO</div></td></tr><tr class="notion-simple-table-row notion-block-326a3987e31180f8b19ee5fd29295bac"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">http://connectivitycheck.platform.hicloud.com/generate_204</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">华为</div></td></tr></tbody></table><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-326a3987e31180cebc35e7436dce3063" data-id="326a3987e31180cebc35e7436dce3063"><span><div id="326a3987e31180cebc35e7436dce3063" class="notion-header-anchor"></div><a class="notion-hash-link" href="#326a3987e31180cebc35e7436dce3063" title="其他国际节点"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">其他国际节点</span></span></h3><table class="notion-simple-table notion-block-326a3987e31180099656c407e6a4a517"><tbody><tr class="notion-simple-table-row notion-simple-table-header-row notion-block-326a3987e3118009916ae168b379ebcb"><td class="" style="width:120px"><div class="notion-simple-table-cell">URL</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">说明</div></td></tr><tr class="notion-simple-table-row notion-block-326a3987e311807aab57f82c9deaf05c"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">https://cp.cloudflare.com/generate_204</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">Cloudflare</div></td></tr><tr class="notion-simple-table-row notion-block-326a3987e3118039934fe7567ee291f9"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">http://nmcheck.gnome.org/check_network_status.txt</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">GNOME（返回文本，非204）</div></td></tr><tr class="notion-simple-table-row notion-block-326a3987e3118089838ec8eab2ee733c"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">https://captive.apple.com/hotspot-detect.html</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">Apple（返回 200，非204）</div></td></tr></tbody></table><hr class="notion-hr notion-block-326a3987e311800d9ecbcffc4f04af50"/><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-326a3987e31180d5ad9afa0f25f21736" data-id="326a3987e31180d5ad9afa0f25f21736"><span><div id="326a3987e31180d5ad9afa0f25f21736" class="notion-header-anchor"></div><a class="notion-hash-link" href="#326a3987e31180d5ad9afa0f25f21736" title="使用建议"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">使用建议</span></span></h3><ul class="notion-list notion-list-disc notion-block-326a3987e31180b0b539d8e5c3e6dfdf"><li><b>Clash / Mihomo</b>：推荐 <code class="notion-inline-code">https://www.gstatic.com/generate_204</code>，响应快、稳定</li></ul><ul class="notion-list notion-list-disc notion-block-326a3987e31180fdadadcfebcc04ef17"><li><b>测延迟准确性</b>：优先用 HTTPS，避免运营商对 HTTP 劫持干扰</li></ul><ul class="notion-list notion-list-disc notion-block-326a3987e31180b9af74f8d9ca7ccbeb"><li><b>多地区节点</b>：可同时配多个 URL 做 fallback，提高检测可靠性</li></ul><ul class="notion-list notion-list-disc notion-block-326a3987e31180acbc49c03537aac751"><li><b>日本/亚太节点</b>：<code class="notion-inline-code">gstatic.com</code> 在亚太有 CDN 节点，测速结果较真实</li></ul></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[OpenClaw 权限分离机制总结]]></title>
            <link>https://chirophy.online/technology/openclaw-permissions</link>
            <guid>https://chirophy.online/technology/openclaw-permissions</guid>
            <pubDate>Tue, 03 Mar 2026 16:00:00 GMT</pubDate>
            <description><![CDATA[OpenClaw 2026.3.2 版本权限分离机制详解，包括 tools.profile 四种模式、安全加固建议及配置最佳实践。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-319a3987e311813081bcc0409aad0207"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-block-319a3987e31181c89820d080de2f10be"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="📄">📄</span></div><div class="notion-callout-text">基于 2026.3.2 版本 | 最后更新：2026-03-04</div></div><hr class="notion-hr notion-block-319a3987e31181be8758e4219fc7931a"/><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-319a3987e311814a80d3c22c525b52b9" data-id="319a3987e311814a80d3c22c525b52b9"><span><div id="319a3987e311814a80d3c22c525b52b9" class="notion-header-anchor"></div><a class="notion-hash-link" href="#319a3987e311814a80d3c22c525b52b9" title="1. 权限体系概览"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">1. 权限体系概览</span></span></h2><div class="notion-text notion-block-319a3987e31181ca9b09e9ccf77741fa">OpenClaw 采用分层权限模型，从工具集、API 认证、命令执行到文件系统访问，实现细粒度控制。</div><hr class="notion-hr notion-block-319a3987e311818aa902d2f597dd6ca2"/><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-319a3987e311818c98b5d74206e5661a" data-id="319a3987e311818c98b5d74206e5661a"><span><div id="319a3987e311818c98b5d74206e5661a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#319a3987e311818c98b5d74206e5661a" title="2. 工具集权限 (tools.profile)"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">2. 工具集权限 (tools.profile)</span></span></h2><div class="notion-text notion-block-319a3987e31181639fbadd01a6984203">控制可用工具范围，支持四种预定义模式：</div><table class="notion-simple-table notion-block-319a3987e31181029cc8dd798b56d1d6"><tbody><tr class="notion-simple-table-row notion-simple-table-header-row notion-block-319a3987e31181019888e0219983bd54"><td class="" style="width:120px"><div class="notion-simple-table-cell">Profile</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">可用工具</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">适用场景</div></td></tr><tr class="notion-simple-table-row notion-block-319a3987e3118159b421cba84d72d766"><td class="" style="width:120px"><div class="notion-simple-table-cell">minimal</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">仅 session_status</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">极简监控、只读查看</div></td></tr><tr class="notion-simple-table-row notion-block-319a3987e31181368425e6f3c78253ba"><td class="" style="width:120px"><div class="notion-simple-table-cell">coding</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">文件操作 + 命令执行 + 会话管理 + 记忆 + 图像分析</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">编程开发</div></td></tr><tr class="notion-simple-table-row notion-block-319a3987e31181b0b9cdf6e8080d614d"><td class="" style="width:120px"><div class="notion-simple-table-cell">messaging</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">消息相关工具 + 基础会话管理</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">普通聊天用户（2026.3.2+ 新安装默认）</div></td></tr><tr class="notion-simple-table-row notion-block-319a3987e311812faac2ea37139aa7ae"><td class="" style="width:120px"><div class="notion-simple-table-cell">full</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">无限制（全部工具）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">开发者、管理员</div></td></tr></tbody></table><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-319a3987e31181f2bac8f84319c10059" data-id="319a3987e31181f2bac8f84319c10059"><span><div id="319a3987e31181f2bac8f84319c10059" class="notion-header-anchor"></div><a class="notion-hash-link" href="#319a3987e31181f2bac8f84319c10059" title="功能对比表"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">功能对比表</span></span></h3><table class="notion-simple-table notion-block-319a3987e311816aa4dbcdf4512089a2"><tbody><tr class="notion-simple-table-row notion-simple-table-header-row notion-block-319a3987e31181ad82b4c34c147cbbf2"><td class="" style="width:120px"><div class="notion-simple-table-cell">功能</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">minimal</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">coding</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">messaging</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">full</div></td></tr><tr class="notion-simple-table-row notion-block-319a3987e31181238c57f6c82536a3a6"><td class="" style="width:120px"><div class="notion-simple-table-cell">文件操作</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">❌</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">✅</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">❌</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">✅</div></td></tr><tr class="notion-simple-table-row notion-block-319a3987e311816187b0edc762c1d7f7"><td class="" style="width:120px"><div class="notion-simple-table-cell">命令执行</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">❌</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">✅</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">❌</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">✅</div></td></tr><tr class="notion-simple-table-row notion-block-319a3987e3118107b979c08758517138"><td class="" style="width:120px"><div class="notion-simple-table-cell">网络搜索</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">❌</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">❌</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">❌</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">✅</div></td></tr><tr class="notion-simple-table-row notion-block-319a3987e311814f9fdfcb6449bb0b8e"><td class="" style="width:120px"><div class="notion-simple-table-cell">浏览器控制</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">❌</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">❌</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">❌</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">✅</div></td></tr><tr class="notion-simple-table-row notion-block-319a3987e3118158b7e7d5c217be18ca"><td class="" style="width:120px"><div class="notion-simple-table-cell">消息发送</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">❌</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">❌</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">✅</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">✅</div></td></tr></tbody></table><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-319a3987e311813e9fadfc93df59637a" data-id="319a3987e311813e9fadfc93df59637a"><span><div id="319a3987e311813e9fadfc93df59637a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#319a3987e311813e9fadfc93df59637a" title="工具组速查 (group:*)"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">工具组速查 (group:*)</span></span></h3><ul class="notion-list notion-list-disc notion-block-319a3987e31181c9b4eff1f3b26f722b"><li>group:fs — read, write, edit, apply_patch</li></ul><ul class="notion-list notion-list-disc notion-block-319a3987e3118165a09bf45238ffd143"><li>group:runtime — exec, bash, process</li></ul><ul class="notion-list notion-list-disc notion-block-319a3987e311816eb46bdcbafe3082d0"><li>group:sessions — sessions_list, sessions_history, sessions_send, sessions_spawn, session_status</li></ul><ul class="notion-list notion-list-disc notion-block-319a3987e311819d904eef9ced2defcd"><li>group:memory — memory_search, memory_get</li></ul><ul class="notion-list notion-list-disc notion-block-319a3987e311812894aaef9d7db7a991"><li>group:web — web_search, web_fetch</li></ul><ul class="notion-list notion-list-disc notion-block-319a3987e3118170839bf032621ccd9f"><li>group:ui — browser, canvas</li></ul><ul class="notion-list notion-list-disc notion-block-319a3987e3118145a68af784e99bf68a"><li>group:messaging — message</li></ul><ul class="notion-list notion-list-disc notion-block-319a3987e311810c84d8f416757cb0b7"><li>group:automation — cron, gateway</li></ul><hr class="notion-hr notion-block-319a3987e31181478746ef90e4b4fa0b"/><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-319a3987e311819f9b93fe80b52ed81b" data-id="319a3987e311819f9b93fe80b52ed81b"><span><div id="319a3987e311819f9b93fe80b52ed81b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#319a3987e311819f9b93fe80b52ed81b" title="3. 其他权限层级"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">3. 其他权限层级</span></span></h2><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-319a3987e311815c9be1e2df0fe8269b" data-id="319a3987e311815c9be1e2df0fe8269b"><span><div id="319a3987e311815c9be1e2df0fe8269b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#319a3987e311815c9be1e2df0fe8269b" title="3.1 API 认证配置 (auth.profiles)"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">3.1 API 认证配置 (auth.profiles)</span></span></h3><div class="notion-text notion-block-319a3987e31181ca8bfed7910963bb03">管理不同 AI 提供商的认证方式，支持多提供商（Moonshot、Kimi、MiniMax 等）和 API Key、OAuth 等模式。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-319a3987e311812e9c25e381ba3beaa4" data-id="319a3987e311812e9c25e381ba3beaa4"><span><div id="319a3987e311812e9c25e381ba3beaa4" class="notion-header-anchor"></div><a class="notion-hash-link" href="#319a3987e311812e9c25e381ba3beaa4" title="3.2 命令执行权限 (gateway.nodes.denyCommands)"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">3.2 命令执行权限 (gateway.nodes.denyCommands)</span></span></h3><div class="notion-text notion-block-319a3987e31181198b88d14168c34bb6">默认禁用高风险命令：camera.snap / camera.clip（摄像头）、screen.record（屏幕录制）、calendar.add / contacts.add / reminders.add（隐私数据写入）</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-319a3987e311810b95f2dc76a258c7a0" data-id="319a3987e311810b95f2dc76a258c7a0"><span><div id="319a3987e311810b95f2dc76a258c7a0" class="notion-header-anchor"></div><a class="notion-hash-link" href="#319a3987e311810b95f2dc76a258c7a0" title="3.3 文件系统边界控制"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">3.3 文件系统边界控制</span></span></h3><div class="notion-text notion-block-319a3987e31181cf8a11cda418fb34ef">通过 workspaceAccess（rw/ro/none）和 tools.fs.workspaceOnly 控制文件访问范围。2026.3.2 起，非 rw 模式下 /workspace 自动只读挂载。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-319a3987e31181e28c64fdd6f4247594" data-id="319a3987e31181e28c64fdd6f4247594"><span><div id="319a3987e31181e28c64fdd6f4247594" class="notion-header-anchor"></div><a class="notion-hash-link" href="#319a3987e31181e28c64fdd6f4247594" title="3.4 沙盒隔离 (sandbox)"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">3.4 沙盒隔离 (sandbox)</span></span></h3><div class="notion-text notion-block-319a3987e31181e39839ecaec1c19ca6">限制子代理运行环境：ACP 运行时禁止从沙盒会话 spawn；sandbox=require 与 ACP 运行时互斥。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-319a3987e3118185b3c8f0218a16c25a" data-id="319a3987e3118185b3c8f0218a16c25a"><span><div id="319a3987e3118185b3c8f0218a16c25a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#319a3987e3118185b3c8f0218a16c25a" title="3.5 凭证管理 (SecretRef)"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">3.5 凭证管理 (SecretRef)</span></span></h3><div class="notion-text notion-block-319a3987e31181698bbacfbe24a1cf9d">2026.3.2 扩展至 64 个目标，覆盖运行时收集器、openclaw secrets 流程等。未解析引用在活动表面快速失败，非活动表面报告非阻塞诊断。</div><hr class="notion-hr notion-block-319a3987e3118157b2bed25c8a21d42d"/><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-319a3987e31181dd8c97cad7f9406224" data-id="319a3987e31181dd8c97cad7f9406224"><span><div id="319a3987e31181dd8c97cad7f9406224" class="notion-header-anchor"></div><a class="notion-hash-link" href="#319a3987e31181dd8c97cad7f9406224" title="4. 权限配置最佳实践"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">4. 权限配置最佳实践</span></span></h2><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-319a3987e311812884e7ebf66afcc725" data-id="319a3987e311812884e7ebf66afcc725"><span><div id="319a3987e311812884e7ebf66afcc725" class="notion-header-anchor"></div><a class="notion-hash-link" href="#319a3987e311812884e7ebf66afcc725" title="场景 A：普通聊天用户"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">场景 A：普通聊天用户</span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-319a3987e3118117880fe50be599f0ce" data-id="319a3987e3118117880fe50be599f0ce"><span><div id="319a3987e3118117880fe50be599f0ce" class="notion-header-anchor"></div><a class="notion-hash-link" href="#319a3987e3118117880fe50be599f0ce" title="场景 B：开发者环境"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">场景 B：开发者环境</span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-319a3987e31181968378ccf522909254" data-id="319a3987e31181968378ccf522909254"><span><div id="319a3987e31181968378ccf522909254" class="notion-header-anchor"></div><a class="notion-hash-link" href="#319a3987e31181968378ccf522909254" title="场景 C：全能管理员"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">场景 C：全能管理员</span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-319a3987e311810886e4ee25a87a8410" data-id="319a3987e311810886e4ee25a87a8410"><span><div id="319a3987e311810886e4ee25a87a8410" class="notion-header-anchor"></div><a class="notion-hash-link" href="#319a3987e311810886e4ee25a87a8410" title="场景 D：高安全隔离"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">场景 D：高安全隔离</span></span></h4><hr class="notion-hr notion-block-319a3987e31181308174e61c8ed80803"/><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-319a3987e311811b9b32c64126f9d03a" data-id="319a3987e311811b9b32c64126f9d03a"><span><div id="319a3987e311811b9b32c64126f9d03a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#319a3987e311811b9b32c64126f9d03a" title="5. 2026.3.2 Breaking Changes"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">5. 2026.3.2 Breaking Changes</span></span></h2><ol start="1" class="notion-list notion-list-numbered notion-block-319a3987e31181eca3a6c334ef3c4c53" style="list-style-type:decimal"><li>默认工具集：新安装默认 messaging（不再是 full）</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-319a3987e31181f696f1ea42ae263c2c" style="list-style-type:decimal"><li>ACP 默认启用：需显式 acp.dispatch.enabled=false 禁用</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-319a3987e31181698603d291f856a8c5" style="list-style-type:decimal"><li>Zalo 插件重构：移除外部 CLI 依赖，改用原生 JS 集成</li></ol><hr class="notion-hr notion-block-319a3987e3118104b77beb3885a976f3"/><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-319a3987e3118124824df7bbe9327252" data-id="319a3987e3118124824df7bbe9327252"><span><div id="319a3987e3118124824df7bbe9327252" class="notion-header-anchor"></div><a class="notion-hash-link" href="#319a3987e3118124824df7bbe9327252" title="6. 安全加固建议"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">6. 安全加固建议</span></span></h2><div class="notion-to-do notion-block-319a3987e311810ab9a6e8c9218a0106"><div class="notion-to-do-item"><span class="notion-property notion-property-checkbox"><div class="notion-property-checkbox-unchecked"></div></span><div class="notion-to-do-body">定期检查 denyCommands 列表</div></div><div class="notion-to-do-children"></div></div><div class="notion-to-do notion-block-319a3987e31181238ad7fff0e5439684"><div class="notion-to-do-item"><span class="notion-property notion-property-checkbox"><div class="notion-property-checkbox-unchecked"></div></span><div class="notion-to-do-body">生产环境使用 workspaceOnly: true</div></div><div class="notion-to-do-children"></div></div><div class="notion-to-do notion-block-319a3987e311813e8a48dbbabc16103e"><div class="notion-to-do-item"><span class="notion-property notion-property-checkbox"><div class="notion-property-checkbox-unchecked"></div></span><div class="notion-to-do-body">敏感操作开启 sandbox: require</div></div><div class="notion-to-do-children"></div></div><div class="notion-to-do notion-block-319a3987e31181bc9682c320c8761d41"><div class="notion-to-do-item"><span class="notion-property notion-property-checkbox"><div class="notion-property-checkbox-checked"><svg viewBox="0 0 14 14"><path d="M5.5 12L14 3.5 12.5 2l-7 7-4-4.003L0 6.499z"></path></svg></div></span><div class="notion-to-do-body notion-to-do-checked">配置文件备份权限已自动设为 0600（2026.3.2+）</div></div><div class="notion-to-do-children"></div></div><div class="notion-to-do notion-block-319a3987e31181ca9aa5d8b425a309b6"><div class="notion-to-do-item"><span class="notion-property notion-property-checkbox"><div class="notion-property-checkbox-unchecked"></div></span><div class="notion-to-do-body">使用 openclaw config validate 验证配置</div></div><div class="notion-to-do-children"></div></div><div class="notion-to-do notion-block-319a3987e311811398c8f59b705360a5"><div class="notion-to-do-item"><span class="notion-property notion-property-checkbox"><div class="notion-property-checkbox-unchecked"></div></span><div class="notion-to-do-body">按需选择 tools.profile，避免过度授权</div></div><div class="notion-to-do-children"></div></div><hr class="notion-hr notion-block-319a3987e31181508a07e384e33cd765"/><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-319a3987e3118120b89fceb12ff1aa12" data-id="319a3987e3118120b89fceb12ff1aa12"><span><div id="319a3987e3118120b89fceb12ff1aa12" class="notion-header-anchor"></div><a class="notion-hash-link" href="#319a3987e3118120b89fceb12ff1aa12" title="附录：配置验证命令"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">附录：配置验证命令</span></span></h2><hr class="notion-hr notion-block-319a3987e3118116b438cfc902f89fa2"/><blockquote class="notion-quote notion-block-319a3987e311815e8365f611ed68aade"><div>文档由 OpenClaw 助手生成</div></blockquote></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Gitea修改上传数量]]></title>
            <link>https://chirophy.online/Linux/gitea-number</link>
            <guid>https://chirophy.online/Linux/gitea-number</guid>
            <pubDate>Mon, 19 Jan 2026 16:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-2eea3987e31180fc8479ff18dbfe8105"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-2eea3987e311804c857df3acbbc59d3d">Gitea默认上传数量为5，由此需要上传数量限制。</div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-2eea3987e31180f1a13bf705abac50ce" data-id="2eea3987e31180f1a13bf705abac50ce"><span><div id="2eea3987e31180f1a13bf705abac50ce" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2eea3987e31180f1a13bf705abac50ce" title="1. 进入Gitea 配置目录"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">1. 进入Gitea 配置目录</span></span></h3><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-2eea3987e311804d974ee0608853a566" data-id="2eea3987e311804d974ee0608853a566"><span><div id="2eea3987e311804d974ee0608853a566" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2eea3987e311804d974ee0608853a566" title="2. 备份原配置"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">2. 备份原配置</span></span></h3><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-2eea3987e31180f1804fe6f2e94aa78b" data-id="2eea3987e31180f1804fe6f2e94aa78b"><span><div id="2eea3987e31180f1804fe6f2e94aa78b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2eea3987e31180f1804fe6f2e94aa78b" title="3. 编辑配置"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">3. 编辑配置</span></span></h3><div class="notion-text notion-block-2eea3987e3118033a89be16fc04ed4bf">在文件中修改：</div><div class="notion-text notion-block-2eea3987e311800b9f95e7106cdd4552"><b>文件数量必须由此修改</b>，文件大小可以依据<em><b>nginx</b></em>进行修改。</div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-2eea3987e31180b1b825df54c9efee59" data-id="2eea3987e31180b1b825df54c9efee59"><span><div id="2eea3987e31180b1b825df54c9efee59" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2eea3987e31180b1b825df54c9efee59" title="4. 重启"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">4. 重启</span></span></h3><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-2eea3987e31180f7a59bd759ddda29dd" data-id="2eea3987e31180f7a59bd759ddda29dd"><span><div id="2eea3987e31180f7a59bd759ddda29dd" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2eea3987e31180f7a59bd759ddda29dd" title="5. 在Nginx中配置"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">5. 在Nginx中配置</span></span></h3><div class="notion-blank notion-block-2eea3987e3118006a7d7c5902f4894e0"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Windows 启用 “卓越性能 “电源模式]]></title>
            <link>https://chirophy.online/technology/windows-power</link>
            <guid>https://chirophy.online/technology/windows-power</guid>
            <pubDate>Mon, 23 Jun 2025 16:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-21ca3987e311804e99c7f4f875c73b00"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-21ca3987e31180d1a9f4d2bed093663f" data-id="21ca3987e31180d1a9f4d2bed093663f"><span><div id="21ca3987e31180d1a9f4d2bed093663f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#21ca3987e31180d1a9f4d2bed093663f" title="以管理员身份打开 powershell"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">以管理员身份打开 powershell</span></span></h3><div class="notion-text notion-block-21ca3987e31180a38675e72a3481d130">输入下列指令</div><div class="notion-text notion-block-21ca3987e31180a78ee7c2cdba9e5928">会出现 <b>电源方案GUID</b>，但是这不意味着已经启用了卓越性能，仅仅是获取了该GUID</div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-21ca3987e31180268e1bdced40fe82f8" data-id="21ca3987e31180268e1bdced40fe82f8"><span><div id="21ca3987e31180268e1bdced40fe82f8" class="notion-header-anchor"></div><a class="notion-hash-link" href="#21ca3987e31180268e1bdced40fe82f8" title="启用性能模式"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">启用性能模式</span></span></h3><div class="notion-text notion-block-21ca3987e31180e8b3c7fda2e08d063d">继续输入</div><div class="notion-text notion-block-21ca3987e3118056b02efc3e2fa590ba">这样就成功了！</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-21ca3987e31180279546dd4b506d8352"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://4b5aa40.webp.li/explorer_X8dGh6yCZY.png?spaceId=4ea7cd5f-065e-4eb2-8cd8-35a4032144ca&amp;t=21ca3987-e311-8027-9546-dd4b506d8352" alt="notion image" loading="lazy" decoding="async"/></div></figure></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[工具网页]]></title>
            <link>https://chirophy.online/whim/toolsweb</link>
            <guid>https://chirophy.online/whim/toolsweb</guid>
            <pubDate>Tue, 28 Jun 2022 16:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-110a3987e311800abddce24da3c7040c"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-112a3987e31180c0b39ed2e47f427661"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://emojixd.com/">emoji网站</a></div><div class="notion-text notion-block-112a3987e311807cb393e0c90f5fde8c"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.online-convert.com/">免费在线文件转换器</a></div><div class="notion-text notion-block-112a3987e31180b98a13c69667ccdf56"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.expreview.com/83818.html">33款12cm风扇横评数据快速查询</a></div><div class="notion-text notion-block-211a3987e31180918268c4b693dd0e39"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://newsnow.busiyi.world/">NewsNow | 最热</a></div><div class="notion-text notion-block-211a3987e31180c8a62ae239f46fe402"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://moodist.mvze.net/">Moodist: Ambient Sounds for Focus and Calm</a></div><div class="notion-text notion-block-211a3987e3118033b7cdcc2475903973"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://stirlingpdf.io/?lang=zh_CN">Stirling PDF</a></div><div class="notion-text notion-block-211a3987e3118062a0bfeadc45143bbd"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://vscode.dev/?vscode-lang=zh-cn">欢迎 - 工作区 - Visual Studio Code</a></div></main></div>]]></content:encoded>
        </item>
    </channel>
</rss>