<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="https://skycraft.cn/rss.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <atom:link href="https://skycraft.cn/rss.xml" rel="self" type="application/rss+xml"/>
    <title>Horizon Blog</title>
    <link>https://skycraft.cn</link>
    <description>探索未知的边界 · 记录技术与生活</description>
    <language>zh-CN</language>
    <pubDate>Sat, 29 Aug 2026 02:15:45 GMT</pubDate>
    <lastBuildDate>Sat, 29 Aug 2026 02:15:45 GMT</lastBuildDate>
    <generator>@vuepress/plugin-feed</generator>
    <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
    <copyright>Copyright © 2020 - 2026 Horizon</copyright>
    <category>Minecraft</category>
    <category>踩坑记录</category>
    <item>
      <title>MCSManager 面板使用 Geyser 自动更新指南</title>
      <link>https://skycraft.cn/blog/geyser-autoupdate/</link>
      <guid>https://skycraft.cn/blog/geyser-autoupdate/</guid>
      <source url="https://skycraft.cn/rss.xml">MCSManager 面板使用 Geyser 自动更新指南</source>
      <description>记录基于 Python 纯标准库实现 Geyser 独立版自动构建检测、SHA-256 校验与更新，并深度联动 MCSManager Web API 优雅热重启实例的完整实战方案。</description>
      <category>Minecraft</category>
      <pubDate>Wed, 26 Aug 2026 21:30:29 GMT</pubDate>
      <content:encoded><![CDATA[<h2>为什么要这样做？</h2>
<p>许多服主在使用 <strong>MCSManager</strong> 面板管理 Minecraft 服务端时，通常会开启基岩版互通。但日常运维中往往面临两大核心问题：</p>
<ol>
<li><strong>基岩版客户端频繁强制升级</strong>：Mojang 对基岩版客户端更新极快，且大多为强制升级。官方一旦推送小版本，旧版 Geyser 就会因为协议不匹配直接导致基岩版玩家无法进服。</li>
<li><strong>纯外部更新与面板状态脱节</strong>：若服主在上班或半夜无法手动进面板操作，玩家就只能长时间干等。</li>
</ol>
<p>因此，最优雅的解决方案是<strong>将「Geyser 自动更新」与「MCSManager 面板」联动控制</strong>：通过 Python 脚本定时检查官方构建并校验替换，随后直接调用 <strong>MCSManager 的 Web API (<code>/api/protected_instance/restart</code>)</strong> 触发面板自动重启，实现无人值守全自动更新。</p>
<!-- more -->]]></content:encoded>
    </item>
    <item>
      <title>笔记本开热点后导致 Clash TUN 模式断网的解决办法</title>
      <link>https://skycraft.cn/blog/clash-tun/</link>
      <guid>https://skycraft.cn/blog/clash-tun/</guid>
      <source url="https://skycraft.cn/rss.xml">笔记本开热点后导致 Clash TUN 模式断网的解决办法</source>
      <description>记录 Windows 笔记本开启移动热点后，导致 Clash / Clash Verge / Mihomo 的 TUN 模式断网、DNS 解析失败的根本原因，并提供手动恢复方法与开机自动静默重置 ICS 状态的自动化 PowerShell 安装脚本。</description>
      <category>踩坑记录</category>
      <pubDate>Sun, 23 Aug 2026 12:36:55 GMT</pubDate>
      <content:encoded><![CDATA[<p>最近在笔记本上遇到了一个很搞心态的问题：<strong>只要用过热点（哪怕后面把热点关了），Clash / Clash Verge / Mihomo 一开 TUN 模式就必定断网</strong>。</p>
<p>看内核日志会一直刷报错：</p>
<div class="language-text line-numbers-mode" data-highlighter="shiki" data-ext="text" style="--shiki-light:#393a34;--shiki-dark:#dbd7caee;--shiki-light-bg:#ffffff;--shiki-dark-bg:#121212"><pre class="shiki shiki-themes vitesse-light vitesse-dark vp-code"><code class="language-text"><span class="line"><span>error: dns resolve failed: couldn't find ip</span></span></code></pre>
<div class="line-numbers" aria-hidden="true" style="counter-reset:line-number 0"><div class="line-number"></div></div></div><p>折腾了一圈发现是 Windows 热点的锅，这里把原因和自动化解决脚本记录一下。</p>
<!-- more -->]]></content:encoded>
    </item>
  </channel>
</rss>