<?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>阿东博客</title>
        <link>https://www.adstudio.top/</link>
        <description>一个高中计算机教师，爱好编程，也爱好电子产品</description>
        <lastBuildDate>Sat, 11 Apr 2026 08:49:07 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en-US</language>
        <copyright>All rights reserved 2026, AD</copyright>
        <item>
            <title><![CDATA[OpenClaw中进程卡死处理方式]]></title>
            <link>https://www.adstudio.top/article/3253ef87-2a2a-80cd-b06e-e38ed2ca1c8a</link>
            <guid>https://www.adstudio.top/article/3253ef87-2a2a-80cd-b06e-e38ed2ca1c8a</guid>
            <pubDate>Mon, 16 Mar 2026 00: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-3253ef872a2a80cdb06ee38ed2ca1c8a"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-3253ef872a2a80c99cfdfecffcede0f7"><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">有些时候openclaw一直没反应，原因是进程卡死，需要处理</div></div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3253ef872a2a8019ac0cf7b73840bb09" data-id="3253ef872a2a8019ac0cf7b73840bb09"><span><div id="3253ef872a2a8019ac0cf7b73840bb09" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3253ef872a2a8019ac0cf7b73840bb09" title="1.kill进程"><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.kill进程</span></span></h3><div class="notion-text notion-block-3253ef872a2a80449c55f614b6296244">在日志中，可以看到当前进程，所以可以通过以下命令：</div><div class="notion-text notion-block-3253ef872a2a803f99f5d955b3c56fcd">如果没有kill命令，可以尝试：</div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3253ef872a2a80689ee4dbc2ec127e49" data-id="3253ef872a2a80689ee4dbc2ec127e49"><span><div id="3253ef872a2a80689ee4dbc2ec127e49" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3253ef872a2a80689ee4dbc2ec127e49" title="2.查看进程是否正常kill"><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.查看进程是否正常kill</span></span></h3><div class="notion-text notion-block-3253ef872a2a80e5a1d8f281c34c98ad">如果没有任何输出，则表示已经清理了进程，接下去就可以再次运行进程</div><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-3253ef872a2a803a97adc1e44fc004c5" data-id="3253ef872a2a803a97adc1e44fc004c5"><span><div id="3253ef872a2a803a97adc1e44fc004c5" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3253ef872a2a803a97adc1e44fc004c5" 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></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[OpenClaw 安装与配置 Notion 插件完整指南]]></title>
            <link>https://www.adstudio.top/article/3243ef87-2a2a-8047-a1b2-d0e8cf24d3cc</link>
            <guid>https://www.adstudio.top/article/3243ef87-2a2a-8047-a1b2-d0e8cf24d3cc</guid>
            <pubDate>Sun, 15 Mar 2026 00: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-3243ef872a2a8047a1b2d0e8cf24d3cc"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-3243ef872a2a80c8955ff1d69aa29f91"><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">今天研究通过openclaw给notion写文章，以下是详细的安装和配置过程。</div></div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-3243ef872a2a806b9bc6cb041e9a01f8" data-id="3243ef872a2a806b9bc6cb041e9a01f8"><span><div id="3243ef872a2a806b9bc6cb041e9a01f8" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3243ef872a2a806b9bc6cb041e9a01f8" title="一、安装 Notion 插件"><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>一、安装 Notion 插件</b></span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-3243ef872a2a80b5b659d1af1c857143" data-id="3243ef872a2a80b5b659d1af1c857143"><span><div id="3243ef872a2a80b5b659d1af1c857143" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3243ef872a2a80b5b659d1af1c857143" title="方法一：通过 ClawHub 安装（官方推荐）"><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>方法一：通过 ClawHub 安装（官方推荐）</b></span></span></h4><div class="notion-text notion-block-3243ef872a2a80f98b45c84cd326f5b1"><b>步骤 1：安装 ClawHub 命令行工具</b></div><div class="notion-text notion-block-3243ef872a2a8016afa6cbfa6f9b44bb">验证安装：</div><div class="notion-text notion-block-3243ef872a2a8084b9f5d65ff2f544d3"><b>步骤 2：登录 ClawHub</b></div><ul class="notion-list notion-list-disc notion-block-3243ef872a2a801885d3d85fd20d2c62"><li>自动打开浏览器完成 GitHub 认证</li></ul><ul class="notion-list notion-list-disc notion-block-3243ef872a2a80479fbaeb56554ec03a"><li>生成 Token 后粘贴到终端</li></ul><div class="notion-text notion-block-3243ef872a2a80d2aba8c1745a6bcd6a"><b>步骤 3：安装 Notion 插件</b></div><div class="notion-text notion-block-3243ef872a2a80ba8f8ff517edf7683d"><b>步骤 4：验证安装</b></div><div class="notion-text notion-block-3243ef872a2a805f8f8ff60fa2c34847">确认显示 Notion 相关技能。</div><hr class="notion-hr notion-block-3243ef872a2a80a1bafcf837e1eba1e1"/><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-3243ef872a2a801e843cf30523939bbf" data-id="3243ef872a2a801e843cf30523939bbf"><span><div id="3243ef872a2a801e843cf30523939bbf" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3243ef872a2a801e843cf30523939bbf" title="二、获取 Notion API Token"><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>二、获取 Notion API Token</b></span></span></h4><div class="notion-text notion-block-3243ef872a2a80448b73d76081f1b340"><b>步骤 1：创建 Notion 集成应用</b></div><ol start="1" class="notion-list notion-list-numbered notion-block-3243ef872a2a800e8268c0fd077bac45" style="list-style-type:decimal"><li>访问 <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://notion.so/my-integrations">notion.so/my-integrations</a></li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-3243ef872a2a803ba6b9f59f4e8f466b" style="list-style-type:decimal"><li>点击 <b>&quot;New integration&quot;</b></li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-3243ef872a2a80c98924d942bc3dfe7c" style="list-style-type:decimal"><li>填写信息：</li><ol class="notion-list notion-list-numbered notion-block-3243ef872a2a80c98924d942bc3dfe7c" style="list-style-type:lower-alpha"><ul class="notion-list notion-list-disc notion-block-3243ef872a2a80d1ad3dde33f55dc336"><li><b>Name</b>: <code class="notion-inline-code">OpenClaw</code>（或自定义）</li></ul><ul class="notion-list notion-list-disc notion-block-3243ef872a2a80bbabdad89bb267fd09"><li><b>Associated workspace</b>: 选择目标工作区</li></ul><ul class="notion-list notion-list-disc notion-block-3243ef872a2a80b2947fef159ff67145"><li><b>Type</b>: Internal（自用）或 Public（分享）</li></ul></ol></ol><ol start="4" class="notion-list notion-list-numbered notion-block-3243ef872a2a80aab4e3d4eb64d68084" style="list-style-type:decimal"><li>点击 <b>Submit</b></li></ol><div class="notion-text notion-block-3243ef872a2a805f8eacd4ecf81472fc"><b>步骤 2：复制 Integration Token</b></div><ul class="notion-list notion-list-disc notion-block-3243ef872a2a80d88aa6e19c978b5c60"><li>进入集成详情页</li></ul><ul class="notion-list notion-list-disc notion-block-3243ef872a2a8093801fc3526ff9b208"><li>点击 <b>&quot;Show&quot;</b> 显示 Token</li></ul><ul class="notion-list notion-list-disc notion-block-3243ef872a2a80968f37f35e395006db"><li>复制 Token（格式：<code class="notion-inline-code">ntn_xxx</code>）</li></ul><ul class="notion-list notion-list-disc notion-block-3243ef872a2a803b94b6c219c1bc5c89"><li>⚠️ <b>Token 只显示一次，务必保存好</b></li></ul><hr class="notion-hr notion-block-3243ef872a2a80699473f801ec5c6a7f"/><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-3243ef872a2a80788da2f2d57cd9f6ff" data-id="3243ef872a2a80788da2f2d57cd9f6ff"><span><div id="3243ef872a2a80788da2f2d57cd9f6ff" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3243ef872a2a80788da2f2d57cd9f6ff" title="三、配置 Token 到 OpenClaw"><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>三、配置 Token 到 OpenClaw</b></span></span></h4><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-3243ef872a2a80429919ff451b9b5e98" data-id="3243ef872a2a80429919ff451b9b5e98"><span><div id="3243ef872a2a80429919ff451b9b5e98" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3243ef872a2a80429919ff451b9b5e98" title="方法 A：通过 onboard 向导（推荐）"><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>方法 A：通过 onboard 向导（推荐）</b></span></span></h4><div class="notion-text notion-block-3243ef872a2a80449d3fdd82899c4ae5">按提示操作：</div><ol start="1" class="notion-list notion-list-numbered notion-block-3243ef872a2a80e09b68cafc5128769c" style="list-style-type:decimal"><li><b>&quot;Configure skills now?&quot;</b> → 选 <b>Yes</b></li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-3243ef872a2a80559b97cd50f3ac218e" style="list-style-type:decimal"><li><b>&quot;Set NOTION_API_KEY for notion?&quot;</b> → 选 <b>Yes</b></li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-3243ef872a2a80fdb074fb6e63e5de95" style="list-style-type:decimal"><li>粘贴 Token</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-3243ef872a2a80c1b5d6f417530211f2" style="list-style-type:decimal"><li>完成配置</li></ol><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-3243ef872a2a80cab416f4c14decc744" data-id="3243ef872a2a80cab416f4c14decc744"><span><div id="3243ef872a2a80cab416f4c14decc744" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3243ef872a2a80cab416f4c14decc744" 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"><b>方法 ：通过环境变量</b></span></span></h4><hr class="notion-hr notion-block-3243ef872a2a80c690ddfbac964ce702"/><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-3243ef872a2a8080adaaf395c82f3416" data-id="3243ef872a2a8080adaaf395c82f3416"><span><div id="3243ef872a2a8080adaaf395c82f3416" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3243ef872a2a8080adaaf395c82f3416" title="四、授权 Notion 页面/数据库访问"><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>四、授权 Notion 页面/数据库访问</b></span></span></h4><div class="notion-text notion-block-3243ef872a2a80cfb2d8d4919212ad45"><b>关键步骤</b>：Notion 集成默认无访问权限，需手动授权。</div><div class="notion-text notion-block-3243ef872a2a80379182ee8e648d8dc7"><b>授权单个页面/数据库：</b></div><ol start="1" class="notion-list notion-list-numbered notion-block-3243ef872a2a80958663edfece86eaf0" style="list-style-type:decimal"><li>在 Notion 中打开目标页面/数据库</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-3243ef872a2a8076b6c1e9415789b5f9" style="list-style-type:decimal"><li>点击右上角 <b>&quot;...&quot;</b> → <b>&quot;Connect to&quot;</b> / <b>&quot;Add connections&quot;</b></li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-3243ef872a2a803fa5abee8717f26732" style="list-style-type:decimal"><li>搜索并选择你的集成应用名称（如&quot;OpenClaw&quot;）</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-3243ef872a2a80eaad6cee460f0456ce" style="list-style-type:decimal"><li>点击 <b>Confirm</b></li></ol><div class="notion-text notion-block-3243ef872a2a8006bae5d0499ed5cd80"><b>批量授权技巧：</b></div><ul class="notion-list notion-list-disc notion-block-3243ef872a2a803da963c320d296787c"><li>创建顶层页面，将内容作为子页面</li></ul><ul class="notion-list notion-list-disc notion-block-3243ef872a2a8008891bc28a93942c7e"><li>仅授权顶层页面，子页面自动继承权限</li></ul><hr class="notion-hr notion-block-3243ef872a2a8006a301ea3a8e8289b2"/><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-3243ef872a2a8054819fd84306c7eedd" data-id="3243ef872a2a8054819fd84306c7eedd"><span><div id="3243ef872a2a8054819fd84306c7eedd" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3243ef872a2a8054819fd84306c7eedd" 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"><b>五、验证配置</b></span></span></h4><hr class="notion-hr notion-block-3243ef872a2a8083aab0cb8f9124613b"/><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-3243ef872a2a80208fa4c74e7d8763eb" data-id="3243ef872a2a80208fa4c74e7d8763eb"><span><div id="3243ef872a2a80208fa4c74e7d8763eb" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3243ef872a2a80208fa4c74e7d8763eb" title="六、通过 OpenClaw 发布文章"><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>六、通过 OpenClaw 发布文章</b></span></span></h4><div class="notion-text notion-block-3243ef872a2a8026bface3fbeed89c81">配置完成后，直接在 OpenClaw 对话中使用：</div><div class="notion-text notion-block-3243ef872a2a806cb9e0d9d0e4235d81"><b>示例指令：</b></div><div class="notion-text notion-block-3243ef872a2a80b69c6dc508117346c5"><b>或通过命令行：</b></div><hr class="notion-hr notion-block-3243ef872a2a804a8533edafea12f07f"/><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-3243ef872a2a809cb850e5fed9765475" data-id="3243ef872a2a809cb850e5fed9765475"><span><div id="3243ef872a2a809cb850e5fed9765475" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3243ef872a2a809cb850e5fed9765475" 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"><b>七、常见问题排查</b></span></span></h4><table class="notion-simple-table notion-block-3243ef872a2a80dcb72cdd74aa698cc7"><tbody><tr class="notion-simple-table-row notion-simple-table-header-row notion-block-3243ef872a2a8059a5e8ccb2728d925b"><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>问题</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>原因</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>解决方案</b></div></td></tr><tr class="notion-simple-table-row notion-block-3243ef872a2a80849d5ed7c0296b77ed"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">Unrecognized key: &quot;notion&quot;</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">未安装 Notion 技能</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">先执行 <code class="notion-inline-code">clawhub install notion-sync</code></div></td></tr><tr class="notion-simple-table-row notion-block-3243ef872a2a8057b1b9cae5d4c78da3"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">API token is invalid</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">Token 错误或已重置</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">重新到 Notion 后台复制正确 Token</div></td></tr><tr class="notion-simple-table-row notion-block-3243ef872a2a80358665d64917674790"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">Could not find database</code></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">在页面点击 &quot;...&quot; → &quot;Connect to&quot; 授权</div></td></tr><tr class="notion-simple-table-row notion-block-3243ef872a2a807b947fc243b02bd89c"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">Insufficient permissions</code></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">检查集成 Capabilities 设置</div></td></tr></tbody></table><div class="notion-text notion-block-3243ef872a2a80049130c3c9e4df1ada"><b>快速诊断命令：</b></div><hr class="notion-hr notion-block-3243ef872a2a80788528fc6913602a46"/><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-3243ef872a2a8043829ad7c626053314" data-id="3243ef872a2a8043829ad7c626053314"><span><div id="3243ef872a2a8043829ad7c626053314" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3243ef872a2a8043829ad7c626053314" 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"><b>八、权限设置建议（安全最佳实践）</b></span></span></h4><div class="notion-text notion-block-3243ef872a2a8038a519e0d7be9cf164">在 Notion 集成设置中建议开启：</div><table class="notion-simple-table notion-block-3243ef872a2a808e9071d3b476e54e10"><tbody><tr class="notion-simple-table-row notion-simple-table-header-row notion-block-3243ef872a2a80c19f43c6de158b5777"><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>能力</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>建议</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>用途</b></div></td></tr><tr class="notion-simple-table-row notion-block-3243ef872a2a800db51be845f9e3bc98"><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>Read content</b></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-3243ef872a2a808facd8cedac017a14f"><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>Update content</b></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-3243ef872a2a809982acd845bc060c23"><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>Insert content</b></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-3243ef872a2a808f8471cf99563922f5"><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>User information</b></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-3243ef872a2a805eac7cda43e60c8e13"><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>Comment access</b></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><hr class="notion-hr notion-block-3243ef872a2a804b9256c8b5c829721c"/><div class="notion-text notion-block-3243ef872a2a809d802bd588e587dea4"><b>总结流程图：</b></div><div class="notion-blank notion-block-3243ef872a2a8047a17bfe7521416eeb"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[飞牛NAS中安装和部署ThinkPHP]]></title>
            <link>https://www.adstudio.top/article/3123ef87-2a2a-80ac-a8b8-d5fdca9fd125</link>
            <guid>https://www.adstudio.top/article/3123ef87-2a2a-80ac-a8b8-d5fdca9fd125</guid>
            <pubDate>Wed, 25 Feb 2026 00: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-3123ef872a2a80aca8b8d5fdca9fd125"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-3123ef872a2a802a943cd6de90e5d68a"><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">主体内容：如何在docker（我的是飞牛NAS）中安装ThinkPHP8.0版本</div></div><div class="notion-blank notion-block-3123ef872a2a8074bbbee90dd0b7e68d"> </div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-3123ef872a2a80aa821bd89447baabe3" data-id="3123ef872a2a80aa821bd89447baabe3"><span><div id="3123ef872a2a80aa821bd89447baabe3" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3123ef872a2a80aa821bd89447baabe3" 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></h4><div class="notion-text notion-block-3123ef872a2a809bb1fede4b616a39e5">   由于要在我的NAS中部署一个图片管理的web应用，基于ThinkPHP开发，所以需要再我的飞牛中安装一个docker容器来运行web应用。</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-3123ef872a2a80ecb755e09acb2cbaf2" data-id="3123ef872a2a80ecb755e09acb2cbaf2"><span><div id="3123ef872a2a80ecb755e09acb2cbaf2" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3123ef872a2a80ecb755e09acb2cbaf2" 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">二、docker镜像的选择</span></span></h4><div class="notion-text notion-block-3123ef872a2a8012809acb8fa78b0d03">   由于thinkPHP是基于PHP8.0及以上版本开发，所以选择php的docker也要是8.0版本及以上。同时还要有web服务支持。通过测试和选择，我最终选择了php8.4-apache版本，版本如下：<b>stephenroque/php8.4-apache。</b></div><div class="notion-text notion-block-3123ef872a2a8088a255e372b9b42359">   大家可以在飞牛的docker管理器中下载（如果无法下载，请借用梯子），也可以在命令行中进行下载，命令行：</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-3123ef872a2a80549c5dcbdc0de1b5d4" data-id="3123ef872a2a80549c5dcbdc0de1b5d4"><span><div id="3123ef872a2a80549c5dcbdc0de1b5d4" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3123ef872a2a80549c5dcbdc0de1b5d4" title="三、下载ThinkPHP8.0"><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">三、下载ThinkPHP8.0</span></span></h4><div class="notion-text notion-block-3123ef872a2a80da9916c9cfa1362c1e">   在官网下载thinkphp8.0需要composer管理器。为了朋友们方便使用，我这里给大家分享我的下载压缩包，大家可以通过一下地址直接下载：</div><div class="notion-text notion-block-3123ef872a2a806e8f1df927836266dc"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://webimage.vip.cpolar.cn/2026/0225/tp8.zip">ThinkPHP8.0下载地址</a></div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-3123ef872a2a80b5ad88c274805e6015" data-id="3123ef872a2a80b5ad88c274805e6015"><span><div id="3123ef872a2a80b5ad88c274805e6015" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3123ef872a2a80b5ad88c274805e6015" title="四、部署php8.4-apache"><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">四、部署php8.4-apache</span></span></h4><div class="notion-text notion-block-3123ef872a2a8002a195e4bc931d294b">   docker部署的重点是要知道docker容器内部的存放网页的具体地址，然后映射到本地盘符。例如我是放在…tp8文件夹中，<b>而docker容器内的地址为：/srv/app/public_html</b>，所以最后的存储地址映射关系为：</div><div class="notion-text notion-block-3123ef872a2a80daa168df94eb535cf3">    <span class="notion-red"><b>重点：docker容器内的地址为：/srv/app/public_html，勿忘。</b></span></div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-3123ef872a2a806eb599ec721da7b560" data-id="3123ef872a2a806eb599ec721da7b560"><span><div id="3123ef872a2a806eb599ec721da7b560" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3123ef872a2a806eb599ec721da7b560" 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></h4><div class="notion-text notion-block-3123ef872a2a80a4a90ff1d4eba182a6">    将下载的tp压缩文件解压后，放到….tp8文件夹中，然后在命令行运行以下两行，调整网站的访问权限：</div><div class="notion-blank notion-block-3123ef872a2a80ff9401c3b3df8b3d10"> </div><div class="notion-text notion-block-3123ef872a2a80278fb8d91ebc496176">    到处为止，就可以通过ip：端口/public文件夹访问TP8的页面了，如：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3123ef872a2a8019b10ef628e3ccfcc2"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://webimage.vip.cpolar.cn/2026/0225/tp8.jpg?spaceId=bd6cd949-b3af-421a-afa5-1c962b185512&amp;t=3123ef87-2a2a-8019-b10e-f628e3ccfcc2" alt="notion image" loading="lazy" decoding="async"/></div></figure></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Docker镜像重新构建、部署]]></title>
            <link>https://www.adstudio.top/article/3243ef87-2a2a-80c8-8c9d-d64ad9f39fdd</link>
            <guid>https://www.adstudio.top/article/3243ef87-2a2a-80c8-8c9d-d64ad9f39fdd</guid>
            <pubDate>Sun, 15 Mar 2026 00: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-3243ef872a2a80c88c9dd64ad9f39fdd"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-3243ef872a2a80cd9cb4e61e6eb45092"><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">Docker的新知识 ：重新构建、部署。下载了一个
