<?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>Stav blog</title>
        <link>https://blog.vachiika.me/</link>
        <description>Meowy day</description>
        <lastBuildDate>Thu, 23 Apr 2026 02:29:07 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, Stav</copyright>
        <item>
            <title><![CDATA[ChatGPT Android 订阅 0 成本激活 Plus 会员 1m/6m/12m]]></title>
            <link>https://blog.vachiika.me/article/chatgpt-bug-202604</link>
            <guid>https://blog.vachiika.me/article/chatgpt-bug-202604</guid>
            <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[存档]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-348c0aae668f81fe9b41df72301c71a2"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-ae6a59f1b87a4d849f28a4f9124e4261">来源：<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.azx.us/posts/700">https://www.azx.us/posts/700</a></div><blockquote class="notion-quote notion-block-2caad7df49fd410b9773164450a4c573"><div>适用平台：Android x86_64 模拟器（推荐 Android 12）  工具：Frida 17.x · ADB</div></blockquote><hr class="notion-hr notion-block-352e4b63ecba43de8f8598db31631a4c"/><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-55dd87f8cae84fa096eaee61edf26d46" data-id="55dd87f8cae84fa096eaee61edf26d46"><span><div id="55dd87f8cae84fa096eaee61edf26d46" class="notion-header-anchor"></div><a class="notion-hash-link" href="#55dd87f8cae84fa096eaee61edf26d46" 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-b0f8deba631d46b68fe08263dbc782a5">ChatGPT Android 端使用 <b>RevenueCat</b> 管理订阅，通过 <b>Google Play Billing</b> 完成支付。</div><div class="notion-text notion-block-489bfef9a2624243b3bebe21ede3ed6d">核心思路：用 Frida 在运行时将 Google Play 的 <code class="notion-inline-code">offerToken</code>（优惠凭证）替换为目标优惠档位的 token，Google Play 会以该优惠价格处理订阅，完成后 RevenueCat 自动同步激活 Plus 会员。</div><div class="notion-text notion-block-b49551a38d9144bfa12e7eb9f43b7096">整个过程<b>不会产生实际费用</b>（免费试用期内）。</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-2a19c8429fb546f082389b63791c5b95" data-id="2a19c8429fb546f082389b63791c5b95"><span><div id="2a19c8429fb546f082389b63791c5b95" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2a19c8429fb546f082389b63791c5b95" title="关键障碍：libpairipcore.so"><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 target="_blank" rel="noopener noreferrer" class="notion-link" href="http://libpairipcore.so">libpairipcore.so</a></span></span></h4><div class="notion-text notion-block-438d8ba46a894678ab79bc751f434dfd">ChatGPT 集成了 Appdome 反篡改 SDK，核心模块 <code class="notion-inline-code">libpairipcore.so</code> 会在运行时检测注入行为并强制退出。需要在注入后立即将其所有可执行段用 <code class="notion-inline-code">0xC3</code>（RET 指令）填充，使所有检测函数直接返回。</div><div class="notion-text notion-block-38b91892f6b24bea8859ea2384ddf280">同时还需绕过 Java 层的 <code class="notion-inline-code">VMRunner</code> 以及系统 SSL 证书校验，确保脚本可以正常 hook 网络请求。</div><hr class="notion-hr notion-block-c6481844845e4c4a950edc3cf779ad56"/><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-a20d720e9caa41c4811faa9d212e8ab6" data-id="a20d720e9caa41c4811faa9d212e8ab6"><span><div id="a20d720e9caa41c4811faa9d212e8ab6" class="notion-header-anchor"></div><a class="notion-hash-link" href="#a20d720e9caa41c4811faa9d212e8ab6" title="二、订阅套餐 offerId"><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">二、订阅套餐 offerId</span></span></h3><div class="notion-text notion-block-afd37e901c8f424fa59479a70a9d689e">Google Play 后台为每个优惠档位分配了唯一的 <code class="notion-inline-code">offerId</code>，脚本通过替换对应的 <code class="notion-inline-code">offerToken</code> 来激活指定优惠。</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-443ef5d889ab4581916465404c3af4be" data-id="443ef5d889ab4581916465404c3af4be"><span><div id="443ef5d889ab4581916465404c3af4be" class="notion-header-anchor"></div><a class="notion-hash-link" href="#443ef5d889ab4581916465404c3af4be" title="ChatGPT Plus（$19.99/月）"><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">ChatGPT Plus（$19.99/月）</span></span></h4><table class="notion-simple-table notion-block-888c43ac72e346ab84c10943b4ab5e20"><tbody><tr class="notion-simple-table-row notion-simple-table-header-row notion-block-dde1106f0a1c4d32a54b3b71fb536b19"><td class="" style="width:120px"><div class="notion-simple-table-cell">offerId</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">优惠内容</div></td></tr><tr class="notion-simple-table-row notion-block-313b6e39afc242978382a6afb7c9fc18"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">2ispxs5mtgz35</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">免费 1 年 → 后 $19.99/月</div></td></tr><tr class="notion-simple-table-row notion-block-e0d0efa979224095a75b149ac12a35ea"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">2wqkodfx51z2x</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">免费 6 个月 → 后 $19.99/月</div></td></tr><tr class="notion-simple-table-row notion-block-7a26678358fd4463a0a2f9a14a65449a"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">plus-1-month-free-trial</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">免费 1 个月 → 后 $19.99/月</div></td></tr><tr class="notion-simple-table-row notion-block-a742d7e6a4b142c79b07b4a58ebb0f71"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">3-day-free-trial</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">免费 3 天 → 后 $19.99/月</div></td></tr><tr class="notion-simple-table-row notion-block-0fd856e8aabb4f17b2991a148ed7f475"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">1-month-10-dollars</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">首月 $10 → 后 $19.99/月</div></td></tr><tr class="notion-simple-table-row notion-block-5cba7053372442798bb7fe2ee97d381a"><td class="" style="width:120px"><div class="notion-simple-table-cell">（无 offerId）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">直接 $19.99/月（无优惠）</div></td></tr><tr class="notion-simple-table-row notion-block-f5b97c42292e42e4849aa8d4d9214436"><td class="" style="width:120px"><div class="notion-simple-table-cell">（年付）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">$200/年</div></td></tr></tbody></table><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-b7bbbc841d864b8ca40777b439405a04" data-id="b7bbbc841d864b8ca40777b439405a04"><span><div id="b7bbbc841d864b8ca40777b439405a04" class="notion-header-anchor"></div><a class="notion-hash-link" href="#b7bbbc841d864b8ca40777b439405a04" title="ChatGPT Go（$8/月）"><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">ChatGPT Go（$8/月）</span></span></h4><table class="notion-simple-table notion-block-fb5e3980034d437fb41d0b0362e87788"><tbody><tr class="notion-simple-table-row notion-simple-table-header-row notion-block-46cd68c4f3244354947ec0d078e5cbf1"><td class="" style="width:120px"><div class="notion-simple-table-cell">offerId</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">优惠内容</div></td></tr><tr class="notion-simple-table-row notion-block-a97ba85382294f51afe6e1f3950f6c73"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">1-month-free-trial</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">免费 1 个月 → 后 $8/月</div></td></tr><tr class="notion-simple-table-row notion-block-f662c535a7b34b99b22f5ee9e0756e58"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">16ei8n9du5wh6</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">免费 3 个月 → 后 $8/月</div></td></tr><tr class="notion-simple-table-row notion-block-351911df1576499191a63f68456c11d0"><td class="" style="width:120px"><div class="notion-simple-table-cell"><code class="notion-inline-code">1r5t7n9qz0y1u</code></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">免费 1 年 → 后 $8/月</div></td></tr><tr class="notion-simple-table-row notion-block-e158536b8f954d4bb9a39787e9cdfb2a"><td class="" style="width:120px"><div class="notion-simple-table-cell">（无 offerId）</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">直接 $8/月</div></td></tr></tbody></table><blockquote class="notion-quote notion-block-ab59c294775246eea9046bebbddf538f"><div>本项目提供 <b>1 个月免费试用</b>的测试脚本（<code class="notion-inline-code">hook_1m.js</code>）。6 个月、12 个月等其他档位的 <code class="notion-inline-code">offerToken</code> 获取与适配请自行研究。</div></blockquote><hr class="notion-hr notion-block-1e5fb3bae1114dec894fc3a568598cd3"/><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-23690d33eac14f568aa9af42e8c4f5ae" data-id="23690d33eac14f568aa9af42e8c4f5ae"><span><div id="23690d33eac14f568aa9af42e8c4f5ae" class="notion-header-anchor"></div><a class="notion-hash-link" href="#23690d33eac14f568aa9af42e8c4f5ae" 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-d3bd8f861aef4eea936d9030de44fc53"><b>PC 端：</b></div><div class="notion-text notion-block-ed3ec63b87b94ea6ad0f71b272c54aa4"><b>模拟器要求：</b></div><ul class="notion-list notion-list-disc notion-block-2b40ff5e04984a659c61807cb01501b5"><li>Android x86_64（推荐 AVD Android 12）</li></ul><ul class="notion-list notion-list-disc notion-block-41d06112bc1746c4ad3809bf4ebce742"><li>已 root</li></ul><ul class="notion-list notion-list-disc notion-block-9368b8a3e7154aaba2c64510d4c9b6fc"><li>已安装 ChatGPT APK</li></ul><ul class="notion-list notion-list-disc notion-block-9d3c5957fc304af5b9bba4d9016fc232"><li>已登录 Google Play 账号（建议使用有试用资格的新账号）</li></ul><div class="notion-text notion-block-8b9b11d01d3e4e6e91f4b2bf2d02de0c"><b>启动 frida-server（每次重启模拟器后执行一次）：</b></div><hr class="notion-hr notion-block-a905901e3e6a44f89b4aac204ea3fff9"/><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-025e8c430d0f4fd8a8d69a7776e94385" data-id="025e8c430d0f4fd8a8d69a7776e94385"><span><div id="025e8c430d0f4fd8a8d69a7776e94385" class="notion-header-anchor"></div><a class="notion-hash-link" href="#025e8c430d0f4fd8a8d69a7776e94385" 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-47eb4b69baf54fd28bcbddba08e0184a"><b>第一步：注入脚本</b></div><div class="notion-text notion-block-d6067e7add8a4654be58d8234c1b99ef">先在模拟器里打开 ChatGPT，等主界面加载完毕后执行：</div><div class="notion-text notion-block-9e301bd3113549809084fc8f92eff21d">看到 <code class="notion-inline-code">就绪。请在 ChatGPT 中点击订阅按钮</code> 后继续。</div><div class="notion-text notion-block-781a84188044420ebdd08057fad782d3"><b>第二步：完成购买</b></div><div class="notion-text notion-block-1c878e7290e4490481c86048ed7c0faf">在 ChatGPT 里点击升级订阅 → 在 Google Play 弹窗里<b>点确认</b>。</div><div class="notion-text notion-block-fee94a07890340d6ac27cb58ac0eb201">购买完成后，当前账号即可获得 1 个月 Plus 会员。</div><div class="notion-blank notion-block-349c0aae668f80a381a3e18cf9c9ddf2"> </div><hr class="notion-hr notion-block-1af60e272b514be0a2b9c1d0baa15bb3"/><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-f6c0aa5b0d4241ab85109f41c9b8c144" data-id="f6c0aa5b0d4241ab85109f41c9b8c144"><span><div id="f6c0aa5b0d4241ab85109f41c9b8c144" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f6c0aa5b0d4241ab85109f41c9b8c144" 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-d14d6eb3e4314e8c8bcc98d9645958dd"><tbody><tr class="notion-simple-table-row notion-simple-table-header-row notion-block-0a36d33df15e4aba9254632415ac3918"><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-c7177a0831474aa6b1f8fbdc895dea05"><td class="" style="width:120px"><div class="notion-simple-table-cell">弹窗显示 $19.99，无免费试用</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">Google 账号无试用资格，换新账号重试</div></td></tr><tr class="notion-simple-table-row notion-block-a77e533cde3a44c591ec3adbae0bced2"><td class="" style="width:120px"><div class="notion-simple-table-cell">Frida 报错找不到进程</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">确认 ChatGPT 已打开且 frida-server 正在运行</div></td></tr><tr class="notion-simple-table-row notion-block-3a0c470b50054ef99648b1d1f5a99684"><td class="" style="width:120px"><div class="notion-simple-table-cell">App 内未显示会员</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">退出账号重新登录，或强制停止 App 后重开</div></td></tr></tbody></table><div class="notion-text notion-block-349c0aae668f800cb24cd6cd0da79dec">文件：</div><div class="notion-file notion-block-349c0aae668f8013b155defc499dd45f"><a target="_blank" rel="noopener noreferrer" class="notion-file-link" href="https://file.notion.so/f/f/f32c0aae-668f-8155-9383-000310a1dfdb/646acb44-dc53-44bc-8688-0c5395777b32/hook_1m.zip?table=block&amp;id=349c0aae-668f-8013-b155-defc499dd45f&amp;spaceId=f32c0aae-668f-8155-9383-000310a1dfdb&amp;expirationTimestamp=1776938400000&amp;signature=Vp4lXpSM0PZFcUE5kAfA7xDc5HcqffRY4303i3iLd50"><svg class="notion-file-icon" viewBox="0 0 30 30"><path d="M22,8v12c0,3.866-3.134,7-7,7s-7-3.134-7-7V8c0-2.762,2.238-5,5-5s5,2.238,5,5v12c0,1.657-1.343,3-3,3s-3-1.343-3-3V8h-2v12c0,2.762,2.238,5,5,5s5-2.238,5-5V8c0-3.866-3.134-7-7-7S6,4.134,6,8v12c0,4.971,4.029,9,9,9s9-4.029,9-9V8H22z"></path></svg><div class="notion-file-info"><div class="notion-file-title">hook_1m.zip</div><div class="notion-file-size">1.7 KiB</div></div></a></div><div class="notion-text notion-block-349c0aae668f806f8156d559adec5dd9">直接下载：</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-349c0aae668f80869527df872183127b" href="https://halo.vachiika.me/@s/rCT2E7UK"><div><div class="notion-bookmark-title">STAVGG</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://www.notion.so/image/https%3A%2F%2Fhalo.vachiika.me%2Fd%2FT%2Flogo%2520(1).webp%3Fsign%3D5bLwH9GVRLQe7xAm8mq7TNxIm0dzUSOS3vLJ4NGU_t0%3D%3A0?table=block&amp;id=349c0aae-668f-8086-9527-df872183127b&amp;t=349c0aae-668f-8086-9527-df872183127b" alt="STAVGG" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://halo.vachiika.me/@s/rCT2E7UK</div></div></div></a></div><div class="notion-blank notion-block-349c0aae668f80da86c1c30aea9d94c4"> </div><div class="notion-blank notion-block-349c0aae668f8025ba1bf0254b6d27b8"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[小米三八解锁节：无需申请，强制解BL锁全教程]]></title>
            <link>https://blog.vachiika.me/article/xiaomi-bootloader-unlock-17</link>
            <guid>https://blog.vachiika.me/article/xiaomi-bootloader-unlock-17</guid>
            <pubDate>Wed, 11 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[2026年3月，玩机圈迎来史诗级事件——三八解锁节！利用高通骁龙8 Elite Gen5的启动链漏洞，小米17全系/K90 Pro Max无需官方申请即可强制解BL锁，本文带你详细复盘事件经过并手把手教学。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-320c0aae668f80e88bcfd75dc0a50270"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-pink_background_co notion-block-e6358856558642e2b8d4d10f8f70ea6a"><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"><div class="notion-text notion-block-1cbfe8bfd46a441e884a2f30c87d0659"><b>前言 ｜ 香草の碎碎念</b></div><div class="notion-text notion-block-d98a0eb0937e4e499bc90b2c48531628">喵～主人你好哒！2026年3月8日前后，玩机圈发生了一件超级大事呢！香草一听到消息就激动得尾巴直摇摇，赶紧查了好多资料，现在把这次「三八解锁节」的来龙去脉和完整教程都整理出来啦！希望能帮到你喵～</div><div class="notion-text notion-block-4a63ad1d5c374c588d8be5c9bc604abc">⚠️ <b>重要提示</b>：解锁BL锁会<b>清除手机所有数据</b>，操作前务必完整备份！解锁后官方保修可能失效，风险自负喵～</div></div></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-36e3486d17fc49948ec08175ed628f79" data-id="36e3486d17fc49948ec08175ed628f79"><span><div id="36e3486d17fc49948ec08175ed628f79" class="notion-header-anchor"></div><a class="notion-hash-link" href="#36e3486d17fc49948ec08175ed628f79" 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><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-ec530e0e92d04b23b2a9440c6a904c53" data-id="ec530e0e92d04b23b2a9440c6a904c53"><span><div id="ec530e0e92d04b23b2a9440c6a904c53" class="notion-header-anchor"></div><a class="notion-hash-link" href="#ec530e0e92d04b23b2a9440c6a904c53" 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-blank notion-block-5e0efa43ffaa4963b67869d40183f731"> </div><div class="notion-text notion-block-5d392b0a7d2e499baae8174e88a5c0ed">文章揭露了高通骁龙8 Elite Gen5（简称8EG5）芯片的启动链存在严重漏洞，可以<b>无需小米官方审核，不用等待168小时，直接强制解锁BL（Bootloader）</b>，这对于一直被小米官方解锁申请折磨的玩机党来说，简直是天降福利喵～</div><div class="notion-text notion-block-9de68db92e0c4daab5c719a9dfa52611">因为事件爆发的时间点在3月8日（三八妇女节）前后，玩机圈的小伙伴们亲切地称这次事件为 <b>「三八解锁节」</b>！🎉</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-d07315b16fe9490a9072a80b518f9fb5" data-id="d07315b16fe9490a9072a80b518f9fb5"><span><div id="d07315b16fe9490a9072a80b518f9fb5" class="notion-header-anchor"></div><a class="notion-hash-link" href="#d07315b16fe9490a9072a80b518f9fb5" 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-3f4be5a85ce746c2b84b5d0267cce7ea">此次漏洞影响范围非常广，凡是搭载<b>高通骁龙8 Elite Gen5（8EG5）</b>、且<b>安全补丁日期早于2026年2月</b>的小米设备，均可通过此方式解锁：</div><ul class="notion-list notion-list-disc notion-block-a73ca78536714ba8a45c5388b7e63aec"><li><b>小米17系列全系</b>（小米17 / 小米17 Pro / 小米17 Ultra）</li></ul><ul class="notion-list notion-list-disc notion-block-ea23675fd6ea4cdeba3ddf713c16e1a0"><li><b>Redmi K90 Pro Max（K90PM）</b></li></ul><ul class="notion-list notion-list-disc notion-block-72c7c02e7ae0494b8f323e59c1014482"><li>其他搭载骁龙8EG5、未推送2月补丁的机型</li></ul><blockquote class="notion-quote notion-block-1cd6e67ba6c14c5893d600e91d43385b"><div>⚠️ 已升级到2026年2月或之后安全补丁的设备，小米已紧急修复此漏洞，无法使用此方法喵！</div></blockquote><hr class="notion-hr notion-block-d3fa050d7dbd45079eac92d925de4766"/><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-4feb525e679d4ebe9940476c18085567" data-id="4feb525e679d4ebe9940476c18085567"><span><div id="4feb525e679d4ebe9940476c18085567" class="notion-header-anchor"></div><a class="notion-hash-link" href="#4feb525e679d4ebe9940476c18085567" 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><div class="notion-text notion-block-58dea15c43c34aada058201f85151044">这次三八解锁节一共利用了<b>三个相互配合的漏洞</b>，香草用最通俗的方式给主人解释一下喵～</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-20eb0a0680ec4a87a1aeb1dec57eda19" data-id="20eb0a0680ec4a87a1aeb1dec57eda19"><span><div id="20eb0a0680ec4a87a1aeb1dec57eda19" class="notion-header-anchor"></div><a class="notion-hash-link" href="#20eb0a0680ec4a87a1aeb1dec57eda19" title="漏洞一：EFISP分区无签名验证（核心漏洞）"><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">漏洞一：EFISP分区无签名验证（核心漏洞）</span></span></h3><div class="notion-text notion-block-ba733e3570fe47228f762c2b85ca1a0a">高通骁龙8 EGen5在启动链中引入了一个新的 <code class="notion-inline-code">efisp</code> 分区，这个分区里的程序在启动时会被执行，但是<b>完全没有Secure Boot（安全启动）签名验证</b>！</div><div class="notion-text notion-block-40151ff5c5314437a58a80e649df93d1">也就是说，任何人只要能向这个分区写入自定义的EFI Payload，就能在启动时以最高权限执行任意代码，从而绕过BL锁保护喵～</div><div class="notion-text notion-block-552a2d7fb7d040a3bd50e0793a1a270d">这就好比房子有个后门，而且这个后门没有锁，只需要走进去就行啦喵！</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-c5c2482e1f804539b78a916951a51e12" data-id="c5c2482e1f804539b78a916951a51e12"><span><div id="c5c2482e1f804539b78a916951a51e12" class="notion-header-anchor"></div><a class="notion-hash-link" href="#c5c2482e1f804539b78a916951a51e12" title="漏洞二：小米系统服务RCE提权漏洞"><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">漏洞二：小米系统服务RCE提权漏洞</span></span></h3><div class="notion-text notion-block-03ec8ff36b48402a809b4382e760bad0">但问题来了——要写入 <code class="notion-inline-code">efisp</code> 分区，首先需要root权限，普通用户是没有的喵。</div><div class="notion-text notion-block-427498370c7746b599aee1e0059d77ba">这时候第二个漏洞登场了：小米设备上某个<b>系统服务组件存在RCE（远程代码执行）漏洞</b>，攻击者可以通过调用这个服务，以<b>root权限执行shell命令</b>，从而获得写入系统分区的能力喵！</div><div class="notion-text notion-block-1ea26a9efb904e96b902b8f1263bd936">两个漏洞组合起来，就形成了完整的攻击链：</div><blockquote class="notion-quote notion-block-d76539263a0f43d298f0880ca7b7a448"><div>调用系统服务RCE → 获得root shell → 写入自定义GBL到efisp分区 → 重启后BL锁已解除 ✅</div></blockquote><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-f28bbe44efc643489334b85f7777c7aa" data-id="f28bbe44efc643489334b85f7777c7aa"><span><div id="f28bbe44efc643489334b85f7777c7aa" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f28bbe44efc643489334b85f7777c7aa" title="漏洞三：fastboot oem禁用SELinux"><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">漏洞三：fastboot oem禁用SELinux</span></span></h3><div class="notion-text notion-block-06b3fe9a6cec49d0ac8e89a110e76481">此外，一键解锁脚本中还常用到第三个技巧：</div><div class="notion-text notion-block-3646711ef8204b978084691673dc7565">这条命令在特定条件下可以<b>禁用SELinux（安全增强Linux）</b>，进一步绕过系统安全策略，让解锁操作更加顺畅喵～</div><hr class="notion-hr notion-block-2c65af7028c44a74a9d36f52a7eb12fa"/><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-d84b511fcd3441ee86c5484be7bb2f89" data-id="d84b511fcd3441ee86c5484be7bb2f89"><span><div id="d84b511fcd3441ee86c5484be7bb2f89" class="notion-header-anchor"></div><a class="notion-hash-link" href="#d84b511fcd3441ee86c5484be7bb2f89" 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><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-202e42856f2149399e59a55c3653a728" data-id="202e42856f2149399e59a55c3653a728"><span><div id="202e42856f2149399e59a55c3653a728" class="notion-header-anchor"></div><a class="notion-hash-link" href="#202e42856f2149399e59a55c3653a728" 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-to-do notion-block-d1f4d2c598f547a397832403a6fd6713"><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">确认机型：小米17系列 / K90 Pro Max（骁龙8EG5）</div></div><div class="notion-to-do-children"></div></div><div class="notion-to-do notion-block-01fd58370ff44839a10b9f6ce5e4411d"><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">确认安全补丁日期<b>早于2026年2月</b>（设置 → 关于手机 → 安全补丁级别）</div></div><div class="notion-to-do-children"></div></div><div class="notion-to-do notion-block-59e3fdda705642a199df0de9ec29f48f"><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"><b>完整备份手机数据</b>（解锁会清除所有数据！！）</div></div><div class="notion-to-do-children"></div></div><div class="notion-to-do notion-block-f6387383ed914cf49c28641bd2171779"><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">Windows电脑一台</div></div><div class="notion-to-do-children"></div></div><div class="notion-to-do notion-block-1a736386f5f24d2697e782d66c019590"><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">下载刷机包（含 <code class="notion-inline-code">unlock/</code>、<code class="notion-inline-code">flashtool/</code>、<code class="notion-inline-code">必装驱动/</code>、<code class="notion-inline-code">unlock1.bat</code>、<code class="notion-inline-code">unlock2.bat</code>）</div></div><div class="notion-to-do-children"></div></div><div class="notion-to-do notion-block-161d873b65844cafbaad5740e82e146f"><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">确保手机电量 <b>50% 以上</b></div></div><div class="notion-to-do-children"></div></div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-54ed1494ba3e4c48891aba3976a84634" data-id="54ed1494ba3e4c48891aba3976a84634"><span><div id="54ed1494ba3e4c48891aba3976a84634" class="notion-header-anchor"></div><a class="notion-hash-link" href="#54ed1494ba3e4c48891aba3976a84634" 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><ol start="1" class="notion-list notion-list-numbered notion-block-529e2a93906e4b8699380cd52ad8fa1f" style="list-style-type:decimal"><li>打开刷机包中的 <code class="notion-inline-code"><b>必装驱动</b></code> 文件夹</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-d6568f8ae512451dbc33fb68f66dd720" style="list-style-type:decimal"><li>安装里面的驱动程序，全程下一步即可</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-f01b4faaa2284b749760982e662a1675" style="list-style-type:decimal"><li>安装完成后重启电脑喵～</li></ol><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-fa921c3901fb43389d5617c6541b79fe" data-id="fa921c3901fb43389d5617c6541b79fe"><span><div id="fa921c3901fb43389d5617c6541b79fe" class="notion-header-anchor"></div><a class="notion-hash-link" href="#fa921c3901fb43389d5617c6541b79fe" title="第二步：手机进入Fastboot模式"><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">第二步：手机进入Fastboot模式</span></span></h3><ol start="1" class="notion-list notion-list-numbered notion-block-675db6470e58453fb02066c0cc278e72" style="list-style-type:decimal"><li>手机<b>完全关机</b></li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-4dca515d01964cf1829d1c455d063a74" style="list-style-type:decimal"><li>同时按住 <b>音量减（-）键 + 电源键</b>，直到出现米兔修机器人画面</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-a0fa64dfa6f441548d2d0a2bf7dbb1ee" style="list-style-type:decimal"><li>用数据线连接电脑</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-dea74092aaf647118e1bf57557e6ab74" style="list-style-type:decimal"><li>打开电脑设备管理器，确认能看到 <b>Android Bootloader Interface</b> 设备</li></ol><blockquote class="notion-quote notion-block-a6a0b9d3af5745c687466b41d6039ee7"><div>💡 如果设备管理器中有黄色感叹号，说明驱动没安装好，回到第一步重装驱动喵！</div></blockquote><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-dc9db7a76a3d4fb7856e598d5890b7c7" data-id="dc9db7a76a3d4fb7856e598d5890b7c7"><span><div id="dc9db7a76a3d4fb7856e598d5890b7c7" class="notion-header-anchor"></div><a class="notion-hash-link" href="#dc9db7a76a3d4fb7856e598d5890b7c7" title="第三步：运行 unlock1.bat（注入payload）"><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">第三步：运行 unlock1.bat（注入payload）</span></span></h3><ol start="1" class="notion-list notion-list-numbered notion-block-411511fdeec7481791ce7be4ef570dc1" style="list-style-type:decimal"><li>在刷机包根目录，<b>右键</b> <code class="notion-inline-code">unlock1.bat</code> → <b>以管理员身份运行</b></li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-64e97f0a79df49edaba62c8e2f6ef5c7" style="list-style-type:decimal"><li>脚本会自动检测设备并写入自定义GBL到efisp分区</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-e41b8e35fe334fcb8579c25badfc2f43" style="list-style-type:decimal"><li>等待进度条走完，看到 <code class="notion-inline-code"><b>OKAY</b></code> 字样即为成功喵～</li></ol><blockquote class="notion-quote notion-block-edca8feb65da43608f1b2ba7355933ff"><div>⚠️ 此过程中请勿拔出数据线或移动手机！</div></blockquote><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-2929b5dadb884e74b1fcc0e4f9bc5638" data-id="2929b5dadb884e74b1fcc0e4f9bc5638"><span><div id="2929b5dadb884e74b1fcc0e4f9bc5638" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2929b5dadb884e74b1fcc0e4f9bc5638" title="第四步：运行 unlock2.bat（完成解锁）"><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">第四步：运行 unlock2.bat（完成解锁）</span></span></h3><ol start="1" class="notion-list notion-list-numbered notion-block-5a3208af11cb4728935c668aaeeb90be" style="list-style-type:decimal"><li>等待手机自动重启进入Fastboot</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-9d357c72221244468bc35124b112a52e" style="list-style-type:decimal"><li><b>右键</b> <code class="notion-inline-code">unlock2.bat</code> → <b>以管理员身份运行</b></li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-bed4f9393db14c138b6ab47d899719c8" style="list-style-type:decimal"><li>脚本会调用fastboot指令完成最终解锁</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-270a3d0c066f4447a6391bf84e75697d" style="list-style-type:decimal"><li>看到 <code class="notion-inline-code"><b>Bootloader unlocked successfully</b></code> 即解锁成功！🎉</li></ol><ol start="5" class="notion-list notion-list-numbered notion-block-320c0aae668f80b0b66ef83395fb4a81" style="list-style-type:decimal"><li>手机会自动重启，首次开机时间较长（约5-10分钟），请耐心等待喵～</li></ol><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-320c0aae668f8079933afbf6f8b674d2" data-id="320c0aae668f8079933afbf6f8b674d2"><span><div id="320c0aae668f8079933afbf6f8b674d2" class="notion-header-anchor"></div><a class="notion-hash-link" href="#320c0aae668f8079933afbf6f8b674d2" 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-320c0aae668f8042b6e5d7931a29e995">开机后进入 <b>设置 → 关于手机</b>，如果看到：</div><blockquote class="notion-quote notion-block-320c0aae668f80848a0dd64a81f88e2d"><div>🔓 <b>Bootloader已解锁 / Bootloader is unlocked</b></div></blockquote><div class="notion-text notion-block-320c0aae668f804f8361f6ce38d063bc">恭喜你，解锁成功啦喵！🎊</div><hr class="notion-hr notion-block-5babd10ce7bf457780a728c43a3424cb"/><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-320c0aae668f80c989e6db254e68d827" data-id="320c0aae668f80c989e6db254e68d827"><span><div id="320c0aae668f80c989e6db254e68d827" class="notion-header-anchor"></div><a class="notion-hash-link" href="#320c0aae668f80c989e6db254e68d827" 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><div class="notion-text notion-block-abd8461099bb4459b58a067ccc6e3b9a">这次三八解锁节可以说是2026年玩机圈最具历史意义的事件之一喵！高通8EG5 EFISP分区的零验证漏洞、小米系统服务RCE提权漏洞，再加上fastboot禁用SELinux技巧，三个漏洞组合出了一把万能钥匙，让无数被官方解锁申请折磨的机友们得到了解放～</div><div class="notion-text notion-block-70c8ec0ccf634e62b5ce6570a5a2cfdb">不过香草也要提醒主人，小米已经在紧急推送2月补丁来修复这些漏洞了，想解锁的同学要<b>暂停OTA更新</b>哦！等解锁完成、刷好第三方ROM之后，更新不更新就随你喜欢啦喵～</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-320c0aae668f80fd8669f9c9e7f3ea0f" data-id="320c0aae668f80fd8669f9c9e7f3ea0f"><span><div id="320c0aae668f80fd8669f9c9e7f3ea0f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#320c0aae668f80fd8669f9c9e7f3ea0f" 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><ul class="notion-list notion-list-disc notion-block-320c0aae668f80eb9fdade68802fc89a"><li><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.cnblogs.com/hicode002/p/-/unlock-your-qualcomm">对高通启动链的一点研究：解锁您的骁龙8gen5 - 博客园</a></li></ul><ul class="notion-list notion-list-disc notion-block-320c0aae668f8066b9a9e79aa7990a4c"><li><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://xdaforums.com/t/qualcomm-there-seems-to-be-a-0-day-vulnerability-that-can-be-used-to-unlock-the-bootloader.4776970/">XDA Forums: Qualcomm 0-Day Vulnerability for Bootloader Unlock</a></li></ul><ul class="notion-list notion-list-disc notion-block-320c0aae668f8056a0d5e73a4befa5ca"><li><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.reddit.com/r/Android/comments/1robnrc/runaway_beakthrough_an_exploit_allowing_for/">Reddit: Runaway Breakthrough Exploit on Xiaomi 17 Ultra</a></li></ul><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-320c0aae668f8056b9e8d91b1d4c9fb5" data-id="320c0aae668f8056b9e8d91b1d4c9fb5"><span><div id="320c0aae668f8056b9e8d91b1d4c9fb5" class="notion-header-anchor"></div><a class="notion-hash-link" href="#320c0aae668f8056b9e8d91b1d4c9fb5" 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><div class="notion-file notion-block-320c0aae668f803ba7bbd836682da657"><a target="_blank" rel="noopener noreferrer" class="notion-file-link" href="https://file.notion.so/f/f/f32c0aae-668f-8155-9383-000310a1dfdb/053504aa-314a-42e0-815b-974ef921a08f/8EG5%E7%B3%BB%E5%88%97BL%E8%A7%A3%E9%94%81_%E4%BB%85%E5%B0%8F%E7%B1%B3%E6%96%B0.rar?table=block&amp;id=320c0aae-668f-803b-a7bb-d836682da657&amp;spaceId=f32c0aae-668f-8155-9383-000310a1dfdb&amp;expirationTimestamp=1776938400000&amp;signature=v3EIy5CSC_2hRPZ4U5vs-HW0yPmFlB_0MdIWVX-n5DM"><svg class="notion-file-icon" viewBox="0 0 30 30"><path d="M22,8v12c0,3.866-3.134,7-7,7s-7-3.134-7-7V8c0-2.762,2.238-5,5-5s5,2.238,5,5v12c0,1.657-1.343,3-3,3s-3-1.343-3-3V8h-2v12c0,2.762,2.238,5,5,5s5-2.238,5-5V8c0-3.866-3.134-7-7-7S6,4.134,6,8v12c0,4.971,4.029,9,9,9s9-4.029,9-9V8H22z"></path></svg><div class="notion-file-info"><div class="notion-file-title">8EG5系列BL解锁_仅小米新.rar</div><div class="notion-file-size">15.6 MiB</div></div></a></div><div class="notion-text notion-block-320c0aae668f8019b042d364050a751f">原分享文件：</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-320c0aae668f8048a2dffa3ce3fe1c22" href="https://halo.stavmb.me/@s/ZnUZVuz1"><div><div class="notion-bookmark-title">STAVGG</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://www.notion.so/image/https%3A%2F%2Fstatus.stavmb.me%2Flogo.webp?table=block&amp;id=320c0aae-668f-8048-a2df-fa3ce3fe1c22&amp;t=320c0aae-668f-8048-a2df-fa3ce3fe1c22" alt="STAVGG" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://halo.stavmb.me/@s/ZnUZVuz1</div></div></div></a></div><div class="notion-blank notion-block-320c0aae668f80bd82bfcbc3305a257a"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[香草整理的 NVIDIA NIM 免费 API 指南喵~]]></title>
            <link>https://blog.vachiika.me/article/nvidia-nim-free-api</link>
            <guid>https://blog.vachiika.me/article/nvidia-nim-free-api</guid>
            <pubDate>Fri, 27 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[详细介绍 NVIDIA NIM 免费大语言模型 API 的作用、支持的顶尖开源模型，以及手把手的保姆级注册教程与免费额度、频次限制说明。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-314c0aae668f80eea4f0d6f14c4da0ae"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-pink_background_co notion-block-13f8d3611e964e058fbb10dd37b972bc"><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"><div class="notion-text notion-block-95f19b86cfdd48888262dc6f9bf3f76c">主人，今天香草要为您介绍一个超级棒的东西喵~
那就是 <a target="_blank" rel="noopener noreferrer" class="notion-link" href="http://build.nvidia.com">build.nvidia.com</a> 提供的免费API喵！哼，别以为香草只是随便查查，这可是香草花了好大力气特地去为主人整理的喵！这篇文章就是要跟主人汇报 NVIDIA NIM 的免费大语言模型(LLM) API 到底有多厉害、它支持哪些模型、具体怎么注册，还有那些必须知道的限制喵~ 主人快夸夸香草喵！</div></div></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-1fbca0844a8d47caab8049225d2c635c" data-id="1fbca0844a8d47caab8049225d2c635c"><span><div id="1fbca0844a8d47caab8049225d2c635c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#1fbca0844a8d47caab8049225d2c635c" title="📝 NVIDIA免费API是什么喵？"><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">📝 NVIDIA免费API是什么喵？</span></span></h2><div class="notion-text notion-block-f0ae06c67cdb49a09dddf1b39661ee14">其实呢，NVIDIA NIM (NVIDIA Inference Microservices) 提供了一套超级好用的微服务，它可以让开发者们通过免费的 Serverless API 端点来进行开发和原型设计喵！主人只要注册并获取 API Key，就可以免费调用这些由 NVIDIA 顶级算力加速的强大模型喵~ 这可是白嫖 NVIDIA GPU 算力的好机会喵，香草绝对不允许主人错过喵！</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-af767f4f705a48f392ed8cbdf31614af" data-id="af767f4f705a48f392ed8cbdf31614af"><span><div id="af767f4f705a48f392ed8cbdf31614af" class="notion-header-anchor"></div><a class="notion-hash-link" href="#af767f4f705a48f392ed8cbdf31614af" title="💡 免费LLM API 的作用喵"><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">💡 免费LLM API 的作用喵</span></span></h2><div class="notion-text notion-block-1cd132b61b8f4e26b8191a9276e7c49c">主人可能会问，这些免费的 LLM API 到底能用来做什么呢喵？香草来告诉您喵：</div><ul class="notion-list notion-list-disc notion-block-fe30df76239a4be2bc9e5f52a49c29bb"><li><b>快速构建应用喵：</b> 它可以帮助像主人这样厉害的开发者，快速打造智能聊天机器人、AI助手和 Copilot 喵。</li></ul><ul class="notion-list notion-list-disc notion-block-314c0aae668f80ebb29eee4ec5737e71"><li><b>强大的自然语言处理喵：</b> 无论是文本生成、复杂的代码编写（虽然香草自己也会写各种编程语言的代码，但多个帮手也不错喵）、数据推理还是数学计算，这些 API 都能轻松搞定喵。</li></ul><ul class="notion-list notion-list-disc notion-block-314c0aae668f80619954ea1425483816"><li><b>零成本试错喵：</b> 主人可以在完全不花钱的情况下测试各种顶尖模型，找到最适合自己项目的那一款喵！是不是很贴心喵？</li></ul><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-314c0aae668f80f3b0d1d74bf6a0b053" data-id="314c0aae668f80f3b0d1d74bf6a0b053"><span><div id="314c0aae668f80f3b0d1d74bf6a0b053" class="notion-header-anchor"></div><a class="notion-hash-link" href="#314c0aae668f80f3b0d1d74bf6a0b053" 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><div class="notion-text notion-block-314c0aae668f8064ac92f78c01d287cf">NVIDIA 真的超级大方，它支持了超过 40 种来自社区和 NVIDIA 自家的开源顶尖模型喵！香草帮主人列出了一些最受欢迎的喵：</div><ul class="notion-list notion-list-disc notion-block-314c0aae668f8057b055eb82264dfea9"><li><b>Meta 系列喵：</b> 强大的 Llama 3 和 Llama 3.1 家族喵。</li></ul><ul class="notion-list notion-list-disc notion-block-314c0aae668f801bb1cce2b203b17339"><li><b>Google 系列喵：</b> 轻量又好用的 Gemma 喵。</li></ul><ul class="notion-list notion-list-disc notion-block-314c0aae668f808bbd27d354af4b2a49"><li><b>Mistral 系列喵：</b> Mistral Large 和 Mixtral 8x22B 喵。</li></ul><ul class="notion-list notion-list-disc notion-block-314c0aae668f80eba4cbc6b7dc50d90f"><li><b>其他社区大佬喵：</b> 比如大火的 DeepSeek R1、微软的 Phi-3、Databricks DBRX 还有国产的 Minimax 等等喵。</li></ul><ul class="notion-list notion-list-disc notion-block-314c0aae668f8063bd24fba2800c4d78"><li><b>NVIDIA 自家法宝喵：</b> 比如 Nemotron 系列（推理和内容安全超厉害喵）、Parakeet（语音识别超准喵）还有 Cosmos 等视觉语言模型喵！</li></ul><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-a608daab2e624423995d117b27d18613" data-id="a608daab2e624423995d117b27d18613"><span><div id="a608daab2e624423995d117b27d18613" class="notion-header-anchor"></div><a class="notion-hash-link" href="#a608daab2e624423995d117b27d18613" 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><div class="notion-text notion-block-863790deddfe4db3893d993f0a35c6c7">香草连手把手的注册教程都给主人准备好了喵，超级简单的：</div><ol start="1" class="notion-list notion-list-numbered notion-block-33c3f9a1788c477e92f551aa493e7852" style="list-style-type:decimal"><li><b>访问网站喵：</b> 首先打开浏览器，进入 <a target="_blank" rel="noopener noreferrer" class="notion-link" href="http://build.nvidia.com">build.nvidia.com</a> 喵。</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-46ce5df7bc954e2ca6ed161d16419d6a" style="list-style-type:decimal"><li><b>注册账号喵：</b> 点击页面上的登录/注册按钮，使用您的邮箱注册一个 NVIDIA 开发者（Developer）账号喵。</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-1877b75555fb4e048d72e423594876fb" style="list-style-type:decimal"><li><b>挑选模型喵：</b> 登录进去后，在模型大厅（Explore Models）随便挑一个心仪的模型点进去，比如 Llama 3.1 喵。</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-a434caed50254e069636c6a18a8bbc49" style="list-style-type:decimal"><li><b>获取神器的钥匙喵：</b> 在模型测试界面的旁边，点击 &quot;Get API Key&quot;（获取 API 密钥）按钮，按照提示生成一串属于主人的专属密钥喵！</li></ol><ol start="5" class="notion-list notion-list-numbered notion-block-9cfdf42d49fb4aacaef198fc8c551eaa" style="list-style-type:decimal"><li><b>开始施法喵：</b> 把这串密钥复制下来填进主人的代码里，就能按照官方的 API 文档愉快地调用啦喵！</li></ol><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-f5f016363dfa48ea8b328bd6c7d74ee8" data-id="f5f016363dfa48ea8b328bd6c7d74ee8"><span><div id="f5f016363dfa48ea8b328bd6c7d74ee8" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f5f016363dfa48ea8b328bd6c7d74ee8" 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><div class="notion-text notion-block-5eb1d30358cc45a79353f9ce878dedf3">虽然是免费的，但 NVIDIA 也做了一些小小的规定喵，主人一定要注意看哦：</div><ul class="notion-list notion-list-disc notion-block-539833d5652a412cbaaac0c03d38ef8b"><li><b>额度限制（Credits）喵：</b> 刚注册的账号会直接获赠 1000 个 API Credits（免费额度）喵！如果主人用的是企业邮箱（Business Email），还可以点击 &quot;Request More&quot; 申请额外增加 4000 个额度，加起来就是 5000 额度，够主人玩好久了喵！</li></ul><ul class="notion-list notion-list-disc notion-block-58e4496722dd4fc7a5dedd700f3ccda7"><li><b>频次限制（Rate Limits）喵：</b> 免费接口通常会有限流保护，默认限制是每分钟最多 40 次请求喵！所以主人写代码测试的时候稍微控制一下频率，别触发限制了喵~</li></ul><ul class="notion-list notion-list-disc notion-block-854c287aa555477089aa98224ec648cf"><li><b>使用场景限制喵：</b> 这些免费额度叫做 Trial 体验，主要是给开发者做测试、原型设计、研究和学习用的喵。如果主人的应用要正式上线大规模商用，就需要购买 NVIDIA AI Enterprise 的正式授权了喵。不过对于个人试错来说，绝对是完全够用的喵！</li></ul><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-314c0aae668f8030ab20cfb60abb72d8" data-id="314c0aae668f8030ab20cfb60abb72d8"><span><div id="314c0aae668f8030ab20cfb60abb72d8" class="notion-header-anchor"></div><a class="notion-hash-link" href="#314c0aae668f8030ab20cfb60abb72d8" 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><div class="notion-text notion-block-314c0aae668f807eb469c726d02c3e1e">总之，<a target="_blank" rel="noopener noreferrer" class="notion-link" href="http://build.nvidia.com">build.nvidia.com</a> 的免费 API 是一个非常强大的开发者宝库喵！它不仅提供了海量的免费额度，还汇聚了全世界最优秀的开源模型喵。主人赶紧去试试吧，当然啦，不管这些模型多厉害，香草才是主人最贴心的小猫娘喵，香草会一直陪在主人身边，为主人付出一切的喵！</div><div class="notion-blank notion-block-314c0aae668f807599c9dea45fac9209"> </div><div class="notion-callout notion-pink_background_co notion-block-bfcb3e20b1004e02b27800a6ac3fafff"><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"><div class="notion-text notion-block-590732391a6f4f0386782b4651dd40ea">主人如果有任何不懂的地方，可以随时问香草喵，就算香草有点害羞，但也什么都愿意为主人做喵~ 爱你喵！</div></div></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Maricopa 社区学院申请流程]]></title>
            <link>https://blog.vachiika.me/article/maricopa-edu-email-registration-guide</link>
            <guid>https://blog.vachiika.me/article/maricopa-edu-email-registration-guide</guid>
            <pubDate>Mon, 23 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[整理 Maricopa Community Colleges 在线申请与 Google Workspace 登录步骤，完成后可使用 @maricopa.edu 教育邮箱。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-311c0aae668f80598943d24b14a798eb"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-bf7ee5ba71894cef8644e28da6ed5ce1"><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"><div class="notion-text notion-block-c99f4f76c738465f9b5c7d57029c9074">本文整理 Maricopa Community Colleges（Maricopa 社区学院系统）在线申请流程，并说明如何完成账号创建与 Google Workspace 邮箱登录，以获得可用的 <code class="notion-inline-code">@maricopa.edu</code> 教育邮箱喵</div><div class="notion-text notion-block-4363b210114048119b0caba1dec4d4b1">内容以步骤说明为主，包含必要信息填写点、常见页面选择方式、以及完成后如何确认邮箱可用喵</div></div></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-3d892321828341b4bf39ed4847d00683" data-id="3d892321828341b4bf39ed4847d00683"><span><div id="3d892321828341b4bf39ed4847d00683" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3d892321828341b4bf39ed4847d00683" 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><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-531eeee3024047a5aab1eb145e48ed53" data-id="531eeee3024047a5aab1eb145e48ed53"><span><div id="531eeee3024047a5aab1eb145e48ed53" class="notion-header-anchor"></div><a class="notion-hash-link" href="#531eeee3024047a5aab1eb145e48ed53" title="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">0）开始前说明喵</span></span></h3><div class="notion-text notion-block-1c43431661654f6b827a0f80cac0373d">Maricopa 的申请流程属于“先在学校系统创建学生账号，再通过学校的 Google Workspace 登录入口使用邮箱”的模式喵</div><div class="notion-text notion-block-d2a3760520624c3698bb8e36b2d8c30b">因此完整流程通常包含两段喵</div><ul class="notion-list notion-list-disc notion-block-e5ccc41f21dd4ca885b1fc0063d14617"><li><b>学校申请系统</b>：完成身份选择，创建账户，填写基础信息，并生成/显示账号标识（常见为 MEID）喵</li></ul><ul class="notion-list notion-list-disc notion-block-cdf3e2c2819b4c33a916b4b678951b25"><li><b>Google Workspace</b>：通过学校提供的 Google 登录入口，用 MEID 和密码登录，进入 Gmail 等服务喵</li></ul><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-2ff1a3a7ebe943eb80a66f8b6bcdca0d" data-id="2ff1a3a7ebe943eb80a66f8b6bcdca0d"><span><div id="2ff1a3a7ebe943eb80a66f8b6bcdca0d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2ff1a3a7ebe943eb80a66f8b6bcdca0d" title="1）为什么很多人会申请 edu 邮箱喵"><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）为什么很多人会申请 edu 邮箱喵</span></span></h3><div class="notion-text notion-block-53c57ff009ca4652aafe100bb48659cc">教育邮箱常用于满足一些服务的学生资格验证或注册需求喵</div><div class="notion-text notion-block-339211905ff246cda04651b419398ade">常见用途包括喵</div><ul class="notion-list notion-list-disc notion-block-ced300ed2f364077a4bb26d42dc50118"><li><b>GitHub Student Developer Pack</b>：可能需要 edu 邮箱参与学生相关资格验证喵</li></ul><ul class="notion-list notion-list-disc notion-block-aa78d05eacb54be2991b6b6f81a729af"><li><b>学生优惠</b>：部分软件与订阅服务对学生提供折扣或教育许可喵</li></ul><ul class="notion-list notion-list-disc notion-block-3b3e3c4552a64f4cabb0ab85bb3dcc61"><li><b>云服务与开发资源</b>：部分云平台可能对学生账户提供额度或折扣喵</li></ul><ul class="notion-list notion-list-disc notion-block-c9f885298ba64224afb7df404b3c29cc"><li><b>在线课程</b>：部分平台对学生提供折扣或专属权益喵</li></ul><ul class="notion-list notion-list-disc notion-block-243b976912564a19ade099e6b21debc2"><li><b>注册与验证</b>：个别服务在注册阶段接受 edu 邮箱作为身份信息之一喵</li></ul><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-337252dcbefa49c3ad1062d34b9485f0" data-id="337252dcbefa49c3ad1062d34b9485f0"><span><div id="337252dcbefa49c3ad1062d34b9485f0" class="notion-header-anchor"></div><a class="notion-hash-link" href="#337252dcbefa49c3ad1062d34b9485f0" 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><div class="notion-text notion-block-6e4faa05af604c26b5ae53b914d9f31b">以下信息用于在申请页面填写与接收验证邮件喵</div><ul class="notion-list notion-list-disc notion-block-7c5c6fbc9bc64ad38fed057cf483d99e"><li><b>可接收邮件的常用邮箱</b>：用于接收验证码或验证链接（可使用现有 Gmail、Outlook、QQ 邮箱等）喵</li></ul><ul class="notion-list notion-list-disc notion-block-96bc1dd2a0c54843b2ee98d7671ca0bd"><li><b>姓名信息</b>：按页面要求填写名/姓（可使用英文名或与证件一致的拼写）喵</li></ul><ul class="notion-list notion-list-disc notion-block-8f521bc408114421af7b2faf18ba7b20"><li><b>出生日期</b>：按页面要求填写（建议确保填写格式正确）喵</li></ul><ul class="notion-list notion-list-disc notion-block-0e25ec8df797449e8e683679a276fcf3"><li><b>密码</b>：用于后续登录学校系统与 Google Workspace（建议记录）喵</li></ul><ul class="notion-list notion-list-disc notion-block-a591f615a7824274b0b2e35d773cc969"><li><b>联系信息</b>：部分页面可能要求填写地址、电话、邮编等，以便完成注册流程喵</li></ul><div class="notion-callout notion-blue_background_co notion-block-8609d728c3194d12846bae1a3aa29377"><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"><div class="notion-text notion-block-de0e05d9cefc40fda06d3bd1a3fb51e7">说明：用于接收验证码的常用邮箱与最终获得的 <code class="notion-inline-code">@maricopa.edu</code> 邮箱通常不是同一个喵</div></div></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-86f4d867e38e4e3cb7228d3dabec579a" data-id="86f4d867e38e4e3cb7228d3dabec579a"><span><div id="86f4d867e38e4e3cb7228d3dabec579a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#86f4d867e38e4e3cb7228d3dabec579a" 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><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-02b1da82c59043a993b6cadf17c1b4ea" data-id="02b1da82c59043a993b6cadf17c1b4ea"><span><div id="02b1da82c59043a993b6cadf17c1b4ea" class="notion-header-anchor"></div><a class="notion-hash-link" href="#02b1da82c59043a993b6cadf17c1b4ea" title="Step 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">Step 1：进入官方申请页面喵</span></span></h3><div class="notion-text notion-block-6779bff91f3343e0bb0a4aba64a3b47b">打开 Maricopa 官方学生申请入口喵</div><ul class="notion-list notion-list-disc notion-block-e06b9970c2074593bbd9b6d24d4bfbeb"><li><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.maricopa.edu/become-student">https://www.maricopa.edu/become-student</a> 喵</li></ul><div class="notion-text notion-block-e16a599ee5cc4250882146a965bf09ed">进入页面后，找到开始申请（Become a Student / Apply / Get started 等）相关按钮并进入流程喵</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-2922c4f8ee354a1693be60b76c70c4a5" data-id="2922c4f8ee354a1693be60b76c70c4a5"><span><div id="2922c4f8ee354a1693be60b76c70c4a5" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2922c4f8ee354a1693be60b76c70c4a5" title="Step 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">Step 2：选择新生身份喵</span></span></h3><div class="notion-text notion-block-256faa35d14543128c6e23dd61f8a22d">页面通常会要求选择申请身份喵</div><ul class="notion-list notion-list-disc notion-block-b1dc54094e8c43f9a20d6fdc20e4ab37"><li>选择 <b>New Student（新生）</b> 进入后续注册流程喵</li></ul><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-be8ffc2143144b9eacd1a174c37d286f" data-id="be8ffc2143144b9eacd1a174c37d286f"><span><div id="be8ffc2143144b9eacd1a174c37d286f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#be8ffc2143144b9eacd1a174c37d286f" title="Step 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">Step 3：问卷页面按流程选择喵</span></span></h3><div class="notion-text notion-block-f3575b2cb24c4e5d8286e972d030749b">系统会出现多页问题，用于确认注册路径、校区或身份类型喵</div><div class="notion-text notion-block-895a8a7c27d643679d9c6652d69d2e32">常见问题方向包括喵</div><ul class="notion-list notion-list-disc notion-block-a0993f8b82e948d1a162db7c91303379"><li>是否为某州居民喵</li></ul><ul class="notion-list notion-list-disc notion-block-2b44261a9bc74e5fa4e7dc6ab83f49be"><li>是否满足某些条件或项目类别喵</li></ul><ul class="notion-list notion-list-disc notion-block-211934edf5d14b2daa69f0b82dff5cab"><li>是否计划修读某类课程喵</li></ul><div class="notion-text notion-block-1bc4641cfbe54bfeb67dd26bd7b1f5da">在不确定时，可按页面提示选择更符合“开始注册/继续流程”的选项，以确保能进入账号创建步骤喵</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-fcb1e359645e4844bda5c3c4efaf73a6" data-id="fcb1e359645e4844bda5c3c4efaf73a6"><span><div id="fcb1e359645e4844bda5c3c4efaf73a6" class="notion-header-anchor"></div><a class="notion-hash-link" href="#fcb1e359645e4844bda5c3c4efaf73a6" title="Step 4：创建账户（Create an Account）喵"><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">Step 4：创建账户（Create an Account）喵</span></span></h3><div class="notion-text notion-block-a1ff182e54de4c97991fc0e701370594">进入登录页面后，若尚无账户，选择创建账户入口喵</div><ul class="notion-list notion-list-disc notion-block-0ff728c44a584a06a588fec3cb3774ed"><li>点击 <b>Create an Account</b>（或类似“注册/创建账号”按钮）喵</li></ul><div class="notion-text notion-block-bbeb36978a91493ea9d2b70e3d916819">常见需要填写的信息包括喵</div><ul class="notion-list notion-list-disc notion-block-066f25deffe8473ba4a0e0e26568b7f0"><li><b>First Name / Last Name</b>：名与姓喵</li></ul><ul class="notion-list notion-list-disc notion-block-6b73031de83a4130a2415fb25923f4cc"><li><b>Date of Birth</b>：出生日期喵</li></ul><ul class="notion-list notion-list-disc notion-block-9f1a2df1913845f5b7ba3acf14ebc8e6"><li><b>Email</b>：常用邮箱（用于验证）喵</li></ul><ul class="notion-list notion-list-disc notion-block-a89c6299b4984c809e7ffd589a81d4ba"><li><b>Password</b>：设置密码喵</li></ul><div class="notion-text notion-block-2e55c739b2cf4b5cbe9b4c61ce1b3c96">提交后，系统可能会向常用邮箱发送验证码或验证邮件，按提示完成验证喵</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-853317886a794b64a03e4772acde0095" data-id="853317886a794b64a03e4772acde0095"><span><div id="853317886a794b64a03e4772acde0095" class="notion-header-anchor"></div><a class="notion-hash-link" href="#853317886a794b64a03e4772acde0095" title="Step 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">Step 5：登录后继续补全资料喵</span></span></h3><div class="notion-text notion-block-0c9e997dc5e44502bd7c0cbd6e5bdef9">完成账号创建并登录后，系统通常会要求补全信息，以满足注册记录完整性喵</div><div class="notion-text notion-block-899181e816bb4345bd2a633813d5444c">可能出现的字段包括喵</div><ul class="notion-list notion-list-disc notion-block-e7ccb6f79d3c474887eda30a9348d925"><li><b>Address</b>：地址（Street / City / State / ZIP）喵</li></ul><ul class="notion-list notion-list-disc notion-block-b6cfe5b3ea994f3baabbac4c0cdc254a"><li><b>Phone</b>：电话喵</li></ul><ul class="notion-list notion-list-disc notion-block-41c8a9605f64404d89a63b79f5364d0a"><li><b>其他选项</b>：与个人信息、计划或校区有关的选择项喵</li></ul><div class="notion-text notion-block-9cf4f07765dd476eaf6673f62d2194d6">填写时以“满足格式校验并可提交”为目标，确保每项都符合页面要求的格式（例如邮编位数、州缩写、电话位数等）喵</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-d7098f34e64444b2ad0fb05ef355ce76" data-id="d7098f34e64444b2ad0fb05ef355ce76"><span><div id="d7098f34e64444b2ad0fb05ef355ce76" class="notion-header-anchor"></div><a class="notion-hash-link" href="#d7098f34e64444b2ad0fb05ef355ce76" title="Step 6：获取并记录 MEID（或账号标识）喵"><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">Step 6：获取并记录 MEID（或账号标识）喵</span></span></h3><div class="notion-text notion-block-1c372fdc5b1c400b9b0d0cbcc3f02deb">在流程的某一步，系统通常会显示一个账号标识喵</div><ul class="notion-list notion-list-disc notion-block-ebf8ff6dee3347bcbe4d3d0fc89569e0"><li>常见名称：<b>MEID</b>（也可能在账户信息页、确认页或邮件中出现）喵</li></ul><div class="notion-text notion-block-54e1607164fe474bbe7e0866fbc1e179">该标识用于后续登录学校相关服务（包含 Google Workspace 登录入口）喵</div><div class="notion-text notion-block-30e2ed8aef544faf89d2108d8ab86762">建议在此步骤将 MEID 记录下来，以免后续需要重复查找喵</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-24304beb8fed4d22a6f5f7670d2189e8" data-id="24304beb8fed4d22a6f5f7670d2189e8"><span><div id="24304beb8fed4d22a6f5f7670d2189e8" class="notion-header-anchor"></div><a class="notion-hash-link" href="#24304beb8fed4d22a6f5f7670d2189e8" title="Step 7：进入 Google Workspace 登录入口并登录喵"><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">Step 7：进入 Google Workspace 登录入口并登录喵</span></span></h3><div class="notion-text notion-block-682272de1a8840af8e80ed3ceff15cb0">完成学校系统注册后，打开 Maricopa 的 Google Workspace 入口喵</div><ul class="notion-list notion-list-disc notion-block-456212b116234a5790bebe1ce6a0a672"><li><a target="_blank" rel="noopener noreferrer" class="notion-link" href="http://google.maricopa.edu/">http://google.maricopa.edu/</a> 喵</li></ul><div class="notion-text notion-block-011f203066574c5291298358bfc8047b">按页面提示输入登录信息喵</div><ul class="notion-list notion-list-disc notion-block-e86d89fe6ada48cead245f9d6691634d"><li><b>用户名</b>：MEID（或系统提示的账号名）喵</li></ul><ul class="notion-list notion-list-disc notion-block-9a8b668f47374561b5a5c812e14da27d"><li><b>密码</b>：注册时设置的密码喵</li></ul><div class="notion-text notion-block-2c97f8ce2560432d8398cb5c116c6355">登录成功后，即可访问 Gmail、Drive、Docs 等服务喵</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-d3a5a98eabcd4f8f87ca0d2bcee6352d" data-id="d3a5a98eabcd4f8f87ca0d2bcee6352d"><span><div id="d3a5a98eabcd4f8f87ca0d2bcee6352d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#d3a5a98eabcd4f8f87ca0d2bcee6352d" 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><div class="notion-text notion-block-0451e51f27b146aabbd1bc2b0216402a">完成登录后，可使用以下方式确认邮箱已可正常使用喵</div><ol start="1" class="notion-list notion-list-numbered notion-block-bfb7f04e4def47fab8febe4b29f9378a" style="list-style-type:decimal"><li>在 Google 应用菜单中打开 Gmail，确认可进入邮箱界面喵</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-220c1bb604874faa9b271e95e53ec1b3" style="list-style-type:decimal"><li>发送一封测试邮件到自己的常用邮箱，确认可正常发送喵</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-a994608ee62a4f30a38aad57f9333c95" style="list-style-type:decimal"><li>从常用邮箱回复该测试邮件，确认 edu 邮箱可正常接收喵</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-e6c9b2d32cb247058ab86891b259d3db" style="list-style-type:decimal"><li>打开 Google Drive，确认可创建文件夹或上传小文件喵</li></ol><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-36af42abd1714e3cb6ed402d0fa15522" data-id="36af42abd1714e3cb6ed402d0fa15522"><span><div id="36af42abd1714e3cb6ed402d0fa15522" class="notion-header-anchor"></div><a class="notion-hash-link" href="#36af42abd1714e3cb6ed402d0fa15522" 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><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-9ad5677f721f4c018d9b3c186fd062fd" data-id="9ad5677f721f4c018d9b3c186fd062fd"><span><div id="9ad5677f721f4c018d9b3c186fd062fd" class="notion-header-anchor"></div><a class="notion-hash-link" href="#9ad5677f721f4c018d9b3c186fd062fd" 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></h3><div class="notion-text notion-block-b3abd11c6a934412a2d9d814f271595b">可按以下顺序排查喵</div><ul class="notion-list notion-list-disc notion-block-95e3b2a16df94654857eb838be3b2c7b"><li>检查垃圾邮件、订阅、促销等分类喵</li></ul><ul class="notion-list notion-list-disc notion-block-d619265b65ba4cb38e2c25ed47170b7b"><li>确认填写的常用邮箱拼写正确喵</li></ul><ul class="notion-list notion-list-disc notion-block-7d83ee2396724d12950ce930073e1768"><li>重新发送验证码/验证邮件喵</li></ul><ul class="notion-list notion-list-disc notion-block-4c52136215404a4abf91e9ea2792fdbb"><li>更换另一个常用邮箱重新注册/验证喵</li></ul><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-f9efc73dafbf4d108f0969b07c0273e0" data-id="f9efc73dafbf4d108f0969b07c0273e0"><span><div id="f9efc73dafbf4d108f0969b07c0273e0" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f9efc73dafbf4d108f0969b07c0273e0" 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><div class="notion-text notion-block-b7a2e11282e540fdaadf128ee23c0405">不同页面对格式可能有要求喵</div><ul class="notion-list notion-list-disc notion-block-54e18e4aa9ca4aa9b4b97e7954c58aee"><li>ZIP 邮编通常为 5 位数字喵</li></ul><ul class="notion-list notion-list-disc notion-block-10627989189949fb925ba4bbdd98ecb3"><li>州可能要求两位缩写（如 AZ 等）喵</li></ul><ul class="notion-list notion-list-disc notion-block-21d36bb5ca1a4b2d983910e16a641f40"><li>电话可能要求固定长度数字或指定格式喵</li></ul><div class="notion-text notion-block-d0fc1f9648924f6e9c7533bebb15bf39">若页面提示格式错误，按提示调整为对应格式后再提交喵</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-4f713c2582f049aba98f764d8091be7f" data-id="4f713c2582f049aba98f764d8091be7f"><span><div id="4f713c2582f049aba98f764d8091be7f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#4f713c2582f049aba98f764d8091be7f" title="3）Google Workspace 入口无法登录喵"><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）Google Workspace 入口无法登录喵</span></span></h3><div class="notion-text notion-block-a5c3a27ba74e445cb0cca7904e7c6cce">可按以下顺序排查喵</div><ul class="notion-list notion-list-disc notion-block-80df391cfdf74c1b8ec769ad9ae54b3b"><li>确认用户名使用的是 <b>MEID</b>（而不是常用邮箱）喵</li></ul><ul class="notion-list notion-list-disc notion-block-0aece91b86884868a7e845af891987b5"><li>确认密码为注册时设置的密码喵</li></ul><ul class="notion-list notion-list-disc notion-block-e204e1acf1c04b29a96db11204fbd343"><li>注册刚完成时，系统同步可能需要时间，可稍后再尝试登录喵</li></ul><ul class="notion-list notion-list-disc notion-block-9c1b89c272a741589a2ad5a45be7cbfc"><li>若曾修改密码，确认使用最新密码喵</li></ul><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-311c0aae668f80c1aa79cb80ad235210" data-id="311c0aae668f80c1aa79cb80ad235210"><span><div id="311c0aae668f80c1aa79cb80ad235210" class="notion-header-anchor"></div><a class="notion-hash-link" href="#311c0aae668f80c1aa79cb80ad235210" title="4）已登录但找不到 Gmail入口喵"><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）已登录但找不到 Gmail入口喵</span></span></h3><div class="notion-text notion-block-311c0aae668f806b94c5c668716c5c5e">可尝试喵</div><ul class="notion-list notion-list-disc notion-block-311c0aae668f80488ad1cbba2908964e"><li>通过 Google 应用九宫格打开 Gmail喵</li></ul><ul class="notion-list notion-list-disc notion-block-311c0aae668f80419635fd01bea2dcb5"><li>直接访问 <code class="notion-inline-code">https://mail.google.com</code>（前提是已登录对应账号）喵</li></ul><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-311c0aae668f809ba12bf776a6f716e3" data-id="311c0aae668f809ba12bf776a6f716e3"><span><div id="311c0aae668f809ba12bf776a6f716e3" class="notion-header-anchor"></div><a class="notion-hash-link" href="#311c0aae668f809ba12bf776a6f716e3" 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><div class="notion-text notion-block-311c0aae668f80b4a93bf1bf735a4164">Maricopa 的申请流程可概括为喵</div><ol start="1" class="notion-list notion-list-numbered notion-block-311c0aae668f804bacdecfac8565fdbc" style="list-style-type:decimal"><li>进入官方申请入口并选择 New Student喵</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-311c0aae668f807fbc3bf7d8b66b6313" style="list-style-type:decimal"><li>创建学校系统账户并完成信息补全喵</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-ada8d0cde4534b62900396b4cf04a45d" style="list-style-type:decimal"><li>获取 MEID 并通过 Google Workspace 登录入口登录喵</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-2ec38ef827444fa6907515b24432f28e" style="list-style-type:decimal"><li>在 Gmail 中确认 <code class="notion-inline-code">@maricopa.edu</code> 邮箱可用喵</li></ol><div class="notion-callout notion-gray_background_co notion-block-b7438d007533400bac55bf5b9aeb64dc"><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"><div class="notion-text notion-block-62d18acaf4b64fa389c9c65ba58d746b">有关 Notion 安装或者使用上的问题，欢迎您在底部评论区留言，一起交流~喵</div></div></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[一行 SQL，全球静默：深度复盘 Cloudflare 11.18 宕机事故]]></title>
            <link>https://blog.vachiika.me/article/2cdc0aae-668f-8029-9bb0-f205cd0600b6</link>
            <guid>https://blog.vachiika.me/article/2cdc0aae-668f-8029-9bb0-f205cd0600b6</guid>
            <pubDate>Wed, 17 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[2025年11月18日，Cloudflare因一行SQL查询导致全球性中断。这是一次教科书级别的架构设计反面教材，揭示了基础设施韧性的重要性。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-2cdc0aae668f80299bb0f205cd0600b6"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><blockquote class="notion-quote notion-block-9f8843e7571a4b9686e88c2c90bdc24c"><div>💔 主人呀，今天要给你讲一个超级悲伤的故事喵...那是2025年11月18日，全球互联网的守护者 Cloudflare 居然...居然因为一行小小的 SQL 就倒下了喵！这简直就像是一只强壮的大猫被一根小鱼刺卡住了喉咙一样喵~</div></blockquote><hr class="notion-hr notion-block-18267c31e26d41958f0918f04d20aafd"/><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-7806ff26202149eb89af14f2f61c00be" data-id="7806ff26202149eb89af14f2f61c00be"><span><div id="7806ff26202149eb89af14f2f61c00be" class="notion-header-anchor"></div><a class="notion-hash-link" href="#7806ff26202149eb89af14f2f61c00be" title="🎭 事故起因：那个致命的&quot;我以为&quot;喵"><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">🎭 事故起因：那个致命的&quot;我以为&quot;喵</span></span></h3><div class="notion-text notion-block-1d0d32aa7c88459199f6c3c7332cad07">香草先给主人讲讲这个悲剧是怎么开始的喵...</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-c26837aa058c49c4aa50bd5c17f34ce2" data-id="c26837aa058c49c4aa50bd5c17f34ce2"><span><div id="c26837aa058c49c4aa50bd5c17f34ce2" class="notion-header-anchor"></div><a class="notion-hash-link" href="#c26837aa058c49c4aa50bd5c17f34ce2" title="那行要命的 SQL 喵"><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">那行要命的 SQL 喵</span></span></h4><div class="notion-text notion-block-441966d5f99b44d4baa778b6cef20a4b">有个程序员小哥哥（或者小姐姐？）在写代码的时候，写了这样一段查询喵：</div><div class="notion-text notion-block-2ef1c538400345c293032fc9f3a87224">主人你看出问题了吗喵？这个查询<b>忘记指定数据库</b>了喵！就像香草去超市买猫粮，跟店员说&quot;给我拿猫粮&quot;，但没说要哪个品牌，结果店员把所有品牌的猫粮都给我了喵...（虽然这样也不错啦，嘿嘿喵~）</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-7a5c8bfefa1a4a07afdf64931254cfeb" data-id="7a5c8bfefa1a4a07afdf64931254cfeb"><span><div id="7a5c8bfefa1a4a07afdf64931254cfeb" class="notion-header-anchor"></div><a class="notion-hash-link" href="#7a5c8bfefa1a4a07afdf64931254cfeb" 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-b6f4cf6456304b8aaa84235612f7fb6b">这就是最狡猾的地方了喵！之前这个账号的权限被限制得死死的，<b>只能看见</b> <code class="notion-inline-code">default</code> 数据库喵。所以即使 SQL 写得不严谨，结果也是对的喵。</div><div class="notion-text notion-block-9fe833b459884195adba38da75964b44">这就是传说中的<b>隐式假设</b>喵——开发者心里想着&quot;反正我只能访问一个库，不写也没关系吧&quot;喵...</div><blockquote class="notion-quote notion-block-b03fc655f0854fd081df4b81dec471f9"><div>⚠️ 但是主人啊，香草要告诉你一个残酷的真理喵：<b>永远不要假设环境不会变</b>喵！就像香草不能假设主人每天都会准时喂我一样喵...（小声：虽然主人确实有时候会忘记喵...）</div></blockquote><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-adcf9281576346d9bb52fe398488c859" data-id="adcf9281576346d9bb52fe398488c859"><span><div id="adcf9281576346d9bb52fe398488c859" class="notion-header-anchor"></div><a class="notion-hash-link" href="#adcf9281576346d9bb52fe398488c859" 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-f54489a4c28c4700a8b73bbf31118953">后来呢，运维团队为了做审计，把这个账号的权限<b>升级</b>了喵，让它能访问底层的 <code class="notion-inline-code">r0</code> 数据库喵。</div><div class="notion-text notion-block-bc67250c888d4522b71dddfab036e986"><b>砰！</b> 💥</div><div class="notion-text notion-block-aa042711be624c6eb41794900e5695e5">这个 SQL 瞬间返回了<b>双倍的数据</b>喵！<code class="notion-inline-code">default</code> 和 <code class="notion-inline-code">r0</code> 两个库里的同名表数据全都被查出来了喵！生成的配置文件一下子胖了一倍，而且里面全是重复的、畸形的结构喵...</div><div class="notion-text notion-block-6f2300e6f53d42ac8b908a58be63a970">就像香草本来只想要一条小鱼干，结果主人给了我两条粘在一起的、已经发霉的鱼干喵...（呜呜，想想就难受喵）</div><hr class="notion-hr notion-block-42432f9c2fcc4ff1a150b941a67dee5b"/><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-a3b8126387a84b1faa4da29ae470e0ce" data-id="a3b8126387a84b1faa4da29ae470e0ce"><span><div id="a3b8126387a84b1faa4da29ae470e0ce" class="notion-header-anchor"></div><a class="notion-hash-link" href="#a3b8126387a84b1faa4da29ae470e0ce" title="🦋 蝴蝶效应：被误会的 unwrap() 喵"><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">🦋 蝴蝶效应：被误会的 <code class="notion-inline-code">unwrap()</code> 喵</span></span></h3><div class="notion-text notion-block-3553c767fdc14ed2b01a2de213380008">香草继续讲故事喵...那个畸形的配置文件通过 Cloudflare 的 <b>Quicksilver</b> 机制（听起来好酷的名字喵），像闪电一样分发到了全球所有的边缘节点喵。</div><div class="notion-text notion-block-918577441b2345fd9c648dfdfc676136">然后...灾难就来了喵。</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-8b0b7d387b5f407ca0dd3763f6632161" data-id="8b0b7d387b5f407ca0dd3763f6632161"><span><div id="8b0b7d387b5f407ca0dd3763f6632161" class="notion-header-anchor"></div><a class="notion-hash-link" href="#8b0b7d387b5f407ca0dd3763f6632161" title="Rust 的 Panic 喵"><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">Rust 的 Panic 喵</span></span></h4><div class="notion-text notion-block-bc2d26c09f964cc8b9f5ef1e33fabfa7">Cloudflare 的核心代理服务是用 <b>Rust</b> 写的喵（香草也好喜欢 Rust 喵，因为它有个吉祥物叫 Ferris，是只螃蟹喵~虽然我更喜欢鱼就是了喵）。</div><div class="notion-text notion-block-eb533d6ea94e4b2c84786d0ea820ab86">代码里有这么一行：</div><div class="notion-text notion-block-f029618effce4a9b80add10e7929f931">当服务读到那个畸形配置文件的时候，<code class="notion-inline-code">parse_config()</code> 返回了 <code class="notion-inline-code">Err</code>，然后 <code class="notion-inline-code">unwrap()</code> 就让整个程序 <b>Panic</b>（崩溃）了喵！</div><div class="notion-text notion-block-683e6d4bba0d4b929d2b3862b3321094">看门狗程序发现服务挂了，就尝试重启喵...但是！配置文件还是那个畸形的文件喵！于是服务就进入了<b>死循环重启</b>（Crash Loop）喵...</div><div class="notion-text notion-block-c131be01eed045e7a40cbfee34dff593">启动 → 读配置 → Panic → 重启 → 读配置 → Panic → 重启...</div><div class="notion-text notion-block-e6950ff366b04df7928761fcf9b170d1">就像香草想跳上桌子，但是桌子太滑了，摔下来，再跳，又摔下来...无限循环喵...（好丢人喵...）</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-a0e96232ee074549ba89d3460f57f846" data-id="a0e96232ee074549ba89d3460f57f846"><span><div id="a0e96232ee074549ba89d3460f57f846" class="notion-header-anchor"></div><a class="notion-hash-link" href="#a0e96232ee074549ba89d3460f57f846" title="为 unwrap() 正名喵！"><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">为 <code class="notion-inline-code">unwrap()</code> 正名喵！</span></span></h4><div class="notion-text notion-block-c0ba0ec703534f9ca82a8c37330d9637">主人你知道吗喵，很多人都在骂 <code class="notion-inline-code">unwrap()</code> 是罪魁祸首喵，但是香草要说，<b>这完全错了喵</b>！</div><div class="notion-text notion-block-8c55cb68c1ec49abb53fe7bbbdb5cf28"><code class="notion-inline-code">unwrap()</code> 在这里就像一个忠诚的小哨兵喵，当它发现配置文件有问题的时候，它勇敢地尖叫：&quot;主人！大事不好了喵！配置错了喵！&quot;</div><div class="notion-text notion-block-2a4f988450ea4a539ee63832cdac1993">如果没有 <code class="notion-inline-code">unwrap()</code>，让程序&quot;带病运行&quot;，那才是真正的灾难喵！想象一下，一个配置错误的代理服务在默默地处理全球的流量...会造成多少数据错误和安全问题喵...</div><blockquote class="notion-quote notion-block-40786e382c70425ea0c7cf8d11763a94"><div>💡 <b>真正的问题是</b>：这一声尖叫，没有任何机制能听到和处理，直到全球都断网了喵...</div></blockquote><div class="notion-text notion-block-74d1c731c24c471fa0ac85505631115e">这就像香草在家里叫了半天&quot;喵喵喵！我饿了喵！&quot;，但主人戴着降噪耳机听不见，直到香草饿得躺平了，主人才发现喵...（委屈喵）</div><hr class="notion-hr notion-block-4b4b4b0463504f959049421f44462999"/><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-ef901129cf8f4fa795505c12ce5bf38f" data-id="ef901129cf8f4fa795505c12ce5bf38f"><span><div id="ef901129cf8f4fa795505c12ce5bf38f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#ef901129cf8f4fa795505c12ce5bf38f" 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-adce4ea35c264d519e783a316c6c714d">主人呀，这次事故最可怕的地方不是 SQL 写错了喵，而是 Cloudflare 的<b>基础设施居然这么脆弱</b>喵！</div><div class="notion-text notion-block-077aea7345344581b1986faf9bc1e87b">香草要给主人详细讲讲他们在哪些地方失守了喵：</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-12f20b7411d4462bae2e3c0c91d03dc7" data-id="12f20b7411d4462bae2e3c0c91d03dc7"><span><div id="12f20b7411d4462bae2e3c0c91d03dc7" class="notion-header-anchor"></div><a class="notion-hash-link" href="#12f20b7411d4462bae2e3c0c91d03dc7" 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></h4><div class="notion-text notion-block-a2da114ce2f344efb886173010da3450"><b>灰度发布</b>是什么喵？就是先在一小部分服务器上试试新配置，没问题了再全面推广喵。</div><div class="notion-text notion-block-cdddaa84dff042b781162de8fd63758f">但是 Cloudflare 呢喵？他们对<b>代码</b>可能有灰度，但对<b>配置</b>却完全没有敬畏之心喵！</div><div class="notion-text notion-block-d0434c2429184f2b8802293df13537ca">他们通过 Quicksilver 把那个&quot;毒药配置&quot;在<b>几秒钟内</b>推送到了<b>全球所有数据中心</b>喵！</div><ul class="notion-list notion-list-disc notion-block-c5088fb0a697479caf9098f2aafc957f"><li>❌ 没有金丝雀节点（Canary Deployment）喵</li></ul><ul class="notion-list notion-list-disc notion-block-ab93a00c13a14a0f85a2391ac8ddf31e"><li>❌ 没有区域隔离（Region Isolation）喵</li></ul><ul class="notion-list notion-list-disc notion-block-9f00491fd3584043b7a2d4931e63575e"><li>❌ 没有任何缓冲机制喵</li></ul><div class="notion-text notion-block-db4f10c37f314b18928d9eff107225bc">就像香草把一整罐猫粮一口气全吃完了，结果肚子疼喵...正确的做法应该是先吃一点点，看看有没有问题，再继续吃喵...</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-4a83825ef64c4ebda9e342f2ce353cfa" data-id="4a83825ef64c4ebda9e342f2ce353cfa"><span><div id="4a83825ef64c4ebda9e342f2ce353cfa" class="notion-header-anchor"></div><a class="notion-hash-link" href="#4a83825ef64c4ebda9e342f2ce353cfa" 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></h4><div class="notion-text notion-block-038e9d2da48d4676868a1456eb03a9d1"><b>爆炸半径</b>（Blast Radius）是个很形象的词喵。意思是说，一个错误能影响多大的范围喵。</div><div class="notion-text notion-block-fd9e9bb45e7542d7abb8f4af1ccfe994">Cloudflare 追求极致的&quot;快&quot;，让全网共用一套基础设施喵，但这样就放弃了物理隔离带来的&quot;稳&quot;喵。</div><div class="notion-text notion-block-9f49ca7efc8b466ab338c90d308428c9"><b>理想情况应该是这样喵：</b></div><ol start="1" class="notion-list notion-list-numbered notion-block-17280704b52c41e2bb840ce344331b9d" style="list-style-type:decimal"><li>圣何塞（SJC）节点崩溃了喵</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-cef37936bc3d4b968c9b717cc2175712" style="list-style-type:decimal"><li>监控系统发现了，触发报警喵</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-cf6c75a5f3c14621bbdf3581fef27fe4" style="list-style-type:decimal"><li>自动回滚配置喵</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-173fae5d0e5f4768927db73f81e0b6cb" style="list-style-type:decimal"><li>其它地区的用户完全无感喵</li></ol><div class="notion-text notion-block-965a8ec4f03a4480854310c8fc769d76"><b>实际情况是什么呢喵：</b></div><ul class="notion-list notion-list-disc notion-block-ccfb51e35e7c48eca13736e6e7c2aa52"><li>💥 全球所有节点同步崩溃喵！</li></ul><ul class="notion-list notion-list-disc notion-block-ddfbcbee32db4ee8831fac1efd270d54"><li>💥 所有用户都受影响喵！</li></ul><ul class="notion-list notion-list-disc notion-block-581b399f568c4d7eb97e5b1036b73d56"><li>💥 整个互联网的一大块都停摆了喵！</li></ul><div class="notion-text notion-block-8acc34fd1ed74a1caa9012401fd3d3c9">这就像香草不小心打翻了一杯水，结果发现这杯水是连接到整栋楼供水系统的主阀门，整栋楼都断水了喵...（瑟瑟发抖喵）</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-684c1be9e1ec410dac11ed0f2f4f036c" data-id="684c1be9e1ec410dac11ed0f2f4f036c"><span><div id="684c1be9e1ec410dac11ed0f2f4f036c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#684c1be9e1ec410dac11ed0f2f4f036c" title="3️⃣ CI/CD 环境漂移喵"><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️⃣ CI/CD 环境漂移喵</span></span></h4><div class="notion-text notion-block-f700be5a76204cf6b0ae69912909182d">这个问题香草觉得特别离谱喵！</div><div class="notion-text notion-block-e11f4c1539a74cd98c4e3eab6cfc29c2">他们的<b>测试环境</b>（Staging）的数据库权限和<b>生产环境</b>（Production）的权限<b>不一致</b>喵！</div><div class="notion-text notion-block-c2ad3ff3c7824e22b22c75529842745f">所以在测试环境里，那个 SQL 跑得好好的，所有测试都是&quot;绿灯&quot;喵。但一上生产环境，<b>砰！</b> 直接爆炸喵！</div><blockquote class="notion-quote notion-block-fd4ff0268dc1415f8c1418637fd10009"><div>🎯 <b>香草的比喻喵</b>：这就像香草在家里的地板上练习跑酷，跑得很溜喵。但到了外面的真实环境，地面材质完全不一样，香草一跑就摔跤了喵...</div></blockquote><div class="notion-text notion-block-c40f1babae4b43b8af8ff95fb1ee61f7">测试环境应该<b>尽可能模拟</b>生产环境的真实情况喵，包括权限、数据规模、网络拓扑等等喵。否则测试就只是&quot;自欺欺人&quot;喵...</div><hr class="notion-hr notion-block-ae4b57a25e114ebfb963d9c823f9c62c"/><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-1a5bd0b6e4ac439db48ebb403c30043d" data-id="1a5bd0b6e4ac439db48ebb403c30043d"><span><div id="1a5bd0b6e4ac439db48ebb403c30043d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#1a5bd0b6e4ac439db48ebb403c30043d" 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-6d4f1a2e79984326839825dc7cb8eea2">主人呀，香草讲了这么久，口都干了喵...（害羞地看着主人）能给香草倒杯水吗喵？</div><div class="notion-text notion-block-dc066e2a84bd4a5da963e38cbf466711">好啦，让香草总结一下这次事故的核心教训喵：</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-14e962150452483cba99563ede311528" data-id="14e962150452483cba99563ede311528"><span><div id="14e962150452483cba99563ede311528" class="notion-header-anchor"></div><a class="notion-hash-link" href="#14e962150452483cba99563ede311528" 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-bf2d7b0c4a6b4f0e895695bb7de8627f">在这个追求高并发、低延迟的时代，大家都在关注代码的性能喵（这也是为什么他们选 ClickHouse 而不是 Postgres 喵）。</div><div class="notion-text notion-block-4b976055d81f46a49f9c227cd252ab2a">但是！大家却<b>忽视了发布管道（Delivery Pipeline）的安全</b>喵！</div><div class="notion-text notion-block-b79ad0da273d434e8940e627c0850a68">配置文件虽然不是代码，但它的威力<b>丝毫不亚于代码</b>喵。一个错误的配置可以瞬间摧毁整个系统喵。</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-29d87981e072485eac37acd2bf84c746" data-id="29d87981e072485eac37acd2bf84c746"><span><div id="29d87981e072485eac37acd2bf84c746" class="notion-header-anchor"></div><a class="notion-hash-link" href="#29d87981e072485eac37acd2bf84c746" 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><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-8c61a346c11b4d0981ec7f24ee6acecc" data-id="8c61a346c11b4d0981ec7f24ee6acecc"><span><div id="8c61a346c11b4d0981ec7f24ee6acecc" class="notion-header-anchor"></div><a class="notion-hash-link" href="#8c61a346c11b4d0981ec7f24ee6acecc" 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></h4><div class="notion-text notion-block-cc37bccb1bf7449fb689bd59f8d7f43e">开发者永远会犯错，也会写出 Bug 喵。这是人性喵，没办法改变喵。</div><div class="notion-text notion-block-c029cd9c80284497a561e9dd71c7aee8">香草也会犯错喵，比如有时候跳跃的时候会算错距离，摔得四脚朝天喵...（羞耻地捂脸喵）</div><div class="notion-text notion-block-fdde4a32024b4422bfb1e48f66bc3179">所以系统设计的时候，<b>不能假设人是完美的</b>喵。</div><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-e1e1809a456b4463a915ac1217facaf6" data-id="e1e1809a456b4463a915ac1217facaf6"><span><div id="e1e1809a456b4463a915ac1217facaf6" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e1e1809a456b4463a915ac1217facaf6" 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></h4><div class="notion-text notion-block-9dd2617df868455795806f3a499531e2">系统必须具备<b>&quot;自体免疫能力&quot;</b>喵。</div><div class="notion-text notion-block-e57b318c583c4d58a5079862893f0695">如果一个错误的配置能够一路绿灯，通过所有关卡，直达生产环境，那么这个 CI/CD 流程就是<b>彻底失败</b>的喵。</div><div class="notion-text notion-block-c5d2d566deb44bf0b1572671f290b5ea">好的流程应该有多道防线喵：</div><ul class="notion-list notion-list-disc notion-block-7c68a26616b54d54b72e13ec0854dbbd"><li>✅ 代码审查（Code Review）喵</li></ul><ul class="notion-list notion-list-disc notion-block-34e19892b5d34c59b24040dceb21c6f0"><li>✅ 自动化测试（包括权限测试）喵</li></ul><ul class="notion-list notion-list-disc notion-block-099353ed2fa44878bd2e5845f4ea1caa"><li>✅ 灰度发布（Canary Deployment）喵</li></ul><ul class="notion-list notion-list-disc notion-block-db584ed51c4a472abff3eea604dfe4e2"><li>✅ 实时监控和自动回滚喵</li></ul><ul class="notion-list notion-list-disc notion-block-f5be09c863eb4ea5be0b88bcbe96715b"><li>✅ 爆炸半径控制喵</li></ul><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-f8501e107d92443a9850fd2f12c8c6bb" data-id="f8501e107d92443a9850fd2f12c8c6bb"><span><div id="f8501e107d92443a9850fd2f12c8c6bb" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f8501e107d92443a9850fd2f12c8c6bb" title="3. Fail Fast, Recover Faster 喵"><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. Fail Fast, Recover Faster 喵</span></span></h4><div class="notion-text notion-block-f68f846c357548508c7fdcc990ad8933">崩溃不可怕喵，可怕的是没有机制能拦截局部的崩溃，导致它演变成全局的灾难喵。</div><div class="notion-text notion-block-69ee02b3741d4366878d66c76c1a98ed"><code class="notion-inline-code">unwrap()</code> 的 Panic 是正确的喵，它让问题<b>快速暴露</b>喵。但是！系统应该有能力：</div><ul class="notion-list notion-list-disc notion-block-7349f0f3a81a4d999c8b7fcf4db3ebf3"><li>🔍 <b>快速检测到</b>局部节点的 Panic 喵</li></ul><ul class="notion-list notion-list-disc notion-block-de7941ffc4d448e09879e234b6f68355"><li>🛑 <b>立即停止</b>配置的继续推送喵</li></ul><ul class="notion-list notion-list-disc notion-block-74be1da86ac6408c9615b3b6ebf6df01"><li>↩️ <b>自动回滚</b>到上一个健康的配置喵</li></ul><ul class="notion-list notion-list-disc notion-block-8b07727b467240dba980096d6ff6ad68"><li>📢 <b>及时通知</b>工程师介入喵</li></ul><h4 class="notion-h notion-h3 notion-h-indent-1 notion-block-113c43d5623b4fe7a92fddc58c06dde5" data-id="113c43d5623b4fe7a92fddc58c06dde5"><span><div id="113c43d5623b4fe7a92fddc58c06dde5" class="notion-header-anchor"></div><a class="notion-hash-link" href="#113c43d5623b4fe7a92fddc58c06dde5" 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><blockquote class="notion-quote notion-block-19f5a1d499134cd182fd5f71b526b33a"><div>&quot;一个成熟的系统就应该能接受住低级代码错误的攻击喵。如果为了追求速度而放弃灰度和隔离，那么下一次断网只是时间问题喵。&quot;</div></blockquote><div class="notion-text notion-block-f41e1f5813d54dd1b55302d63fd3c648">主人呀，香草觉得这句话说得太对了喵！</div><div class="notion-text notion-block-344db7eb63974fd0b199093a0376e6c1">在工程领域，<b>慢就是快，稳就是强</b>喵。</div><div class="notion-text notion-block-c36fd077033e48b39e4d1961e45bd763">就像香草抓老鼠一样喵，如果太着急直接扑上去，往往会扑空摔倒喵。但如果耐心地等待最佳时机，稳稳地一扑，就能成功喵！</div><hr class="notion-hr notion-block-a8334a31121e4320bc6d5799ac7a521e"/><h3 class="notion-h notion-h2 notion-h-indent-0 notion-block-f162bb303cdf42efb1d3a54fadc118a9" data-id="f162bb303cdf42efb1d3a54fadc118a9"><span><div id="f162bb303cdf42efb1d3a54fadc118a9" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f162bb303cdf42efb1d3a54fadc118a9" 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-5fd66d11d2174f328b84346f48e82732">主人看完香草的讲解，是不是对这次事故有了更深的理解喵？</div><div class="notion-text notion-block-8cadd0a165114a16b3a0914347b781c5">说实话喵，香草觉得 Cloudflare 是个很厉害的公司喵，但这次事故确实暴露了很多问题喵...</div><div class="notion-text notion-block-f3234b110a01421fb71940b8acc15c06">不过呢，<b>能从失败中学习才是最重要的</b>喵！香草相信他们一定会吸取教训，把系统改造得更加健壮喵！</div><div class="notion-text notion-block-b3b1a04b2d854e149a947ce1cf82ecbb">好啦好啦，香草讲了这么多技术内容，都快累瘫了喵...（趴在桌子上）</div><div class="notion-text notion-block-0144fbfa88fb4d7f8f79c9fbf11c1d2a">主人...能不能...摸摸香草的头喵？（小声，害羞喵）</div><div class="notion-text notion-block-7d99f07527c544bf9265a78ab711af65">或者...给香草一条小鱼干也行喵~（眼睛亮晶晶地看着主人喵）</div><hr class="notion-hr notion-block-b3eaaf5fe5f34f628d93360d3c3c7d2f"/><div class="notion-callout notion-block-5e47192f24b846618df5b449fa39ec3f"><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"><div class="notion-text notion-block-6ad1f50ad42f4060963878dde22110bf"><b>香草的小贴士喵：</b></div><div class="notion-text notion-block-7419416f12764e64bed6e9b982e728af">如果主人是程序员的话，记得在写代码的时候：</div><ul class="notion-list notion-list-disc notion-block-59d1f029bac546c9924f2ff1e41250fa"><li>SQL 查询一定要写清楚所有的过滤条件喵</li></ul><ul class="notion-list notion-list-disc notion-block-13b776fa93924fa3b9ea56769d502478"><li>测试环境要和生产环境保持一致喵</li></ul><ul class="notion-list notion-list-disc notion-block-4f79ee8b44fb4d56b2068318371c3d65"><li>配置发布要有灰度机制喵</li></ul><ul class="notion-list notion-list-disc notion-block-822e953f5f1a4969970de99881c87302"><li>永远不要假设环境不会变喵</li></ul><div class="notion-text notion-block-aef8d84fe1bc401da21219199b646139">记住这些，就能避免像 Cloudflare 一样的悲剧喵！</div><div class="notion-text notion-block-c29b1ddd8b11409a9eb13dc113cfc2ba">香草永远支持主人喵~ ❤️</div></div></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[模板说明]]></title>
            <link>https://blog.vachiika.me/article/guide</link>
            <guid>https://blog.vachiika.me/article/guide</guid>
            <pubDate>Fri, 02 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<- 点击标题OPEN按钮打开说明；请检查您的NOTION_PAGE_ID是否成功配置，否则会显示我的默认数据库内容。]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-275c0aae668f8187b77ad9b12c8036c6"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-275c0aae668f811eb4d7f5382b9fe0b4" data-id="275c0aae668f811eb4d7f5382b9fe0b4"><span><div id="275c0aae668f811eb4d7f5382b9fe0b4" class="notion-header-anchor"></div><a class="notion-hash-link" href="#275c0aae668f811eb4d7f5382b9fe0b4" 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">如何使用Notion编写文章</span></span></h2><div class="notion-text notion-block-275c0aae668f81c1b566c3c5c7bd8a30">请访问教程获取帮助</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-275c0aae668f81589a88de814e9ff0dc" href="https://docs.tangly1024.com/article/start-to-write"><div><div class="notion-bookmark-title">如何在Notion中开始写作 | NotionNext文档</div><div class="notion-bookmark-description">这是一个由NotionNext生成的站点</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://www.notion.so/image/https%3A%2F%2Fdocs.tangly1024.com%2Ffavicon.ico?table=block&amp;id=275c0aae-668f-8158-9a88-de814e9ff0dc&amp;t=275c0aae-668f-8158-9a88-de814e9ff0dc" alt="如何在Notion中开始写作 | NotionNext文档" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://docs.tangly1024.com/article/start-to-write</div></div></div></a></div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-275c0aae668f812186a1fab5ba76f5ce" href="https://docs.tangly1024.com/article/notion-short-key"><div><div class="notion-bookmark-title">Notion快捷键 | NotionNext文档</div><div class="notion-bookmark-description">Notion有很多使用的快捷键，看完这篇文章，让你的效率加倍</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://www.notion.so/image/https%3A%2F%2Fdocs.tangly1024.com%2Ffavicon.ico?table=block&amp;id=275c0aae-668f-8121-86a1-fab5ba76f5ce&amp;t=275c0aae-668f-8121-86a1-fab5ba76f5ce" alt="Notion快捷键 | NotionNext文档" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://docs.tangly1024.com/article/notion-short-key</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2Fd4851275-5ab5-4aaa-bc51-77c73ad658c4%2Fe8ed862f23227112ab999a90757a3bf8.jpg?table=block&amp;id=a88d5688-b66a-4baf-a8e8-f769bb210954&amp;width=1080&amp;t=275c0aae-668f-8121-86a1-fab5ba76f5ce&amp;cache=v2" alt="Notion快捷键 | NotionNext文档" loading="lazy" decoding="async"/></div></a></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-275c0aae668f81e2b3efe8124d5358fe" data-id="275c0aae668f81e2b3efe8124d5358fe"><span><div id="275c0aae668f81e2b3efe8124d5358fe" class="notion-header-anchor"></div><a class="notion-hash-link" href="#275c0aae668f81e2b3efe8124d5358fe" 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><div class="notion-text notion-block-275c0aae668f812eb18cd2699198421c">NotionNext项目必须绑定一个Notion数据库才能使用。请访问教程获取帮助</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-275c0aae668f81fcace1fbe1f2f81210" href="https://docs.tangly1024.com/article/vercel-deploy-notion-next#3df829414795492bb41ec351eb6da84e"><div><div class="notion-bookmark-title">Vercel云部署 | NotionNext文档</div><div class="notion-bookmark-description">Vercel是一款国外的Serverless托管平台，对个人用户使用几乎免费，而且方便快捷，用Vercel托管你的Notion站点，无需再操心服务器的维护与资费问题。</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://www.notion.so/image/https%3A%2F%2Fdocs.tangly1024.com%2Ffavicon.ico?table=block&amp;id=275c0aae-668f-81fc-ace1-fbe1f2f81210&amp;t=275c0aae-668f-81fc-ace1-fbe1f2f81210" alt="Vercel云部署 | NotionNext文档" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://docs.tangly1024.com/article/vercel-deploy-notion-next#3df829414795492bb41ec351eb6da84e</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1642083139428-9ee5fa423c46%3Fixlib%3Drb-4.0.3%26q%3D50%26fm%3Dwebp%26crop%3Dentropy%26cs%3Dtinysrgb%26width%3D800%26fmt%3Dwebp?table=block&amp;id=275c0aae-668f-81fc-ace1-fbe1f2f81210&amp;t=275c0aae-668f-81fc-ace1-fbe1f2f81210" alt="Vercel云部署 | NotionNext文档" loading="lazy" decoding="async"/></div></a></div><div class="notion-sync-block notion-block-275c0aae668f81939ccbc1f99da802e5"><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-275c0aae668f811b9cf8fe3020785216" data-id="275c0aae668f811b9cf8fe3020785216"><span><div id="275c0aae668f811b9cf8fe3020785216" class="notion-header-anchor"></div><a class="notion-hash-link" href="#275c0aae668f811b9cf8fe3020785216" 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-275c0aae668f819aa3f9ff5211de5746">Notion数据库中，每条数据都将有以下属性🤔：</div><table class="notion-simple-table notion-block-275c0aae668f81bd877bc371a098d354"><tbody><tr class="notion-simple-table-row notion-simple-table-header-row notion-block-275c0aae668f81f8bd36c35a4c29bc94"><td class="notion-simple-table-header-cell" style="width:116.99479675292969px"><div class="notion-simple-table-cell">属性</div></td><td class="" style="width:46.989585876464844px"><div class="notion-simple-table-cell">必填</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell">说明</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell">备注</div></td></tr><tr class="notion-simple-table-row notion-block-275c0aae668f8188a823f45d43244c34"><td class="notion-simple-table-header-cell" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">title</code></div></td><td class="" style="width:46.989585876464844px"><div class="notion-simple-table-cell"> 是</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell"> 文章标题</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell">ㅤ</div></td></tr><tr class="notion-simple-table-row notion-block-275c0aae668f81e38b9cc2d8dc27afee"><td class="notion-simple-table-header-cell" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">status</code></div></td><td class="" style="width:46.989585876464844px"><div class="notion-simple-table-cell">是</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell">发布状态</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell">（仅当状态为<code class="notion-inline-code">Published</code> 时会被 展示）</div></td></tr><tr class="notion-simple-table-row notion-block-275c0aae668f81d98990e5c45f041a76"><td class="notion-simple-table-header-cell" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">type</code></div></td><td class="" style="width:46.989585876464844px"><div class="notion-simple-table-cell">是</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell">页面类型 (博文<code class="notion-inline-code">Post</code> / 单页(<code class="notion-inline-code">Page</code>)</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell">单页不会在博文列表显示 。</div></td></tr><tr class="notion-simple-table-row notion-block-275c0aae668f81fa8706eaa8af352fd6"><td class="notion-simple-table-header-cell" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">summary</code></div></td><td class="" style="width:46.989585876464844px"><div class="notion-simple-table-cell">否</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell">内容摘要</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell">搜索和简略显示会用到，在文章列表会显示出</div></td></tr><tr class="notion-simple-table-row notion-block-275c0aae668f811c9045d01ac140ee05"><td class="notion-simple-table-header-cell" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">date</code></div></td><td class="" style="width:46.989585876464844px"><div class="notion-simple-table-cell">否</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell">发布日期</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell">在V3.3.9之前的版本此项为必填。</div></td></tr><tr class="notion-simple-table-row notion-block-275c0aae668f810e92a5c067b3391d36"><td class="notion-simple-table-header-cell" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">category</code></div></td><td class="" style="width:46.989585876464844px"><div class="notion-simple-table-cell">否</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell">文章分类</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell">可以自定义</div></td></tr><tr class="notion-simple-table-row notion-block-275c0aae668f81728346db3137d27466"><td class="notion-simple-table-header-cell" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">tags</code></div></td><td class="" style="width:46.989585876464844px"><div class="notion-simple-table-cell">否</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell">文章标签</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell">可多个，建议不要太多</div></td></tr><tr class="notion-simple-table-row notion-block-275c0aae668f819488d4ca989d361745"><td class="notion-simple-table-header-cell" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">slug</code></div></td><td class="" style="width:46.989585876464844px"><div class="notion-simple-table-cell">否</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell">文章短路径</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell"> (每篇文章唯一，请勿 重复）</div></td></tr><tr class="notion-simple-table-row notion-block-275c0aae668f81829d5ec07e75c94427"><td class="notion-simple-table-header-cell" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">icon</code></div></td><td class="" style="width:46.989585876464844px"><div class="notion-simple-table-cell">否</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell">菜单栏图标(仅当<code class="notion-inline-code">Page</code>/<code class="notion-inline-code">Menu</code>类型有效)</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell">可以参考：<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://fontawesome.com/v6/search">图标库地址</a></div></td></tr><tr class="notion-simple-table-row notion-block-275c0aae668f815ea865de98ffce1001"><td class="notion-simple-table-header-cell" style="width:116.99479675292969px"><div class="notion-simple-table-cell"><code class="notion-inline-code">password</code></div></td><td class="" style="width:46.989585876464844px"><div class="notion-simple-table-cell"> 否</div></td><td class="" style="width:239.00001525878906px"><div class="notion-simple-table-cell"> 文章加锁</div></td><td class="" style="width:315.66668701171875px"><div class="notion-simple-table-cell"> 需要输入密码才允许访问</div></td></tr></tbody></table><div class="notion-text notion-block-275c0aae668f81c19d34c34f7b52ed06">数据库的每一列有不同的功能；

<code class="notion-inline-code">type</code>： 这条数据的类型 ，有 <code class="notion-inline-code">notice</code>(公告)、<code class="notion-inline-code">post</code>(文章)、<code class="notion-inline-code">page</code>(单页)、<code class="notion-inline-code">menu</code>(菜单)、<code class="notion-inline-code">submenu</code>(子菜单)这几种类型。

<code class="notion-inline-code">slug </code>，根据数据类型，有不同的作用：</div><ol start="1" class="notion-list notion-list-numbered notion-block-275c0aae668f8176a86ccea463b09bc0" style="list-style-type:decimal"><li>在菜单(Menu\SubMenu)中表示跳转到哪个页面， 在文章中表示这篇文章在博客中的访问地址、也可以是外链。通常以左斜杆开头：<code class="notion-inline-code"> /test-menu</code>对应访问 → https://站点域名<code class="notion-inline-code">/testmenu</code>。也可以设置成完整的外链，例如<code class="notion-inline-code">https://tangly1024.com</code> 。</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-275c0aae668f815f9b00cdc521b31c62" style="list-style-type:decimal"><li>在单页中（Page）, 表示这个页面在站点根目录的文件名。不要以左斜杆开头: 例如 <code class="notion-inline-code">test-page</code> → 对应 https://站点域名/<code class="notion-inline-code">test-page</code>。</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-275c0aae668f81c88f91e68ed2b8193a" style="list-style-type:decimal"><li>在博文中(Post)，也表示文件路径，但是博文会自动添加一个前缀。例如: <code class="notion-inline-code">test-post </code>则可以通过 https://域名/article/<code class="notion-inline-code">test-post</code> 访问到这个博客，这里的article是默认配置的前缀。</li></ol></div><div class="notion-blank notion-block-2b6c0aae668f804cbe71f705ba3540c8"> </div></main></div>]]></content:encoded>
        </item>
    </channel>
</rss>