<code class="notion-inline-code">kasmweb/ubuntu-noble-desktop</code> 镜像，向在docker中部署，发现不是中文，根据需要，重新生成镜像、构建和部署</div></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-3243ef872a2a8083b9f9eeb52c397a5e" data-id="3243ef872a2a8083b9f9eeb52c397a5e"><span><div id="3243ef872a2a8083b9f9eeb52c397a5e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3243ef872a2a8083b9f9eeb52c397a5e" 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-3243ef872a2a8039bbffd2eb1a2ebeae">镜像：kasmweb/ubuntu-noble-desktop:1.17.0-rolling-daily
这是ubuntu的最新镜像，为Ubuntu desktop 24.04版本。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-3243ef872a2a809ab20aeece49f103c1" data-id="3243ef872a2a809ab20aeece49f103c1"><span><div id="3243ef872a2a809ab20aeece49f103c1" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3243ef872a2a809ab20aeece49f103c1" 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></h2><div class="notion-text notion-block-3243ef872a2a80678d09d8d24e998066">由于需要中文环境支持，所以需要重新生成</div><ul class="notion-list notion-list-disc notion-block-3243ef872a2a808282e6f95629bc8c02"><li>在主机中新建一个文件夹，如：</li></ul><ul class="notion-list notion-list-disc notion-block-3243ef872a2a8078af6fe45b5c2af888"><li>再创建docker文件，不用扩展名：</li></ul><ul class="notion-list notion-list-disc notion-block-3243ef872a2a80d7b10ec3d8b18228b9"><li>打开这个文件</li></ul><ul class="notion-list notion-list-disc notion-block-3243ef872a2a80dabd99d11a78d252dc"><li>粘贴以下代码：</li></ul><ul class="notion-list notion-list-disc notion-block-3243ef872a2a806387f0dce67d2bb0c4"><li>构建和生成镜像：</li></ul><div class="notion-text notion-block-3243ef872a2a80caa1fbd0d2a59f4bfd">这个步骤需要点时间，我这里10分钟左右。这样生成了新镜像文件： ubuntu-noble-zh-fcitx5:1.0，看到这个容量达10GB。接下去就可以部署镜像了。</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3243ef872a2a80f0be97e14940177903"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:478.984375px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Af6b14508-4467-44f7-acb1-ed1903849a08%3Aimage.png?table=block&amp;id=3243ef87-2a2a-80f0-be97-e14940177903&amp;t=3243ef87-2a2a-80f0-be97-e14940177903" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-blank notion-block-3243ef872a2a80a49dccfbc4a401ad39"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-3243ef872a2a80b693dcfc7c3f38d6ad" data-id="3243ef872a2a80b693dcfc7c3f38d6ad"><span><div id="3243ef872a2a80b693dcfc7c3f38d6ad" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3243ef872a2a80b693dcfc7c3f38d6ad" 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><div class="notion-text notion-block-3243ef872a2a8061a9efe500fb37af25">运行的结果：</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3243ef872a2a80399402c8db44085c70"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:569.9375px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A9dc8d406-d408-4976-a2a3-3da7cd54944d%3Aimage.png?table=block&amp;id=3243ef87-2a2a-8039-9402-c8db44085c70&amp;t=3243ef87-2a2a-8039-9402-c8db44085c70" alt="notion image" loading="lazy" decoding="async"/></div></figure><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3243ef872a2a80fa8947f07c2ac4212c"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:503.96875px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A68af8af4-47c9-44f1-a40e-85838cd18769%3Aimage.png?table=block&amp;id=3243ef87-2a2a-80fa-8947-f07c2ac4212c&amp;t=3243ef87-2a2a-80fa-8947-f07c2ac4212c" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-blank notion-block-3243ef872a2a800f9c6ec0e118581554"> </div><div class="notion-text notion-block-3243ef872a2a80af883bca0df2da5186">完成所有操作</div><div class="notion-blank notion-block-3243ef872a2a800e82a0c747392621a2"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[【文件下载】ThinkPHP8.0下载]]></title>
            <link>https://www.adstudio.top/article/1e03ef87-2a2a-8180-bd7b-f19e81664f03</link>
            <guid>https://www.adstudio.top/article/1e03ef87-2a2a-8180-bd7b-f19e81664f03</guid>
            <pubDate>Mon, 12 May 2025 00: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-1e03ef872a2a8180bd7bf19e81664f03"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-1f13ef872a2a80db8d86c60cefcf3fa6" data-id="1f13ef872a2a80db8d86c60cefcf3fa6"><span><div id="1f13ef872a2a80db8d86c60cefcf3fa6" class="notion-header-anchor"></div><a class="notion-hash-link" href="#1f13ef872a2a80db8d86c60cefcf3fa6" title="这个是ThinkPHP8.0的下载地址，希望朋友们喜欢。"><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">这个是ThinkPHP8.0的下载地址，希望朋友们喜欢。</span></span></h4><div class="notion-blank notion-block-1f13ef872a2a808b9d58e93a88869cd4"> </div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-1f13ef872a2a8088ac0feeeeb8471acd" data-id="1f13ef872a2a8088ac0feeeeb8471acd"><span><div id="1f13ef872a2a8088ac0feeeeb8471acd" class="notion-header-anchor"></div><a class="notion-hash-link" href="#1f13ef872a2a8088ac0feeeeb8471acd" title="下载地址：Think PHP8.0"><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 class="notion-default"><span class="notion-red_background"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://gitee.com/ADStudio/sharedir/raw/master/ThinkPHP8.0.zip">下载地址：Think PHP8.0</a></span></span></span></span></h4><div class="notion-blank notion-block-1f13ef872a2a802d9611f7eadcade9df"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[创维E900V21E-S905L3-RTL882BS机顶盒刷机]]></title>
            <link>https://www.adstudio.top/article/2fd3ef87-2a2a-8072-92c0-ede36f0fbc60</link>
            <guid>https://www.adstudio.top/article/2fd3ef87-2a2a-8072-92c0-ede36f0fbc60</guid>
            <pubDate>Wed, 04 Feb 2026 00: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-2fd3ef872a2a807292c0ede36f0fbc60"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-blank notion-block-2fd3ef872a2a80a8a625f9b46b2c36d3"> </div><div class="notion-callout notion-gray_background_co notion-block-2fd3ef872a2a802a85d7f64035e8472a"><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"><span class="notion-red"><b>记录电视机顶盒的刷机过程，喜欢的朋友可以一起学习和交流。</b></span></div></div><div class="notion-text notion-block-2fd3ef872a2a80f4a674f0a6c486e2aa">   周末在家里和孩子一起看电影。一般我自己下载的电影是放在飞牛NAS中，平常自己在电脑上播放，到也没有啥问题。和孩子一起看时，就想放到电视机上看，这样感官会更好。于是想着用手机app播放时，通过投屏放到电视机上。不知道啥原因，这次投屏就是失败。后来实在没办法，只能将视频拷贝到U盘，然后插在电视剧上才得以顺利播放。</div><div class="notion-text notion-block-2fd3ef872a2a80d1a305c2f36d6ac2df">   碰到了这样的问题，于是我就想着是否有更好的播放设备来播放飞牛上的视频。正好，之前宽带中送了一个移动的电视机顶盒，参数如下。这个机顶盒由于已经荒废，所以打算来安装这个飞牛的APP，这样通过这个机顶盒就可以完美的播放视频了。</div><blockquote class="notion-quote notion-block-2fd3ef872a2a800a833ddbaeddbb8ff3"><div>品牌：创维</div><div class="notion-text notion-block-2fd3ef872a2a80b5bf85f7bc38d825eb">型号：E900V21</div><div class="notion-text notion-block-2fd3ef872a2a809b9368d92f9280a74d">芯片：Amlogic （晶晨） S905L3</div><div class="notion-text notion-block-2fd3ef872a2a8052b8cdced7050a080c">字库：SEC 028</div><div class="notion-text notion-block-2fd3ef872a2a8096ae65cd503c5c91b7">wifi:RTL882BS</div></blockquote><div class="notion-text notion-block-2fd3ef872a2a80a9a16ee104c8dc1e2d">    想法是完美的，过程是曲折的。当我用机顶盒安装飞牛TV时，发现机顶盒的安卓版本是4.4.2，而飞牛TV APP需要安装5.0及以上才可以。</div><div class="notion-text notion-block-2fd3ef872a2a80a9a995e1286cf6bb55">    接下去，就是完成的刷机过程，请各位客官仔细品味~~~</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-2fd3ef872a2a803dbf2ad67c45901b6f" data-id="2fd3ef872a2a803dbf2ad67c45901b6f"><span><div id="2fd3ef872a2a803dbf2ad67c45901b6f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fd3ef872a2a803dbf2ad67c45901b6f" 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></h4><ol start="1" class="notion-list notion-list-numbered notion-block-2fd3ef872a2a8040b35ed434242b18bb" style="list-style-type:decimal"><li>开始准备刷机后，首先要找刷机方法。这个机顶盒在5年前我刷过机，所以找出来大致的方法，需要一根双公头USB线。在家里找了半天，没有。于是某宝3.5元购买，搞定。当然，也可以自己手动做一根数据线。注意，自己做时，需要选择2个USB的数据线，内部是4线的那一种，而USB充电线，里面是2根线，这个要区分。</li></ol><div class="notion-text notion-block-3203ef872a2a80718948cd380f6933e7"><span class="notion-red"><span class="notion-red_background">图1：USB线</span></span></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3203ef872a2a8013be96c26a8c57f712"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://adwebimg.vip.cpolar.cn/storage/upload/NotionImages/2026/0203/1.jpg?spaceId=bd6cd949-b3af-421a-afa5-1c962b185512&amp;t=3203ef87-2a2a-8013-be96-c26a8c57f712" alt="notion image" loading="lazy" decoding="async"/></div></figure><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fd3ef872a2a80a5b05ec3d400fe1a23"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:144px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://webimage.vip.cpolar.cn/2026/0203/1.jpg?spaceId=bd6cd949-b3af-421a-afa5-1c962b185512&amp;t=2fd3ef87-2a2a-80a5-b05e-c3d400fe1a23" alt="notion image" loading="lazy" decoding="async"/></div></figure><ol start="2" class="notion-list notion-list-numbered notion-block-2fd3ef872a2a806aac23ec07d37f4a65" style="list-style-type:decimal"><li>需要一个镊子短接。起初买来了USB线，连接电脑后，怎么样都无法在刷机软件中连接机顶盒，后来找了半天，原来是要短接一个电阻，我的机顶盒短接图如下。当然，也可以到某宝购买一个短接器，这样自己就不用拆机顶盒。本着动手为主，我是直接拆了处理。</li></ol><div class="notion-text notion-block-3203ef872a2a8010a5afda52660eac9f"><span class="notion-red"><span class="notion-red_background">图2：短接位置</span></span></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3203ef872a2a8034bb22d31145930050"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://adwebimg.vip.cpolar.cn/storage/upload/NotionImages/2026/0203/2.jpg?spaceId=bd6cd949-b3af-421a-afa5-1c962b185512&amp;t=3203ef87-2a2a-8034-bb22-d31145930050" alt="notion image" loading="lazy" decoding="async"/></div></figure><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fd3ef872a2a80ca9792dd5524fa2de2"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:288px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://webimage.vip.cpolar.cn/2026/0203/2.jpg?spaceId=bd6cd949-b3af-421a-afa5-1c962b185512&amp;t=2fd3ef87-2a2a-80ca-9792-dd5524fa2de2" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-blank notion-block-2fd3ef872a2a80e38408fac27b39f915"> </div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-2fd3ef872a2a8094942bde0f63048b7d" data-id="2fd3ef872a2a8094942bde0f63048b7d"><span><div id="2fd3ef872a2a8094942bde0f63048b7d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fd3ef872a2a8094942bde0f63048b7d" 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></h4><ol start="1" class="notion-list notion-list-numbered notion-block-2fd3ef872a2a8042bfe5deeeef08456f" style="list-style-type:decimal"><li>根据要求，我的固件需要找新固件，而老固件基本上还是4.4.2，不符合要求。</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-2fd3ef872a2a8055921ffc184d1df489" style="list-style-type:decimal"><li>查找地方，可以是两个站点：</li></ol><blockquote class="notion-quote notion-block-2fd3ef872a2a8020bf51fc0fa80fbd82"><div>麒麟刷机网：<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.szjytx.com/">https://www.szjytx.com/</a></div></blockquote><blockquote class="notion-quote notion-block-2fd3ef872a2a80198872efef9efbd8ff"><div>智能电视网：<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.znds.com/">https://www.znds.com/</a></div></blockquote><div class="notion-blank notion-block-2fd3ef872a2a80458611f8c76c0ec276"> </div><div class="notion-text notion-block-2fd3ef872a2a801b85fff0b63103b168">    这个查找的过程可谓千辛万苦，心酸无比！首先找到的是一些老的固件，因为不知道，刷进去后，开机显示华为开机画面、鸿蒙开机画面、其他开机画面，最后进系统一看，还是老版本的安卓，失败。</div><div class="notion-text notion-block-2fd3ef872a2a80a097f3e11ac670c49f">    后来继续查找，直接下载表明的安卓9。结果刷进去后，要么是进行测试界面无法动弹，要么是黑屏闪烁，要么是一个中午都没反应，反正是毫无进展。</div><div class="notion-text notion-block-2fd3ef872a2a8041960df617ca026e1e">   还好，最后找到一篇文章，尽管也是有点小问题，但是最后还是顺利的解决，完成刷机任务。文章地址： <b><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.znds.com/tv-1265839-1-1.html">https://www.znds.com/tv-1265839-1-1.html</a></b></div><div class="notion-text notion-block-2fd3ef872a2a80758702fed762cc5b51">    为了方便大家查找固件，我把这个固件放到百度云盘中，方便大家下载，下载地址：</div><div class="notion-text notion-block-2fd3ef872a2a80c0826ac4e41132cb06">通过网盘分享的文件：机顶盒刷机
链接: <a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://pan.baidu.com/s/1wJycKP5OBP68BHie9ysjpw?pwd=jvp9">https://pan.baidu.com/s/1wJycKP5OBP68BHie9ysjpw?pwd=jvp9</a> </div><div class="notion-text notion-block-2fd3ef872a2a80b590eadea04c7b97da">提取码: jvp9</div><div class="notion-text notion-block-2fd3ef872a2a80ada63dde524fde4a8f">    相应的刷机软件，也在这个共享里面，采用2.2.7版本的刷机软件即可。同时里面还有其他的说明文档，刷机前看一看。</div><div class="notion-text notion-block-3203ef872a2a80d186f2e83c53a54041"><span class="notion-red"><span class="notion-red_background"><b>图片3：共享的文件信息</b></span></span></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3203ef872a2a80fe9ea7d1653d04ae77"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://adwebimg.vip.cpolar.cn/storage/upload/NotionImages/2026/0203/3.jpg?spaceId=bd6cd949-b3af-421a-afa5-1c962b185512&amp;t=3203ef87-2a2a-80fe-9ea7-d1653d04ae77" alt="notion image" loading="lazy" decoding="async"/></div></figure><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fd3ef872a2a80d49aa8e5ec45b5291b"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:528px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://webimage.vip.cpolar.cn/2026/0203/3.jpg?spaceId=bd6cd949-b3af-421a-afa5-1c962b185512&amp;t=2fd3ef87-2a2a-80d4-9aa8-e5ec45b5291b" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-blank notion-block-2fd3ef872a2a80eaad0cd85567a0a698"> </div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-2fd3ef872a2a8042b18ad321f2e8c869" data-id="2fd3ef872a2a8042b18ad321f2e8c869"><span><div id="2fd3ef872a2a8042b18ad321f2e8c869" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fd3ef872a2a8042b18ad321f2e8c869" 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></h4><ol start="1" class="notion-list notion-list-numbered notion-block-2fd3ef872a2a80148f8ac5ef83e01036" style="list-style-type:decimal"><li>找到短接点，如上面第一点中讲到，这里不在赘述。</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-2fd3ef872a2a80fabe67e26f02ec2699" style="list-style-type:decimal"><li>选择合适的选项。</li></ol><div class="notion-text notion-block-2fd3ef872a2a80d88520d6e52debb85f">   刷机时，由于我是从安卓4升级到安卓9，估计root部分都有相应的更新，所以刷机要勾选第1项和第2项，如图4：</div><div class="notion-text notion-block-3203ef872a2a8093868cec4fff076913"><span class="notion-red"><span class="notion-red_background"><b>图4：勾选最上面的两项</b></span></span></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3203ef872a2a80e8bbeee612e30466a2"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://adwebimg.vip.cpolar.cn/storage/upload/NotionImages/2026/0203/4.jpg?spaceId=bd6cd949-b3af-421a-afa5-1c962b185512&amp;t=3203ef87-2a2a-80e8-bbee-e612e30466a2" alt="notion image" loading="lazy" decoding="async"/></div></figure><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fd3ef872a2a802abb32c20bc2d6c600"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:288px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://webimage.vip.cpolar.cn/2026/0203/4.jpg?spaceId=bd6cd949-b3af-421a-afa5-1c962b185512&amp;t=2fd3ef87-2a2a-802a-bb32-c20bc2d6c600" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2fd3ef872a2a808cafd7fe9cc2a7c42e">3.操作顺序：</div><div class="notion-text notion-block-2fd3ef872a2a8085ad13e86f0eb136aa">  电脑上安装好刷机工具Amlogic USB Burning Tool →打开软件 →文件 →导入烧录包 →点击【开始】 →盒子接电源线 →电源关闭 →把USB线一端插上盒子 →保持短接 →USB另一端插上电脑 →通电开机。 等待提示成功字样后，关闭电源，拔掉刷机线，把机顶盒接上电视机，通电开机，首次开机稍微会有点慢，耐心等待初始化完成即可。</div><div class="notion-text notion-block-3203ef872a2a80da9cb3f1678b693d5e"><span class="notion-red"><span class="notion-red_background"><b>图5：刷机界面</b></span></span></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3203ef872a2a805c95d5d28e8e4697e5"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://adwebimg.vip.cpolar.cn/storage/upload/NotionImages/2026/0203/5.jpg?spaceId=bd6cd949-b3af-421a-afa5-1c962b185512&amp;t=3203ef87-2a2a-805c-95d5-d28e8e4697e5" alt="notion image" loading="lazy" decoding="async"/></div></figure><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2fd3ef872a2a80089177c496e9446c49"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:336px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://webimage.vip.cpolar.cn/2026/0203/5.webp?spaceId=bd6cd949-b3af-421a-afa5-1c962b185512&amp;t=2fd3ef87-2a2a-8008-9177-c496e9446c49" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-blank notion-block-2fd3ef872a2a805e819dfd5c4f1f6ee1"> </div><div class="notion-text notion-block-2fd3ef872a2a80da8655ee65b13808dc">   成功后，就可以正常使用了。</div><div class="notion-blank notion-block-2fd3ef872a2a80508654c834558bea7a"> </div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-2fd3ef872a2a80839fedd93fdbb736f4" data-id="2fd3ef872a2a80839fedd93fdbb736f4"><span><div id="2fd3ef872a2a80839fedd93fdbb736f4" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2fd3ef872a2a80839fedd93fdbb736f4" 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 class="notion-red"><span class="notion-red_background"><b>重点：开机后，会卡在正在启动界面，这是因为有一个“同意”界面被隐藏在后面，这时候点击遥控器的“返回”按钮，会弹出使用同意的界面，选择同意，这样就正常进入当贝桌面了，以后就不会有这个问题。到这里，刷机也完成了，恭喜你！！！</b></span></span></span></span></h4><div class="notion-blank notion-block-2fd3ef872a2a808e8830fee810c37778"> </div><div class="notion-text notion-block-2fd3ef872a2a8063af68c13d6579a42a">另外：进行系统的设置时，需要密码，密码是：10000</div><div class="notion-blank notion-block-2fd3ef872a2a8005becef84e9c99835a"> </div></main></div>]]></content:encoded>
        </item>
    </channel>
</rss>