<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN">
  <title>新锐博客</title>
  <subtitle>记录学习与分享资源</subtitle>
  <link href="https://blog.xrbk.cn/atom.xml" rel="self" />
  <link href="https://blog.xrbk.cn" />
  <updated>2026-09-09T03:24:00.000Z</updated>
  <id>https://blog.xrbk.cn/</id>
  <author>
    <name>莫忘</name>
    <email>mowang@xrbk.cn</email>
  </author>
  <rights>© 2024-2026 莫忘. All rights reserved.</rights>
  <generator>Astro Blog</generator>
    <entry>
      <title>使用astro原生pjax实现无缝切换</title>
      <link href="https://blog.xrbk.cn/post/108.html" />
      <id>https://blog.xrbk.cn/post/108.html</id>
      <published>2026-09-09T03:24:00.000Z</published>
      <updated>2026-09-09T03:24:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者在 Astro 网站中使用原生 ClientRouter 实现类似 pjax 的无缝页面切换的过程，以及由此遇到的一系列问题。由于 Astro 脚本默认只在首次进入站点时运行一次，页面切换后评论、浏览量、摘要、代码块和侧边栏最新评论等依赖页面加载后执行的内容无法重新初始化，导致部分内容空白或丢失；评论组件运行时注入到 head 的样式也会因换页被替换而失效。作者通过为文章页脚本添加 data-astro-rerun、将全站组件绑定到 page-load 事件重新初始化、把运行时注入样式改为随页面打包，以及避免脚本重跑造成重复绑定全局监听，解决了这些问题。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/b285e815a6574b7e.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="astro" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>一个项目让我找回了从前的记忆，方知已不再年轻</title>
      <link href="https://blog.xrbk.cn/post/107.html" />
      <id>https://blog.xrbk.cn/post/107.html</id>
      <published>2026-09-03T12:58:00.000Z</published>
      <updated>2026-09-03T12:58:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了一个用于找回QQ空间历史说说记录的开源项目QzoneArchive，作者下载后登录QQ并点击开始归档，软件会自动获取QQ空间说说并保存到本地，同时可归档互动记录。文章还回顾了作者查看2013年到2015年间的说说时，发现了早年的生活痕迹、与前任和朋友相关的记录，以及对青春和时间流逝的感慨。作者最后表示，工具可以保存记录，但无法留住人和事，只能提醒那些人和那些快乐的日子曾经存在过。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/c117fd56e4184438.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>利用ai和rust写一个桌面应用(未开源)</title>
      <link href="https://blog.xrbk.cn/post/106.html" />
      <id>https://blog.xrbk.cn/post/106.html</id>
      <published>2026-09-03T01:09:00.000Z</published>
      <updated>2026-09-03T01:09:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者利用AI和Rust开发一款本地运行的桌面应用，用于查看各AI平台余额，替代需要部署在服务器上的网页项目。作者放弃Python和Electron方案，改为将原web项目源码交给AI，让其一比一复刻为Rust桌面程序，包括界面、接口调用和数据展示，并通过截图反复调整细节。开发中遇到Rust环境安装受网络影响、模型缺乏视觉能力导致界面还原度不足等问题，后改用具备视觉能力的模型解决。最终成品约12MB，作者几乎未手写代码，仅通过描述需求、提供源码和反馈报错完成开发。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/11c54056c0bd45a0.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="ai" scheme="https://blog.xrbk.cn/tags/" />
      <category term="rust" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>cnb与eopages关联异常，已反馈官方并已修复</title>
      <link href="https://blog.xrbk.cn/post/105.html" />
      <id>https://blog.xrbk.cn/post/105.html</id>
      <published>2026-08-29T07:55:00.000Z</published>
      <updated>2026-08-29T07:55:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者将友链状态检测与文章采集项目迁移到eo pages后，发现友圈和友链状态内容长期未更新。经排查，问题出在与cnb关联后，原先通过API key推送的方式失效，需改用eo pages新的触发方式。作者先修改配置并尝试增加推送代码，但自动构建仍间歇性中断，最终在微信群联系eo pages官方人员并提供ID后，问题得到解决。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/e8e84c1e0e7a436f.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="cnb" scheme="https://blog.xrbk.cn/tags/" />
      <category term="eo" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>使用upstream-hub集中查看AI余额</title>
      <link href="https://blog.xrbk.cn/post/104.html" />
      <id>https://blog.xrbk.cn/post/104.html</id>
      <published>2026-08-26T09:45:00.000Z</published>
      <updated>2026-08-26T09:45:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了 upstream-hub 这个开源项目，用于集中展示多个API中转站的上游信息，包括余额、模型倍率变动历史和余额预警。它支持通过Telegram、邮件、企业微信、钉钉等方式接收通知。文章还说明了其部署方式：只需在有Docker的电脑上执行三条命令，启动后可通过浏览器访问面板；如需账号密码登录，可在.env中开启并配置，重启后生效，随后在后台填入各渠道信息即可统一查看。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/d63bd31a081f49fe.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="AI" scheme="https://blog.xrbk.cn/tags/" />
      <category term="github" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>eopage终于关联cnb啦，博客迁移到eopages</title>
      <link href="https://blog.xrbk.cn/post/103.html" />
      <id>https://blog.xrbk.cn/post/103.html</id>
      <published>2026-08-21T10:48:00.000Z</published>
      <updated>2026-08-21T10:48:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了将博客从服务器迁移到 EdgeOne Pages，并通过关联 CNB 实现自动部署的流程。作者先在 EdgeOne Makers 控制台创建项目并关联 CNB 仓库，在控制台配置构建命令和输出目录；然后在仓库根目录添加 .cnb.yml，使用 cnbcool/webhook 插件监听 main 分支推送并向固定的 EdgeOne 接收地址发送 POST 请求。CNB 通过模板变量自动填充仓库、分支、提交等信息，推送后 Makers 收到通知会自行拉取代码、按配置构建并部署，从而实现提交后站点自动更新。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/e94f700085d0431e.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
      <category term="eo" scheme="https://blog.xrbk.cn/tags/" />
      <category term="cnb" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>GitHub 突发大规模宕机，核心服务均受影响</title>
      <link href="https://blog.xrbk.cn/post/102.html" />
      <id>https://blog.xrbk.cn/post/102.html</id>
      <published>2026-08-17T16:09:00.000Z</published>
      <updated>2026-08-17T16:09:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了 GitHub 发生大规模宕机，PR、Issue、Webhooks、Actions 等核心功能受到不同程度影响，官方正在调查故障原因。文章提到，UTC 13:40 起部分服务出现性能故障，UTC 13:45 起相关核心功能陆续宕机，UTC 14:04 时网页和 API 流量错误率约20%，归档文件和原始仓库下载错误率约50%。Downdetector 显示无法访问报告明显增加，目前官方仍在修复，部分服务虽已恢复，但搜索等功能仍有问题。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/31ef098dd35a4b6c.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="github" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>vscode连接cnb并推送仓库</title>
      <link href="https://blog.xrbk.cn/post/101.html" />
      <id>https://blog.xrbk.cn/post/101.html</id>
      <published>2026-08-13T08:35:00.000Z</published>
      <updated>2026-08-13T08:35:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者将代码从手动上传改为通过 Git 推送到 cnb 仓库的完整流程，包括安装 Git、在 cnb 创建仓库、配置用户名邮箱、初始化本地仓库并关联远程、提交代码和执行推送。文中记录了两个问题：一是推送时报403，原因是凭据或 token 权限不足，需要检查成员权限、代码读写权限并清理 Windows 凭据后重新登录；二是推送时出现 fetch first，原因是本地与远程历史不一致，可先合并远程提交再推送，或在确认无用时使用 --force 覆盖远程。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/c7e8fcc7a51b40c4.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="cnb" scheme="https://blog.xrbk.cn/tags/" />
      <category term="git" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>twikoo不用token查询文章浏览量</title>
      <link href="https://blog.xrbk.cn/post/100.html" />
      <id>https://blog.xrbk.cn/post/100.html</id>
      <published>2026-08-12T14:01:00.000Z</published>
      <updated>2026-08-12T14:01:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了在静态博客中通过 twikoo 的 COUNTER_GET 事件查询文章访问量的方法。文章说明可在文章页放置带 data-path、data-title、data-env-id 属性的容器，并在页面加载后用 fetch 向 twikoo 服务发送请求获取浏览量，返回数据保存在 time 字段中。文中还提到该查询不需要 accessToken，且访问量来自 counter 集合，只有页面上的 twikoo 评论组件初始化后才会记录，查询失败时可显示“-”，旧版本也可尝试携带 accessToken。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/55d2ea86b0984606.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="twikoo" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>基于Astro构建的支持对话与生图的Web应用</title>
      <link href="https://blog.xrbk.cn/post/99.html" />
      <id>https://blog.xrbk.cn/post/99.html</id>
      <published>2026-08-08T08:08:00.000Z</published>
      <updated>2026-08-08T08:08:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了一个基于Astro构建的支持对话与生图的Web应用，用于弥补ChatGPT网页版免费生图次数有限的问题。应用提供流式对话、AI生图、上传参考图进行图生图或图片编辑、图片全屏查看、下载与编辑、日夜主题切换、API配置弹窗、本地存储以及多对话管理等功能。文章还说明了使用方法、数据保存在浏览器localStorage中，以及项目代码存储在cnb、部署在eo pages上，并提示因依赖eo pages的cloud functions，适合个人使用。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/b2fceae805334f72.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="chagpt" scheme="https://blog.xrbk.cn/tags/" />
      <category term="AI" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>deepseek-v4-flash-0731使用体验</title>
      <link href="https://blog.xrbk.cn/post/98.html" />
      <id>https://blog.xrbk.cn/post/98.html</id>
      <published>2026-08-07T09:30:00.000Z</published>
      <updated>2026-08-07T09:30:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了deepseek发布v4-flash正式版后，作者将其接入trae并测试公共CDN代码修改的体验。文章提到该模型相较v4-pro-preview响应速度更快，更喜欢调用工具，在仿照网站样式和读取源码复刻时表现积极。作者也举了分页逻辑修改的例子，认为其在理解需求上有时不如上一代模型，但在准确表述后也能解决问题。文章还提到本次使用约3M token、花费约0.25元，并表示其体验优于glm-5.2，略逊于grok-4.5和gpt-5.5。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/e2604d2763b14195.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="ai" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>基元律动免费送68元额度</title>
      <link href="https://blog.xrbk.cn/post/97.html" />
      <id>https://blog.xrbk.cn/post/97.html</id>
      <published>2026-08-01T11:07:00.000Z</published>
      <updated>2026-08-01T11:07:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了AI编程越来越厉害，但额度成为限制，群里有人分享了一个公司形式发放的免费68元额度领取地址，完成注册即可获得68元免费token额度，并提醒领取后一定要使用，否则可能导致不到账。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/74c039c0ed4b4a77.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="ai" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Linux更换软件源</title>
      <link href="https://blog.xrbk.cn/post/96.html" />
      <id>https://blog.xrbk.cn/post/96.html</id>
      <published>2026-07-31T16:38:00.000Z</published>
      <updated>2026-07-31T16:38:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了宝塔下载脚本速度较慢的问题，并说明可以通过更换软件源来解决。文章提到更换软件源有两种方法：一是通过宝塔的Linux工具箱进行更换，二是通过命令行或脚本实现，其中更推荐使用脚本方式。文章还说明可以在终端中输入相关命令完成操作，并提示如果脚本失效可访问官方链接进行一键更换Linux软件源。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/22b4ab63f2424b8d.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="Linux" scheme="https://blog.xrbk.cn/tags/" />
      <category term="软件源" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>华为鸿蒙7.0花粉beta版发布</title>
      <link href="https://blog.xrbk.cn/post/95.html" />
      <id>https://blog.xrbk.cn/post/95.html</id>
      <published>2026-07-30T05:51:00.000Z</published>
      <updated>2026-07-30T05:51:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者将华为畅享90ProMax升级到鸿蒙7.0花粉beta版后的体验，概述了新增功能、使用感受和存在的问题。新增功能包括沉浸光感视效、星盾防诈升级到可识别换脸和声音、状态栏时钟显示秒数、返回前一个应用、不同联系人设置不同铃声，以及短信最近删除功能。作者认为升级后系统占用更小、动画更流畅，但也提到系统浏览器不支持avif图片格式，QQ群语音标识显示异常，微信跳转和电脑授权流程不够顺畅，并认为主流应用适配仍需加快。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/8f1e157abd994a2d.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="手机" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>使用测速脚本测一下服务器带宽</title>
      <link href="https://blog.xrbk.cn/post/94.html" />
      <id>https://blog.xrbk.cn/post/94.html</id>
      <published>2026-07-28T15:24:00.000Z</published>
      <updated>2026-07-28T15:24:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者在重装服务器后发现安装宝塔很慢，起初以为是服务器问题，后来发现是脚本问题，因此寻找了一个测速脚本用于测试，并记录该脚本以便日后查找，文中还给出了测速脚本官网和测速结果示例。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/a1da8c103ba14078.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="服务器" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>trae告别白嫖时代，auto也需排队了</title>
      <link href="https://blog.xrbk.cn/post/93.html" />
      <id>https://blog.xrbk.cn/post/93.html</id>
      <published>2026-07-25T10:06:00.000Z</published>
      <updated>2026-07-25T10:06:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者在重构博客时常用trae提供的免费模型（如kimi-2.6、deepseek-v4-pro），并观察到两个月后trae从每日账户调用次数限制发展到即使用auto模式也需排队，反映出平台为应对大量免费使用开始变相限制。作者回顾从cursor、codebuddy到trae的经历，认为“白嫖”大模型的时代正在过去。随着排队和限额增多，用户需要更明确地思考需求、优化提示词，减少将琐碎问题直接丢给大模型的做法。文章强调AI编程工具仍有价值，但免费红利期不会长期持续，未来用户要么接受排队与限制，要么为稳定体验付费，这被视为更正常的商业模式。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/e49a8b4780004cf8.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="ai" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>[已下架]流量不够用？大流量卡免费领</title>
      <link href="https://blog.xrbk.cn/post/92.html" />
      <id>https://blog.xrbk.cn/post/92.html</id>
      <published>2026-07-24T13:39:00.000Z</published>
      <updated>2026-07-24T13:39:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者推荐的一个流量卡店铺。此前作者曾推荐过另一家但长期未更新，于是提供新的选择。该店铺提供种类较多的流量卡，涵盖不同套餐，价格与性价比相较之前推荐更优。店铺由作者本人运营，客服由作者亲自负责。文章提到不少流量卡为限时可领取，并提供领取方式。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/18549dbc670942e1.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="流量卡" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>推荐一个免费在线图片处理网站</title>
      <link href="https://blog.xrbk.cn/post/91.html" />
      <id>https://blog.xrbk.cn/post/91.html</id>
      <published>2026-07-19T07:51:00.000Z</published>
      <updated>2026-07-19T07:51:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了一个免费在线图片处理网站，浏览器内处理，无需上传，文件数量不限。其功能包括：将六十余种格式转换为JPG/WebP/PNG；长图、字幕、网格拼接；添加文字或图片水印及批量处理；调整尺寸与裁剪，可旋转、翻转、同步裁剪并输出多尺寸；压缩JPG/WebP/PNG/SVG/GIF/APNG，可保留EXIF并按目标大小批量压缩；读取EXIF；按裁切、分割线或网格分割图片。另提供GIF压缩、裁剪、合并、互转与改尺寸，以及将视频转GIF并可剪辑与压缩。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/7f506ed0e7274a58.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="图片" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>AI清理C盘的优缺点</title>
      <link href="https://blog.xrbk.cn/post/90.html" />
      <id>https://blog.xrbk.cn/post/90.html</id>
      <published>2026-07-17T14:11:00.000Z</published>
      <updated>2026-07-17T14:11:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了电脑使用中C盘会被缓存和垃圾占用，传统依赖安全软件或专用工具清理，如今可用桌面版AI处理，但存在风险。优点是省事，可用自然语言限定范围，AI可列出可删除项并简要说明用途，用户可按需跳过，避免一键全清。缺点在于AI可能将配置、插件缓存或仍在使用的数据误判为垃圾；权限过大增加误删概率，过小又难触达真正占空间的位置。文章建议将AI作为辅助：让其扫描、列清单，正式删除前由用户核对；当C盘紧张时，手动清理临时文件、卸载不用的软件更为可靠，关键文件需自行把关。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/f13e71ac5cc84d45.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="AI" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>twikoo不算bug的bug</title>
      <link href="https://blog.xrbk.cn/post/89.html" />
      <id>https://blog.xrbk.cn/post/89.html</id>
      <published>2026-07-12T08:44:00.000Z</published>
      <updated>2026-07-12T08:44:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了网站使用twikoo评论系统时在回复评论后，邮件通知的“查看详情”链接可能无法跳转到评论详情页的问题。复现过程为：先用一个邮箱评论，再用博主邮箱回复；其中一封邮件可正常访问，但从他人转发的邮件中，查看详情跳转到localhost而非域名。作者回忆该次回复发生在开发环境。结论是twikoo在回复评论时获取的POST_URL依据浏览器地址而非配置域名。可行处理是本地化twikoo的JS并将本地路径替换为域名；作者实际采取在生产环境回复评论。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/b8fa7644ea9d4a8b.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="twikoo" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>最近网站的一些变动</title>
      <link href="https://blog.xrbk.cn/post/88.html" />
      <id>https://blog.xrbk.cn/post/88.html</id>
      <published>2026-07-11T16:56:00.000Z</published>
      <updated>2026-07-11T16:56:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者对网站的一系列更新：菜单由居中改为左对齐，并加入可随日夜模式切换的SVG图标，移动端增加半透明蒙层以避免误触；搜索框修复无光标问题并支持上下键选择；主题默认色由蓝色改为淡绿色；首页轮播由图片改为背景图+文字，写入配置并支持滑动特效与无限滚动；移除首页分类选择，改为“最新文章”H2标题；首页文章卡片新增悬浮效果，封面图改为左对齐；侧边栏去除站点信息与分割线，部分内容移至个人信息卡片；所有页面新增顶部卡片，按页面显示不同内容。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/2de59e323ffe4c48.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>腾讯EO开始发多余套餐啦！速领</title>
      <link href="https://blog.xrbk.cn/post/87.html" />
      <id>https://blog.xrbk.cn/post/87.html</id>
      <published>2026-07-04T06:22:00.000Z</published>
      <updated>2026-07-04T06:22:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了腾讯云此前发放的EO免费套餐及最新调整：过去单账号仅能领取一个套餐，相较于阿里云的ESA，这一限制使多域名用户使用不便；目前腾讯云已开始发放额外套餐，总计可免费领取四个。文章说明此前已有不少用户完成领取，此次更新提供了四个官方领取地址，进入相应页面下单即可获取。四个链接分别对应不同活动页面，每个账户可在各入口分别下单领取，活动具体到期时间未明确。多域名用户此前因此感到困扰。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/16dfcd41cc184325.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="eo" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>hi168停止对个人用户的运营</title>
      <link href="https://blog.xrbk.cn/post/86.html" />
      <id>https://blog.xrbk.cn/post/86.html</id>
      <published>2026-06-26T07:59:00.000Z</published>
      <updated>2026-06-26T07:59:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了Hi168发布业务调整公告：个人用户相关服务将于2026年6月28日正式关闭，平台转向面向机构及企业客户，后者不受影响。退款安排包括：VIP服务即日起暂停，剩余月份费用原路退回；账户剩余充值余额主动退款。关停项包括：S3存储、应用中心、拓扑服务，要求尽快备份/导出，逾期未备份的S3数据将被清理且不另行通知。即日起暂停新用户注册、充值及付费购买；如有疑问可通过工单联系。公告日期为2026年6月26日。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/76fa9142cf9c4016.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="hi168" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>哪吒监控曝高危漏洞,请尽快升级</title>
      <link href="https://blog.xrbk.cn/post/85.html" />
      <id>https://blog.xrbk.cn/post/85.html</id>
      <published>2026-06-17T08:04:00.000Z</published>
      <updated>2026-06-17T08:04:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了哪吒监控（Nezha Monitoring）曝出的高危漏洞CVE-2026-53519（CVSS 9.1），影响2.0.13以下版本，为未授权路径遍历，黑客可在未登录情况下远程读取核心配置与数据库等敏感文件并接管面板，可能导致账号泄露、服务器权限被盗、业务数据丢失及合规与经济风险。文中建议立即升级至2.0.13及以上，无法升级时通过防火墙与IP白名单临时防护，并在升级后自查管理员账号与密钥、重置密码与通信密钥；并附官方与NVD参考链接。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/35303e12e58b4dc3.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="安全" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>IndexDB实现大文件下载的思路</title>
      <link href="https://blog.xrbk.cn/post/84.html" />
      <id>https://blog.xrbk.cn/post/84.html</id>
      <published>2026-06-14T17:31:00.000Z</published>
      <updated>2026-06-14T17:31:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了IndexedDB是浏览器内置的非关系型数据库，能存储大量结构化数据如文件和二进制数据，支持索引查询和事务操作，存储容量可达数百MB到几GB。对比其他浏览器存储方案，如localStorage（约5MB字符串存储）、sessionStorage（会话级数据）、Cookie（4KB身份标识）和Cache API（离线缓存），IndexedDB更适合处理大量数据。在大文件下载中，传统方式存在内存爆炸、无法断点续传和持久化问题，而IndexedDB通过数据存磁盘、支持事务和持久化存储来解决。实现思路是分块下载、逐块写入IndexedDB、最后合并导出。核心优势是不占内存、持久化和支持断点续传，完整流程为HEAD请求获取文件大小、Range分块下载、逐块写入IndexedDB、合并Blob导出，该思路同样适用于大文件上传，但缺点是需要等待所有块下载完成后才能合并导出文件。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/4d650b91cc314090.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="浏览器" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>鱼鱼api使用教程</title>
      <link href="https://blog.xrbk.cn/post/83.html" />
      <id>https://blog.xrbk.cn/post/83.html</id>
      <published>2026-06-13T16:30:00.000Z</published>
      <updated>2026-06-13T16:30:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了鱼鱼API，长期以来用户使用AI修bug和改博客所需的token均来自该API。教程首先要求注册账号（通过卡片链接，卡片标题为鱼鱼api官网，描述为超低价token），注册后赠送1美元额度，不足可购买，1美元约可使用500万token。然后将token复制到类似codex、trae、vscode的AI编程工具中，API端点填写网站域名即可。文章提到有羊毛就赶紧薅，500万token不少。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/fe27ac2a568641f7.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="AI" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>服务器安装Dokploy替代vercel</title>
      <link href="https://blog.xrbk.cn/post/82.html" />
      <id>https://blog.xrbk.cn/post/82.html</id>
      <published>2026-06-10T11:12:00.000Z</published>
      <updated>2026-06-10T11:12:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了Dokploy，它是一个开源的一站式部署平台，是Vercel和Netlify的替代方案。它支持Node.js、PHP、Python、Go、Ruby等多种语言的应用程序部署，以及MySQL、PostgreSQL、MongoDB、Redis等数据库的管理。提供自动部署、自动更新、自动备份等自动化功能，以及Docker容器管理、与Traefik集成（实现路由和负载均衡）、实时监控CPU、内存、存储和网络使用情况、数据库备份（支持多种存储目标）等功能。其优势包括无需手动配置Nginx和SSL证书，上传代码即自动生成生产级部署，从代码提交到线上服务最快仅需30秒。该平台开源且免费，支持商业使用和私有化部署，适合个人开发者或小型团队使用。部署可通过一键安装脚本或Docker命令完成。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/331d66d0bd804e48.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="云服务器" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>对于近几年的电视剧的无力吐槽</title>
      <link href="https://blog.xrbk.cn/post/81.html" />
      <id>https://blog.xrbk.cn/post/81.html</id>
      <published>2026-06-06T07:37:00.000Z</published>
      <updated>2026-06-06T07:37:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者在寻找电视剧过程中发现的几类问题：剧情套路化、剧情突变导致观众失望、强行悲剧情节、服装和造型雷同、都市剧减少等各类设定重复导致观感疲劳。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/6d59dcaae3c1411f.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="电视剧" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>关于网站被攻击的后续</title>
      <link href="https://blog.xrbk.cn/post/80.html" />
      <id>https://blog.xrbk.cn/post/80.html</id>
      <published>2026-06-03T17:12:00.000Z</published>
      <updated>2026-06-03T17:12:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了网站被CC攻击的情况，描述了每天大约10-20GB的流量攻击，持续了半个月。通过观察referer数据发现使用者不多且最高为网站提供的字体链接。进一步查得这些IP主要来自河南郑州。分析认为这次攻击可能与PCDN有关。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/837994a5a26c4a23.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>使用sessionStorage给音乐播放进度存储</title>
      <link href="https://blog.xrbk.cn/post/79.html" />
      <id>https://blog.xrbk.cn/post/79.html</id>
      <published>2026-06-01T09:37:00.000Z</published>
      <updated>2026-06-01T09:37:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了在新网站增加音乐播放器模块时，选择使用 sessionStorage 杀 localStorage 子持久化存储音乐播放进度的原因，并对比了两者的主要区别。sessionStago 会话级别有效，避免跨标签页冲突且刷新页面时仍保存状态，适合音乐播放进度的存储需求。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/502306dfe66e4842.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="编程相关" scheme="https://blog.xrbk.cn/tags/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>修复了一些bug,网站基本上趋于稳定了</title>
      <link href="https://blog.xrbk.cn/post/78.html" />
      <id>https://blog.xrbk.cn/post/78.html</id>
      <published>2026-05-30T05:30:00.000Z</published>
      <updated>2026-05-30T05:30:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了使用astro搭建网站过程中修复的各种bug，包括修复首页轮播图的样式、添加图片说明、修复音乐播放问题、修改第三方请求方式、修复分类页切换问题、添加时间分段功能、修改导航卡片写法、删除SPA应用、修改友链文件构建脚本、修复音乐胶囊夜晚模式、修改文章页评论区跳转图标问题、修复首页文章卡片样式问题等]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/222f91743a4e4a1d.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>AI模型掺水？如何辨别真假？</title>
      <link href="https://blog.xrbk.cn/post/77.html" />
      <id>https://blog.xrbk.cn/post/77.html</id>
      <published>2026-05-25T10:30:00.000Z</published>
      <updated>2026-05-25T10:30:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了AI模型的真假辨别问题，提到了一些公益站不收费但模型质量参差不齐的情况，并副强调了通过一些测评工具和网站可以获得参考信息，并建议花费大价钱应选择质量较高的模型以避免浪费时间和金钱。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/465011ac227343f7.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="AI" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>感谢一九云给我防住了攻击</title>
      <link href="https://blog.xrbk.cn/post/76.html" />
      <id>https://blog.xrbk.cn/post/76.html</id>
      <published>2026-05-22T04:28:00.000Z</published>
      <updated>2026-05-22T04:28:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者运营的一个加速网站突然流量增加，从几G增加到十几G，随后收到一九云邮件通知网站被DDOS攻击，但未对网站造成影响，攻击日志显示为海外IP。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/3345260d85bc4638.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="云服务器" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>对一些新手使用AI编程的建议</title>
      <link href="https://blog.xrbk.cn/post/75.html" />
      <id>https://blog.xrbk.cn/post/75.html</id>
      <published>2026-05-20T09:30:00.000Z</published>
      <updated>2026-05-20T09:30:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了AI编程的一些建议，包括每完成一个小功能要重新对话、详细使用提示词、完善表达以避免误解以及在预算充足时使用高性能模型。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/c7668227744a416e.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="AI" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Edgeone标记过期和直接删除有何区别？</title>
      <link href="https://blog.xrbk.cn/post/74.html" />
      <id>https://blog.xrbk.cn/post/74.html</id>
      <published>2026-05-19T10:30:00.000Z</published>
      <updated>2026-05-19T10:30:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了在修改网站后遇到缓存问题的原因及解决方法。文中解释了标记过期和直接删除两种缓存处理方式的区别，标记过期对源站压力较小但生效有延迟，适用于内容更新不频繁的情况；直接删除立即生效但对源站压力较大，适合网站改版或紧急更新。文章指出作者之前使用标记过期方式遇到问题的原因，并建议在脚本中添加参数Method来解决问题。文章还强调了根据不同场景选择合适的缓存处理方式的重要性。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/5773b3f9c8df4075.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="腾讯云" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>用Navigation Timing API给博客添加上加载时间</title>
      <link href="https://blog.xrbk.cn/post/73.html" />
      <id>https://blog.xrbk.cn/post/73.html</id>
      <published>2026-05-18T02:00:00.000Z</published>
      <updated>2026-05-18T02:00:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了浏览器原生的 Navigation Timing API，核心是 `performance.getEntriesByType('navigation')[0]` 一行代码获取页面加载全流程的时间戳，用于测量页面总耗时和服务器延迟。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/be856cfe7ecf4112.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="编程学习" scheme="https://blog.xrbk.cn/tags/" />
      <category term="AI" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>使用 Astro 自建博客，从零开始鏖战 14 小时</title>
      <link href="https://blog.xrbk.cn/post/72.html" />
      <id>https://blog.xrbk.cn/post/72.html</id>
      <published>2026-05-16T04:42:00.000Z</published>
      <updated>2026-05-16T04:42:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者从 Hexo 转向使用 Astro 构建博客的过程。由于 Hexo 体积大且配置繁琐，作者决定尝试更轻量、更现代的 Astro 技术栈。文章详细记录了使用的具体技术栈，包括 Astro、TypeScript、Node.js、Markdown 等，并提到设计时借鉴了 Hexo 的 solitude 主题的一些特色。尽管过程中遇到了一些技术难题，最终通过Trae辅助成功完成了博客的构建和部署。与 Hexo 相比，Astro 在构建速度和开发体验上有了显著提升。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/4d91f8bae72744ee.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="AI" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>网站收录急剧下降,趁此机会迁移站点</title>
      <link href="https://blog.xrbk.cn/post/71.html" />
      <id>https://blog.xrbk.cn/post/71.html</id>
      <published>2026-05-14T11:33:00.000Z</published>
      <updated>2026-05-14T11:33:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了站点从www域名迁移到新子域名blog的原因。推测收录下降可能与AI生成内容的增多有关，搜索引擎为了筛选真实内容而减少了对某些关键词的收录。文中表示希望拥有友好链接的朋友更新站点信息，并对带来的不便致歉。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/ec79b1e4414f4dc9.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="LSB" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>什么是LSB技术？又有什么用？</title>
      <link href="https://blog.xrbk.cn/post/70.html" />
      <id>https://blog.xrbk.cn/post/70.html</id>
      <published>2026-05-08T16:43:00.000Z</published>
      <updated>2026-05-08T16:43:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了LSb（最低有效位）技术，一种经典的信息隐藏技术。它通过将秘密信息嵌入到图像像素的最低有效位中实现隐蔽通信和数字水印等功能。LSB技术原理简单且实现便捷但在面对高级攻击时可能略显脆弱。文章还提供了获取作者开发的LSB工具的方式。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/aa74a5fe0fe848de.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="LSB" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Uptime-kuma美化</title>
      <link href="https://blog.xrbk.cn/post/69.html" />
      <id>https://blog.xrbk.cn/post/69.html</id>
      <published>2026-05-08T09:18:00.000Z</published>
      <updated>2026-05-08T09:18:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了Uptime-kuma的美化方案，主要涉及将特定CSS代码插入到监控页面的自定义CSS部分。代码定义了不同元素的样式，包括字体、按钮、服务项目列表、服务项目列表标题、服务OK样式、状态百分比以及公共样式优化等。这些样式涵盖了从背景颜色、边框、阴影到动画效果等多个方面，旨在提升监控页面的美观度和用户体验。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/66c44ab69fd7417b.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="美化" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>如何修改音乐标签？</title>
      <link href="https://blog.xrbk.cn/post/68.html" />
      <id>https://blog.xrbk.cn/post/68.html</id>
      <published>2026-05-06T16:51:00.000Z</published>
      <updated>2026-05-06T16:51:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了唱歌比赛后使用 Mp3tag 软件批量修改音乐标签信息的方法。Mp3tag 支持多种音频格式，可以修改标题、艺术家、专辑、年份、 tracks序等等信息。需要注意备份原文件并检查编码。该软件对个人免费。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/2b61da0862474a91.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="音乐" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>cn域名终于可以保护隐私了</title>
      <link href="https://blog.xrbk.cn/post/67.html" />
      <id>https://blog.xrbk.cn/post/67.html</id>
      <published>2026-04-28T12:43:00.000Z</published>
      <updated>2026-04-28T12:43:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了CN域名即将提供免费隐私保护服务的通知。根据CNNIC的最新政策，自2026年4月10日起，“.CN”和“.中国”域名将免费提供隐私保护服务，用户可以通过注册商开通此功能以隐藏持有人信息。开通后，WHOIS查询结果显示“该域名已采取WHOIS隐私保护服务”，详细信息将被隐藏。腾讯云作为响应，提供开通指南。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/57ac1a37d5594052.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>GPT生图简直太强了</title>
      <link href="https://blog.xrbk.cn/post/66.html" />
      <id>https://blog.xrbk.cn/post/66.html</id>
      <published>2026-04-23T18:23:00.000Z</published>
      <updated>2026-04-23T18:23:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了GPT生图功能的体验，用户只需通过自然语言描述想要的画面，AI即可在几秒内生成高质量的图像。其优势在于语义理解的精准度和不必学习复杂提示语法知识。文章通过实际例子展示了GPT生图在处理复杂场景时的能力 以及理解抽象概念和生成不同艺术风格图片的能力，GPT生图还支持对话式修改。方便使用户可以直接修改图片，让普通用户也能轻松产出专业级级别的视觉作品。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/2b31133b46044adb.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="AI" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>华为畅享90ProMax使用体验</title>
      <link href="https://blog.xrbk.cn/post/65.html" />
      <id>https://blog.xrbk.cn/post/65.html</id>
      <published>2026-04-19T11:59:00.000Z</published>
      <updated>2026-04-19T11:59:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者因旧手机损坏且运行缓慢而打算更换手机的情况。作者对华为畅享90ProMax产生了兴趣，决定线下购买。手机配置包括8500毫安大电池、120Hz智能高刷屏幕、8GB运行内存、128GB/256GB/512GB存储空间、5000万像素后置摄像头和800万像素前置摄像头，以及其他如80W有线超级快充、HarmonyOS操作系统等功能。经过十天的使用，作者对其电池续航能力和日常使用的流畅度表示满意，但指出部分软件适配存在问题，并提出屏幕虽亮但不支持熄屏显示的缺点。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/12bc6babf19840ee.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="手机" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>手把手教你如何不用U盘重装系统</title>
      <link href="https://blog.xrbk.cn/post/64.html" />
      <id>https://blog.xrbk.cn/post/64.html</id>
      <published>2026-04-08T11:55:00.000Z</published>
      <updated>2026-04-08T11:55:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何手把手教小白不用U盘重装系统的方法。首先，建议下载一个Windows镜像，可以选择果核大大的又要重装系统。接着，推荐使用系统总裁的SGI安装工具进行安装，此操作完全傻瓜式，无需任何操作，也不需要U盘。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/a05227b687584f66.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="Windows" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>OpenClaw是什么？又值不值得安装？</title>
      <link href="https://blog.xrbk.cn/post/63.html" />
      <id>https://blog.xrbk.cn/post/63.html</id>
      <published>2026-03-25T16:30:00.000Z</published>
      <updated>2026-03-25T16:30:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了OpenClaw，一种开源的AI智能体执行网关，能够使用自然语言指挥设备执行任务。其核心优点包括本地优先确保数据安全、模型无关支持多种模型、强大的执行能力和开源模块化设计，可与多种工具集成。缺点包括较高的硬件要求和部署门槛、安全风险及有限的可视化交互。文章认为对于普通用户来说OpenClaw不值得安装，但对于需要自动化任务的用户来说则是一个好选择，例如定时获取新闻或股票价格。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/ac390e4556ba4f1d.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="AI" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>推荐WordPress极简AeroCore主题</title>
      <link href="https://blog.xrbk.cn/post/62.html" />
      <id>https://blog.xrbk.cn/post/62.html</id>
      <published>2026-03-05T14:20:00.000Z</published>
      <updated>2026-03-05T14:20:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了AeroCore主题，它是CoreNext主题的升级版本，首页和文章页支持可视化拖拽自定义布局，使WordPress站点独一无二。AeroCore在架构上注重性能，实现按需加载、选项缓存机制、Vite构建和图片优化等功能，体积不到2M，能在各种配置的WordPress环境下运行。技术栈包括前端模板由PHP直接输出静态HTML、前台交互采用Vue.js、后台设置使用Vue.js和Tailwind CSS以及构建使用Vite。AeroCore兼容WordPress 4.0+和PHP 7.0+。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/9d2305f4f3dc4890.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="WordPress" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>使用浏览器的localStorage功能存储数据</title>
      <link href="https://blog.xrbk.cn/post/61.html" />
      <id>https://blog.xrbk.cn/post/61.html</id>
      <published>2026-02-25T12:10:00.000Z</published>
      <updated>2026-02-25T12:10:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了localStorage的功能和使用方法。它解释了localStorage作为Web Storage API的一部分，能够持久化存储数据，即使浏览器关闭后数据依然存在。文章详细说明了其主要特点、基本使用方法（包括数据存储、读取、删除及检查是否存在）和注意事项。此外，还提供了多个实际应用场景示例，如用户偏好设置、表单数据自动保存、记住用户操作状态以及数据缓存等。文中还提到了隐私和安全考虑，建议不要存储敏感信息，并注意同源策略和用户同意等问题。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/289744c63c9449cc.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="编程相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>使用View Transition api给模式切换添加过渡动画</title>
      <link href="https://blog.xrbk.cn/post/60.html" />
      <id>https://blog.xrbk.cn/post/60.html</id>
      <published>2026-02-11T11:32:00.000Z</published>
      <updated>2026-02-11T11:32:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了View Transition API的相关内容。该API是Chrome推出的一项新特性，允许开发者在DOM状态变化时创建平滑的过渡动画，能够在页面元素变化前后捕获快照并自动计算差异进行插值动画。文章详细讲解了基础实现方法，包括切换按钮和基本样式结构，并提供了核心代码示例。此外，还介绍了在切换主题时使用`document.startViewTransition`的方法，以及为特定元素添加独立过渡、处理不支持API的浏览器、性能优化和浏览器兼容性等进阶技巧。最后总结了View Transition API在复杂页面过渡动画实现中的应用价值。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/601ccac6dc814e62.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="编程相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>AI编程的一些简单思考</title>
      <link href="https://blog.xrbk.cn/post/59.html" />
      <id>https://blog.xrbk.cn/post/59.html</id>
      <published>2026-01-17T06:25:00.000Z</published>
      <updated>2026-01-17T06:25:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了AI编程的优点和缺点。AI可以快速生成代码片段，缩短开发周期，但也可能导致开发者编码能力退化。AI工具能识别代码问题并提供优化建议，但生成的代码可能难以理解。文章总结称，AI编程对能清楚表达需求的人来说很有用，同时指出用户觉得AI编程不够好的原因还包括token和上下文的限制。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/a8ec5c0179af4521.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
      <category term="编程相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>腾讯SSL控制台部署证书的bug</title>
      <link href="https://blog.xrbk.cn/post/58.html" />
      <id>https://blog.xrbk.cn/post/58.html</id>
      <published>2026-01-05T14:50:00.000Z</published>
      <updated>2026-01-05T14:50:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者在使用edgeone和allinssl进行证书管理时遇到的自动化续签bug。作者在证书即将到期前收到邮件通知，但自动续签程序并未成功替换旧证书，反而显示部署失败。经过排查，确认问题是由于腾讯云的bug导致SSL证书上传后无法通过API操作替换edgeone的旧证书，只能手动更换。该bug持续到2026年1月5日22:57:56，作者不确定何时能够修复。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/c2b0b279c04848c5.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>阿里云ESA国内版初体验</title>
      <link href="https://blog.xrbk.cn/post/57.html" />
      <id>https://blog.xrbk.cn/post/57.html</id>
      <published>2025-12-12T16:20:00.000Z</published>
      <updated>2025-12-12T16:20:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了国内版阿里云免费ESA的开放使用和公测。ESA在速度方面表现出色，能够达到10MB/s。节点数量为100个。但时间方面需要用户一次次续费，每次最多续费一年，操作较为麻烦。官方承诺提供真正的无限流量、内置基础防护及无隐藏条款等优势。获取地址为：https://tianchi.aliyun.com/specials/promotion/freetier/esa?taskCode=25254&recordId=fece8abe6401bb2a659ab1623483a7c8。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/4a4d759746e64585.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>umami紧急更新解决Nextjs/RSC中的严重漏洞</title>
      <link href="https://blog.xrbk.cn/post/56.html" />
      <id>https://blog.xrbk.cn/post/56.html</id>
      <published>2025-12-08T10:50:00.000Z</published>
      <updated>2025-12-08T10:50:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了就在前几天，Next.js和RSC中发现了一个严重的漏洞，该漏洞允许攻击者在Next.js和RSC中执行任意代码。已知涉及的开源项目包括Umami、Lobechat和Dify。Umami项目已在四天前发布了版本3.0.2以更新防漏洞。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/c389a62b6c1645cf.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>EdgeonePages升级为正式版，对我们有哪些影响？</title>
      <link href="https://blog.xrbk.cn/post/55.html" />
      <id>https://blog.xrbk.cn/post/55.html</id>
      <published>2025-12-04T18:20:00.000Z</published>
      <updated>2025-12-04T18:20:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了腾讯edgeone微信群里通知edgeone pages从公测变为正式版的消息，并详细说明了免费套餐的额度，包括不限量的安全加速流量和请求数、300万的Edge Functions CPU时间、100万的Cloud Functions请求数和50万的Cloud Functions GBs，以及1GB的KV存储和每月500次的构建次数。官方表示在付费套餐未推出前，不会限制超出次数的正常使用，且未来将支持更多语言以提升开发者使用体验。此外，新版增加了安全防护功能，可根据访问情况设置ip和ua黑名单。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/1f4ba6d35d474d02.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>还在为流量发愁吗？快来领取一张流量卡吧！</title>
      <link href="https://blog.xrbk.cn/post/54.html" />
      <id>https://blog.xrbk.cn/post/54.html</id>
      <published>2025-12-01T09:50:22.000Z</published>
      <updated>2025-12-01T09:50:22.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者之前使用大王卡的体验，每月需要花费50-60元的流量费用，因此打算更换套餐将主卡改为保号套餐，副卡改为流量卡，并通过一个网站免费领取了流量卡。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/f14a5d2e5d6c46f7.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>解决Edgeone pages跨域问题</title>
      <link href="https://blog.xrbk.cn/post/53.html" />
      <id>https://blog.xrbk.cn/post/53.html</id>
      <published>2025-11-29T06:37:00.000Z</published>
      <updated>2025-11-29T06:37:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了author之前根据六神的教程部署了一个友链检测，并使用edgeone pages国内节点。最近访问发现数据调取异常，显示cors跨域问题。教程中详细介绍了解决方法：首先在项目目录下增加edgeone.json文件，并添加指定代码设置Access-Control-Allow-Origin；其次，修改.gitignore文件，取消.json文件的忽略设置。至此，跨域问题便能得到解决。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/e09e7595cf0d4cb0.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>解决umami升级V3后无法查看统计数据的问题</title>
      <link href="https://blog.xrbk.cn/post/52.html" />
      <id>https://blog.xrbk.cn/post/52.html</id>
      <published>2025-11-26T16:29:00.000Z</published>
      <updated>2025-11-26T16:29:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了解决在升级Umami V3的同时保持PostgreSQL数据库版本为12时，统计页面无法查看更多数据的问题。核心问题是SQL语句中的name字段引发语法冲突，因PostgreSQL将name作为保留关键字。为解决问题，需升级PostgreSQL版本至15，并通过一系列操作如备份数据库、停止容器、修改配置文件等步骤完成升级。最终通过恢复备份的数据并访问Umami页面验证升级成功。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/5470d99029ed4235.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="umami" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>从零开始搭建一个hexo博客</title>
      <link href="https://blog.xrbk.cn/post/51.html" />
      <id>https://blog.xrbk.cn/post/51.html</id>
      <published>2025-11-25T12:46:00.000Z</published>
      <updated>2025-11-25T12:46:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何安装和配置hexo来创建个人博客。首先下载Node.js，安装完成后通过输入`node -v`检查安装是否成功。接着安装hexo-cli并初始化一个hexo项目，建议创建英文文件夹避免问题。下载hexo主题solitude并配置，安装依赖后使用命令进行预览和生成静态文件。最后将生成的文件上传至服务器即可访问个人博客。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/e730c6cb44994a76.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>docker部署it-tools小工具</title>
      <link href="https://blog.xrbk.cn/post/50.html" />
      <id>https://blog.xrbk.cn/post/50.html</id>
      <published>2025-11-23T14:26:00.000Z</published>
      <updated>2025-11-23T14:26:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了IT-TOOLS项目，该项目集合了80多款常用工具，覆盖了开发中常见的技术场景如Token生成、密钥对生成、时间戳转换等，并且所有功能均在本地浏览器端运行，不上传数据以保证隐私与安全。该项目开源免费，遵循MIT协议，界面简洁且跨平台，支持PC、平板、手机访问。还提供了Docker镜像，可简单部署，方便在本地或服务器上使用。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/b04e9f8033b74b4a.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Win10去除快捷方式小箭头</title>
      <link href="https://blog.xrbk.cn/post/49.html" />
      <id>https://blog.xrbk.cn/post/49.html</id>
      <published>2025-11-20T06:53:00.000Z</published>
      <updated>2025-11-20T06:53:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何去掉桌面图标的右下角小箭头的方法。首先，右键桌面新建文本文档，然后将特定的bat指令代码粘贴进去，包括注册表编辑和重启explorer.exe等步骤。接着，点击文件另存为，保存为名为“删除快捷方式小箭头.bat”的文件。最后，通过管理员身份运行该bat文件以完成操作。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/908f90f72fd347d1.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="Windows" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>腾讯旗下代码托管平台cnb.cool</title>
      <link href="https://blog.xrbk.cn/post/48.html" />
      <id>https://blog.xrbk.cn/post/48.html</id>
      <published>2025-11-17T14:35:00.000Z</published>
      <updated>2025-11-17T14:35:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了cnb.cool（Cloud Native Build），这是一个面向中文开发者的代码托管平台，类似于GitHub和Gitee，基于Docker生态系统，支持环境一致性、分支即环境、秒级克隆和构建加速等技术。其核心功能包括高可用仓库、在线代码浏览、代码评审、问题跟踪、版本管理和分支保护等。该平台提供免费额度，包括100 GiB的仓库存储、100 GiB的对象存储以及CPU和GPU的计算时长。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/114e4ac9215a42e9.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>hi168平台白嫖云服务器和1T存储</title>
      <link href="https://blog.xrbk.cn/post/47.html" />
      <id>https://blog.xrbk.cn/post/47.html</id>
      <published>2025-11-14T16:05:00.000Z</published>
      <updated>2025-11-14T16:05:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何在hi168平台上获取免费的云服务器和1T存储。首先点击链接访问hi168平台，注册账号并完成实名认证后可以获得共计35点算力。使用邀请码注册还可以额外获得20点算力。认证所需信息包括姓名、手机号和身份证号，需保证三者一致。接着，在应用中心部署一个Linux云服务器即可获得免费的云服务器。此外，注册后还可以免费使用1T存储，遵循s3存储协议，并可对接到openlist。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/1bf4a8ffbfd743d2.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="免费白嫖" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Free Font：可商用免费字体下载</title>
      <link href="https://blog.xrbk.cn/post/46.html" />
      <id>https://blog.xrbk.cn/post/46.html</id>
      <published>2025-11-12T16:50:00.000Z</published>
      <updated>2025-11-12T16:50:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了Free Font是一个在线可商用免费字体下载网站，汇集了927款可用于商业项目的免费字体，包括黑体、楷体、宋体、艺术体、手绘体等多种中文样式及多款开源英文字体。所有字体均可直接下载，便于设计师快速获取所需资源。网站地址为：[Free Font](https://font.icu/)。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/2d3998a7814142db.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>umami升级3.0.0以及后续需要做的事</title>
      <link href="https://blog.xrbk.cn/post/45.html" />
      <id>https://blog.xrbk.cn/post/45.html</id>
      <published>2025-11-08T07:35:00.000Z</published>
      <updated>2025-11-08T07:35:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了umami V3.0.0已可升级，使用MySQL需迁移至PostgreSQL，包括直接升级和替换代码等步骤。具体步骤为使用docker-compose.yml部署，将指定代码替换旧版本，并保持数据库连接信息一致，替换旧版的HASH_SALT值以避免登录失败。升级后通过命令拉取并启动容器，访问umami。同时，因升级需要重新获取使用umami API制作的数据挂件token。详细操作可参考相应教程链接。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/ed0fe56fa1d54122.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="umami" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Docker部署自建音乐接口meting</title>
      <link href="https://blog.xrbk.cn/post/44.html" />
      <id>https://blog.xrbk.cn/post/44.html</id>
      <published>2025-11-05T17:18:00.000Z</published>
      <updated>2025-11-05T17:18:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何搭建使用Meting API的音乐播放服务接口。Meting API是一个多功能音乐播放服务接口，能够帮助开发者集成多种音乐平台的播放功能。文中提供了两种部署方法：命令部署和dockercompose部署。命令部署包括在带有docker的云服务器终端输入特定命令，然后通过浏览器访问http://ip:3000/来使用Meting接口。dockercompose部署则需要创建docker-compose.yml文件并在其中输入相应的内容，之后在终端中输入特定命令启动服务，同样通过浏览器访问http://ip:3000/来使用。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/cf1bd1bd8e9340ac.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>白嫖clawcloud自动续签SSL证书</title>
      <link href="https://blog.xrbk.cn/post/43.html" />
      <id>https://blog.xrbk.cn/post/43.html</id>
      <published>2025-11-03T05:23:00.000Z</published>
      <updated>2025-11-03T05:23:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何使用clawcloud白嫖自动续签SSL证书的方法。准备工作需要一个注册超过180天的github账号。教程主要包括：访问clawcloud官网，使用github账号登录，确认账户余额足够，输入安全入口、账号和密码，默认设置即可，查看部署应用和网络信息获取域名，访问域名并加上/allinssl，按照allinssl教程设置自己的域名和CDN，即可实现自动续签SSL证书。另外，文中提到此方法不仅适用于自动续签SSL证书，还可以使用其他项目如WordPress等。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/de7706217de04de8.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="白嫖教程" scheme="https://blog.xrbk.cn/tags/" />
      <category term="SSL证书" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题底部添加服务状态</title>
      <link href="https://blog.xrbk.cn/post/42.html" />
      <id>https://blog.xrbk.cn/post/42.html</id>
      <published>2025-10-29T18:24:00.000Z</published>
      <updated>2025-10-29T18:24:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何在solitude主题的网页底部添加服务状态显示功能。教程包括：将指定代码替换底部模板文件中的代码，修改js文件以实现实时检测服务状态并显示，更新Uptime Kuma状态页面URL及其API，以及在网页中展示服务状态。最后通过浏览器访问查看效果。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/1c77194b33b74cb5.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>解决WIN10右键此电脑无法打开管理、右键开始菜单无反应</title>
      <link href="https://blog.xrbk.cn/post/41.html" />
      <id>https://blog.xrbk.cn/post/41.html</id>
      <published>2025-10-28T05:22:00.000Z</published>
      <updated>2025-10-28T05:22:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了针对Windows 10系统中右键此电脑无法打开管理及右键开始菜单无反应的问题的解决方法。对于右键此电脑无法打开管理的问题，需要通过修改注册表路径并设置权限来解决；对于右键开始菜单无反应的问题，则需在注册表中添加特定字符串值并重启电脑或资源管理器。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/763a35366ef248f5.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="Windows" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题几行代码解决日夜模式切换问题</title>
      <link href="https://blog.xrbk.cn/post/40.html" />
      <id>https://blog.xrbk.cn/post/40.html</id>
      <published>2025-10-26T10:45:00.000Z</published>
      <updated>2025-10-26T10:45:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何解决在切换成深色模式后刷新页面右键菜单仍然显示深色模式的问题。首先找到themes\solitude\source\js\right_menu.js文件，然后在最底部添加特定代码以检测主题模式并在页面加载时和主题变化时同步更新右键菜单模式按钮文本。保存后进行常规操作即可解决问题。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/81f3c2807d6f477a.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>宝塔使用七牛云备份网站</title>
      <link href="https://blog.xrbk.cn/post/39.html" />
      <id>https://blog.xrbk.cn/post/39.html</id>
      <published>2025-10-25T08:23:00.000Z</published>
      <updated>2025-10-25T08:23:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何使用宝塔插件和七牛云存储备份网站。内容包括打开宝塔找到软件商店下载安装七牛云存储插件，注册登录七牛云官网，生成并记住密钥，设置对象存储和空间，创建空间并绑定域名，设置访问控制为私有，填写插件设置中的必要信息，最后通过宝塔面板计划执行备份任务。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/48013da4b6d84d3c.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Docker部署allinssl实现证书自动化</title>
      <link href="https://blog.xrbk.cn/post/38.html" />
      <id>https://blog.xrbk.cn/post/38.html</id>
      <published>2025-10-23T04:50:00.000Z</published>
      <updated>2025-10-23T04:50:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了从365天有效期改为90天有效期的SSL证书需要更频繁更换，加上使用CDN后需多次部署，增加了工作量。为了解决这一问题，文章提供了通过自动化工具AllInSSL进行部署的方法。具体步骤包括：在宝塔面板中安装AllInSSL，访问部署页面，进行CA授权管理与添加，选择自动化部署和快速部署模板，输入域名并添加DNS服务。最后，选择CDN平台并填写相关信息完成部署。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/e749c268109740a0.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Docker部署astrbot+napcat实现QQ机器人</title>
      <link href="https://blog.xrbk.cn/post/37.html" />
      <id>https://blog.xrbk.cn/post/37.html</id>
      <published>2025-10-20T05:14:00.000Z</published>
      <updated>2025-10-20T05:14:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了使用astrbot搭建QQ机器人的过程。首先，需要创建一个名为astrbot.yml的文件，并输入特定的代码进行docker-compose安装。安装完成后，通过docker logs napcat命令生成二维码供QQ扫码登录，然后访问特定网址进行登录和配置。配置包括添加QQ个人号适配器和设置网络配置。最后，通过控制台日志或私聊验证连接成功，并填写管理员ID完成设置。astrbot还提供了插件市场和模板，增强了可玩性。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/1ca641eb127249a1.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>什么是源站防护？关闭后有哪些影响？</title>
      <link href="https://blog.xrbk.cn/post/36.html" />
      <id>https://blog.xrbk.cn/post/36.html</id>
      <published>2025-10-18T06:33:00.000Z</published>
      <updated>2025-10-18T06:33:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了腾讯云于2025年11月14日停止免费版EdgeOne源站防护服务的通知。源站防护是一种通过设置IP地址白名单限制特定IP访问源站服务器的安全机制，能够有效防止外部IP恶意攻击。关闭源站防护后，所有IP包括刷流量工具、爬虫程序和潜在恶意攻击IP可以访问源站，可能增加安全风险。需要继续使用该功能的用户可升级到个人版或企业版，并注意EdgeOne会不定期变更回源IP网段，用户需在收到通知后的14天内更新回源IP地址，或通过腾讯云API自动更新防火墙规则。源站防护虽能降低被攻击风险，但对部分用户而言，定期更新回源IP段存在操作负担。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/66469730453348b8.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>使用HD Tune Pro查看硬盘健康度</title>
      <link href="https://blog.xrbk.cn/post/35.html" />
      <id>https://blog.xrbk.cn/post/35.html</id>
      <published>2025-10-14T16:33:00.000Z</published>
      <updated>2025-10-14T16:33:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了硬盘检测工具HD Tune Pro的主要功能和特点。HD Tune Pro是一款小巧且免费的软件，能检测硬盘的传输速率、健康状态、温度及磁盘表面扫描等。软件功能包括：

1. 基准：测试硬盘传输速率。
2. 信息：查看硬盘基本信息。
3. 健康：检测硬盘各项数值，异常情况会显示黄色或红色。
4. 文件基准：检测存储文件的存取速度。
5. 错误扫描：检测硬盘坏道。
6. 随机存取：查看硬盘存取不随机文件所需时间。

此外，该软件具有多项特色，如程序不加密壳压缩、深入稳定的破解、完美显示度量单位、解决截图保存乱码问题等。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/014ca126c6364e02.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="电脑软件" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>腾讯Edgeone开启IPV6,让网站支持V6访问</title>
      <link href="https://blog.xrbk.cn/post/34.html" />
      <id>https://blog.xrbk.cn/post/34.html</id>
      <published>2025-10-10T17:44:00.000Z</published>
      <updated>2025-10-10T17:44:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何开启网站的ipv6访问以支持双栈访问。教程内容包括：首先登录腾讯云的Edgeone控制台，找到需要更改的域名，开启站点加速下的IPV6访问；然后进入域名服务，点击编辑并开启IPV6；最后等待部署完成即可。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/f7506de629ab43f8.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>48元十年纯数字xyz域名替代免费二级域名</title>
      <link href="https://blog.xrbk.cn/post/33.html" />
      <id>https://blog.xrbk.cn/post/33.html</id>
      <published>2025-10-08T04:19:00.000Z</published>
      <updated>2025-10-08T04:19:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何仅用48元购买十年纯至少六位数字.xyz域名的方法。首先访问宇宙飞船官网，输入所需域名并查看价格，选择加入购物车并结账，随后注册登录并绑定支付宝作为支付方式。购买成功后，十年续费总价为47.7人民币。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/50091af602a84c58.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
      <category term="域名" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>腾讯云Edgeone使用小感</title>
      <link href="https://blog.xrbk.cn/post/32.html" />
      <id>https://blog.xrbk.cn/post/32.html</id>
      <published>2025-10-05T16:19:00.000Z</published>
      <updated>2025-10-05T16:19:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了腾讯云Edgeone的使用感受。在速度方面，Edgeone提供五十多个边缘节点，适合一般小网站，但不适用于资源加载较大的网站。Edgeone提供免费版，不限制流量和请求数，价格极具竞争力。安全方面，免费版缺少安全限制，但可通过规则引擎配置，如封禁某些IP。日志功能有限，只能实时推送且不支持下载。接入方式除了CNAME，还有NS接入。节点分配需进行ICP备案。总体而言，Edgeone适合小的静态博客网站使用。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/b3a1a7e599474272.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>重启Nginx解决了一个小BUG</title>
      <link href="https://blog.xrbk.cn/post/31.html" />
      <id>https://blog.xrbk.cn/post/31.html</id>
      <published>2025-10-02T12:14:00.000Z</published>
      <updated>2025-10-02T12:14:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者处理一个网站访问问题的过程。首先，作者通过todesk连接上了求助者的电脑，并登录宝塔发现其访问正常。接着，作者检查了CPU、内存占用和负载均衡情况，确认它们均无异常。由于之前遇到过Nginx和MySQL停止运行导致网站无法访问的情况，作者便去检查了Nginx和MySQL的状态，发现它们均运行正常。然而，80和443端口未在运行，作者重启了Nginx服务器后，网站恢复正常访问。最后，文章指出这是一个纯技术案例，如果有人了解为何Nginx显示运行正常但网站仍无法访问的原因，可以提供解答。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/4700ab64dbc24f64.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>docker部署openlist云盘</title>
      <link href="https://blog.xrbk.cn/post/30.html" />
      <id>https://blog.xrbk.cn/post/30.html</id>
      <published>2025-09-30T15:00:00.000Z</published>
      <updated>2025-09-30T15:00:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了openlist云盘的安装方法，可以通过宝塔应用商店或使用docker-compose、docker命令进行安装。安装后可以通过日志查看密码，账号为admin。教程中提供了两种安装方式的具体命令和参数配置，并强调了需要设置正确的用户ID和组ID以及反代端口5244。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/e6e4cacb55a54456.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题更新twikoo前端版本</title>
      <link href="https://blog.xrbk.cn/post/29.html" />
      <id>https://blog.xrbk.cn/post/29.html</id>
      <published>2025-09-27T02:14:00.000Z</published>
      <updated>2025-09-27T02:14:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何更新评论区的twikoo版本。有两个方式可选：一是调用外部资源，通过修改themes/solitude/plugins.yml文件中的twikoo版本号来实现；二是资源本地化，首先修改plugins.yml文件中的版本号，然后访问特定网站获取新版本代码并替换本地文件中的旧代码。最后完成更新后可进行一键三连操作。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/793e1aadb4f04a9b.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Nginx以及Edgeone解决CORS跨域和防盗链</title>
      <link href="https://blog.xrbk.cn/post/28.html" />
      <id>https://blog.xrbk.cn/post/28.html</id>
      <published>2025-09-26T09:24:00.000Z</published>
      <updated>2025-09-26T09:24:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了通过子域名存放资源以避免他人调用资源的方法。针对跨域问题，首先需要在Nginx配置文件中添加相应代码并重启Nginx服务。随后，通过配置Edgeone规则引擎实现防盗链及解决CORS跨域问题，具体步骤包括：选择HOST匹配为自有域名，添加HTTP响应头Access-Control-Allow-Origin；再设置规则，基于HTTP请求头Referer的正则不匹配（如^https://[a-zA-Z0-9-]\.xrbk\.cn(/.*)?$）来指定响应码及自定义响应页面；最后保存并发布配置即可。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/03d97383d59449b2.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>使用阿里企业邮箱隐藏源站真实IP</title>
      <link href="https://blog.xrbk.cn/post/27.html" />
      <id>https://blog.xrbk.cn/post/27.html</id>
      <published>2025-09-22T12:00:00.000Z</published>
      <updated>2025-09-22T12:00:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了在搭建网站过程中，邮箱发信服务的必要性，以及QQ邮箱等部分邮箱会在邮件中泄露源站IP地址导致服务器不安全的问题。为了解决这一问题，文章详细讲解了如何使用阿里企业邮箱隐藏源站真实IP的方法。首先需要访问阿里企业邮免费版并填写相关信息购买企业邮箱，然后按照提示在邮箱控制台进行解析设置和用户创建。接着在阿里企业邮控制台中开启smtp服务并设置邮箱信息，以实现隐藏源站IP的目的。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/0875f44094ae4045.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>资源本地化的重要性</title>
      <link href="https://blog.xrbk.cn/post/26.html" />
      <id>https://blog.xrbk.cn/post/26.html</id>
      <published>2025-09-20T14:47:00.000Z</published>
      <updated>2025-09-20T14:47:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了近期许多网站在访问时遇到的样式和排版问题，主要是由于字节公共CDN和其他CDN如七牛云CDN被下架导致的。文章提到很多作者喜欢引用第三方CDN来提供静态资源，如Bootstrap、jQuery、FontAwesome等，最大的好处是加载速度快，但最大的缺点是稳定性差，因为面临流量和黑产问题。因此，资源本地化变得尤为重要，它能保证用户体验、稳定性和加载速度，不再依赖第三方CDN。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/6d2764bd3b324861.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="网站相关" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>ubuntu系统挂载磁盘</title>
      <link href="https://blog.xrbk.cn/post/25.html" />
      <id>https://blog.xrbk.cn/post/25.html</id>
      <published>2025-09-15T12:24:00.000Z</published>
      <updated>2025-09-15T12:24:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了成都110.40.的IP段被运营商回收的情况，并讲述了作者帮助朋友迁移服务器的过程。文章详细讲解了如何通过SSH工具连接服务器并使用fdisk、mkfs.ext4、mount等命令挂载新增的数据盘，包括删除原有挂载点、格式化、创建目录、挂载和修改fstab文件等步骤。另外，文章还提供了宝塔一键脚本安装方法，适用于CentOS、Ubuntu和Debian系统，简化了挂载和管理过程。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/aa233dc1b7db4c0f.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="linux" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Docker搭建轻量级服务器监控komari</title>
      <link href="https://blog.xrbk.cn/post/24.html" />
      <id>https://blog.xrbk.cn/post/24.html</id>
      <published>2025-09-11T05:15:00.000Z</published>
      <updated>2025-09-11T05:15:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何通过Docker搭建轻量化服务器监控系统komari的基本步骤。首先，通过在服务器终端输入一系列命令创建目录并运行Docker容器来安装komari。接着，使用`docker logs komari`命令查看初始登录的账号密码，并进行端口反代。此外，还提到可以安装磨砂效果的主题purcarte来美化界面。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/c2118866601a4f51.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="Docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>2025年了为何我还会选择搭建博客？</title>
      <link href="https://blog.xrbk.cn/post/23.html" />
      <id>https://blog.xrbk.cn/post/23.html</id>
      <published>2025-09-08T07:50:00.000Z</published>
      <updated>2025-09-08T07:50:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者选择搭建博客的原因。首先，出于兴趣爱好，在了解到可以搭建网站后，作者购买了香港云服务器并搭建了WordPress博客，但由于没有备案且网站被标记为反诈页面，作者关闭了网站，直到半年后重新开始搭建。其次，作者希望通过分享学习笔记、实用技巧和知识，获得他人的认同，并帮助其他博主或访客。最后，作者希望通过搭建博客结识志同道合的朋友，同时也认为随着服务器和域名价格的降低及他人支持，博客能够持续维护。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/4fe4f0397c5142cf.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="站长随笔" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Github Action自动部署hexo网站</title>
      <link href="https://blog.xrbk.cn/post/22.html" />
      <id>https://blog.xrbk.cn/post/22.html</id>
      <published>2025-09-07T12:34:00.000Z</published>
      <updated>2025-09-07T12:34:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者将自己的hexo网站上传至github，并使用AI编写了一个脚本，可以在推送至main分支时自动将构建的文件部署到指定分支。脚本放置于.github/workflows/目录，并设置了触发条件和作业流程，包括拉取代码、安装依赖、构建网站、清理并部署到指定分支等步骤。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/9fe08f01d5934448.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>使用Rokploy一键部署项目</title>
      <link href="https://blog.xrbk.cn/post/21.html" />
      <id>https://blog.xrbk.cn/post/21.html</id>
      <published>2025-09-05T15:54:00.000Z</published>
      <updated>2025-09-05T15:54:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了Dokploy项目一键部署工具的安装和使用方法。首先重装服务器系统并使用SSH连接服务器，执行安装命令。安装成功后，在浏览器中访问链接并设置账号密码登录后台。通过创建GitHub应用、授权和添加项目，进行项目部署。用户需要填写项目参数并点击Deploy开始部署。完成部署后可以在Domains中添加自定义域名，并配置正确的端口。作者提到使用80端口无需配置证书，在CDN中设置HTTP回源。最后强调该工具的可玩性高但界面为英文。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/ab747951588b46f3.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>Docker更换国内镜像源</title>
      <link href="https://blog.xrbk.cn/post/20.html" />
      <id>https://blog.xrbk.cn/post/20.html</id>
      <published>2025-09-01T11:06:00.000Z</published>
      <updated>2025-09-01T11:06:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了由于使用国内服务器，感觉拉取Docker镜像较慢，决定更换国内镜像源的方法。提供了一些可供使用的国内Docker镜像站，有效期至2025年9月1日。内容包括1Panel、毫秒镜像、Unsee镜像站等。文章还说明了如何创建或修改 `/etc/docker/daemon.json` 文件以设置新的镜像源，并提供了具体的镜像源地址。最后，文章提到了重启Docker服务及检查设置是否成功的方法。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/242f726484234038.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>使用codebuddy和VUE3重构公共CDN网站</title>
      <link href="https://blog.xrbk.cn/post/19.html" />
      <id>https://blog.xrbk.cn/post/19.html</id>
      <published>2025-08-26T14:06:00.000Z</published>
      <updated>2025-08-26T14:06:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者使用AI编程重构一个公益网站的过程。作者从Vuepress迁移到Vue3，并使用Codebuddy作为AI辅助工具，共消耗了555额度，还有剩余可供使用。在重构过程中，作者遇到了样式调整的问题，并通过生成index.html和使用Nginx配置解决了路由问题。作者强调虽然AI编程便捷，但仍需具备一定的编程基础，以避免浪费资源。文章以代码示例和建议作为结语，鼓励学习编程基础后再尝试AI编程。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/3f388d40915f4875.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="vue3" scheme="https://blog.xrbk.cn/tags/" />
      <category term="公益项目" scheme="https://blog.xrbk.cn/tags/" />
      <category term="AI编程" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题外部调用本地化</title>
      <link href="https://blog.xrbk.cn/post/18.html" />
      <id>https://blog.xrbk.cn/post/18.html</id>
      <published>2025-08-22T09:36:00.000Z</published>
      <updated>2025-08-22T09:36:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何在Solitude主题中自定义外部调用地址，避免依赖外部加速可能导致的问题。首先，在根目录创建一个名为plugins.js的文件，并放置特定代码以实现从CDN下载插件文件至本地。运行该脚本(node plugins.js)后，将文件下载至plugins文件夹中。接着，修改_config.solitude.yml中的CDN配置为custom，并调整custom_format为/plugins/${cdnjs_name}@${version}/${min_cdnjs_file}。最后，若有缺少字体文件，需手动下载fa-solid-900.woff2和fa-brands-400.woff2并放置于plugins文件夹中的相应路径。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/cd5eadbbe81744bd.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>关于加入腾讯云自媒体分享计划</title>
      <link href="https://blog.xrbk.cn/post/17.html" />
      <id>https://blog.xrbk.cn/post/17.html</id>
      <published>2025-08-20T07:20:00.000Z</published>
      <updated>2025-08-20T07:20:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者之前使用WordPress时申请加入某个计划但因技术文章质量不符合投稿要求而被拒绝的经历，导致站点改版并舍弃了文章。这次作者从WordPress改版到hexo后再次尝试提交申请，并邀请有需要的读者也尝试申请。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/9067839ce5404c61.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="腾讯云" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>docker部署umami访问统计</title>
      <link href="https://blog.xrbk.cn/post/16.html" />
      <id>https://blog.xrbk.cn/post/16.html</id>
      <published>2025-08-19T05:38:00.000Z</published>
      <updated>2025-08-19T05:38:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何使用docker-compose部署umami。首先，在网站目录下创建一个docker-compose.yml文件，并输入相应的配置代码。配置内容包括umami服务和数据库服务的容器名称、镜像版本、端口映射、环境变量设置等。配置完成后，通过终端进入网站根目录并执行docker-compose up -d命令启动umami。此方法相比传统命令或宝塔应用商店的一键部署，迁移数据时更为简便。最后给出umami的默认登录账号和密码为admin/umami。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/99f6f2550956406a.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="docker" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>免费的SSH连接工具XTerminal</title>
      <link href="https://blog.xrbk.cn/post/15.html" />
      <id>https://blog.xrbk.cn/post/15.html</id>
      <published>2025-08-15T15:48:00.000Z</published>
      <updated>2025-08-15T15:48:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了Xterminal，一款适用于Windows、macOS和Linux的操作系统，具有丰富功能的SSH客户端，包括本地控制台、多级分组、命令补全和AI智能提示，旨在提高代码开发和系统管理的效率。软件官网及下载地址为https://www.terminal.icu/。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/726376041d194c2d.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="电脑软件" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>利用Github Actions检测友链状态</title>
      <link href="https://blog.xrbk.cn/post/14.html" />
      <id>https://blog.xrbk.cn/post/14.html</id>
      <published>2025-08-14T18:07:00.000Z</published>
      <updated>2025-08-14T18:07:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了使用GitHub Action检测友链状态的方法。首先在links.js文件中添加了生成以小伙伴分类为基础的友链JSON文件的代码，然后在GitHub上fork项目、配置并运行检测脚本。接着介绍了如何在Solitude主题中引入检测脚本及CSS样式，并详细列举了引入文件、修改配置文件和添加CSS样式的步骤。最后提到了一键三连即可查看效果。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/dc4b671b474848dd.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题添加来访者卡片</title>
      <link href="https://blog.xrbk.cn/post/13.html" />
      <id>https://blog.xrbk.cn/post/13.html</id>
      <published>2025-08-12T08:24:35.000Z</published>
      <updated>2025-08-12T08:24:35.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何为Solitude主题的博客添加访客卡片的功能。首先，通过百度地图或高德地图获取经纬度信息，并在source文件夹的js文件夹中创建card-welcome.js文件，编写配置和逻辑代码。接着，在_config.solitude.yml文件中引入该js文件，修改aside.yml文件添加访客卡片内容，并在aside项的home卡片中添加欢迎卡片。最后，添加必要的HTML和CSS样式，实现访客卡片的显示功能。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/92554d3e3cf84bde.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题无需构建更新打赏名单</title>
      <link href="https://blog.xrbk.cn/post/12.html" />
      <id>https://blog.xrbk.cn/post/12.html</id>
      <published>2025-08-08T21:06:00.000Z</published>
      <updated>2025-08-08T21:06:00.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何在solitude主题的关于页面中读取文件以直接显示打赏名单的方法。具体步骤包括修改`award-dynamic.pug`文件中的代码，并在Cloudflare中添加相关代码以实现动态显示功能。文章详细描述了从修改Pug文件到设置Cloudflare Works代码的全过程，最后通过绑定KV空间和设置环境变量完成配置。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/67fa114196d84f09.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>解决粗光标导致右侧字符被替换</title>
      <link href="https://blog.xrbk.cn/post/11.html" />
      <id>https://blog.xrbk.cn/post/11.html</id>
      <published>2025-08-08T08:36:33.000Z</published>
      <updated>2025-08-08T08:36:33.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了当使用文本编辑器或IDE时，如果遇到粗光标导致输入字符替换原有字符的问题，可以通过切换到插入模式来解决。具体方法是按下键盘上的Insert或Ins键。此外，也可以通过点击编辑器右下角的OVR（位于行列显示的左边）来改变光标模式，使其变为细光标，从而不影响输入。这一功能在大多数文本编辑工具中都通用，适用于满足不同的编辑需求。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/508637469a2848af.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="编程学习" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>网站使用umami api制作数据挂件</title>
      <link href="https://blog.xrbk.cn/post/10.html" />
      <id>https://blog.xrbk.cn/post/10.html</id>
      <published>2025-08-08T08:16:33.000Z</published>
      <updated>2025-08-08T08:16:33.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了更换统计方式从51统计转向Umami的过程。51统计的优点是能够显示出统计挂件，但Umami可以通过API生成类似的数据挂件。文章提供了详细的步骤，包括获取Umami的token和网站ID，以及如何使用API数据更新页面上的访问量等信息。最后给出了相应代码片段，展示了如何在页面中展示今日访问人数、今日访问量、本月访问量和总访问量等统计信息。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/0ba7aa8d5d924601.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="umami" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>利用cloudflare works检测友链状态</title>
      <link href="https://blog.xrbk.cn/post/9.html" />
      <id>https://blog.xrbk.cn/post/9.html</id>
      <published>2025-08-08T04:16:33.000Z</published>
      <updated>2025-08-08T04:16:33.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何使用 Cloudflare Works 来部署检测友情链接状态的方法。首先，需要注册并登录 Cloudflare，托管一个域名，并新建一个 KV 空间和一个 Works。接着，将检查链接状态的代码放入 Works 中，并生成 JSON 文件供 Works 使用。然后，在相应文件夹中编写 JavaScript 代码以生成显示链接状态的 JSON 文件，并在友链页面和 CSS 文件中添加相应的代码以显示链接状态。最后，通过页面加载和 PJAX 操作来更新链接状态显示。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/d893bbf027804c2d.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="cloudflare" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>白嫖ClaudeCodeapi额度[已失效]</title>
      <link href="https://blog.xrbk.cn/post/8.html" />
      <id>https://blog.xrbk.cn/post/8.html</id>
      <published>2025-08-07T06:13:26.000Z</published>
      <updated>2025-08-07T06:13:26.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者在微信群收到的一个链接，该链接提供了一个对接Claude Code的API。尽管这个API不是官方提供的，但可以正常使用。注册过程非常简单，只需使用GitHub登录。通过点击链接，用户可以获得100个额度，并且还有额外五十额度的奖励。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/5edba53fbf9c4a44.webp" />
      <category term="资源分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="编程学习" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>新锐公共CDN加速计划</title>
      <link href="https://blog.xrbk.cn/post/7.html" />
      <id>https://blog.xrbk.cn/post/7.html</id>
      <published>2025-08-07T02:00:22.000Z</published>
      <updated>2025-08-07T02:00:22.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了新锐博客的公共CDN加速计划，项目旨在提供开源或免费商用字体、主题文件和节日图片等资源，所有资源来源于网络，如有侵权请联系删除。项目不收取费用，用户可自愿打赏支持。字体文件包括HarmonyOS系列、MiSans、LXGWWenKai等，主题文件有Typecho主题joe和Hexo主题butterfly、solitude等，节日图片支持按月份和节气获取。项目主页提供资源调用方式和更多信息链接。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/5af2f6bd8d854886.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="公益项目" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题侧边栏添加监控卡片</title>
      <link href="https://blog.xrbk.cn/post/6.html" />
      <id>https://blog.xrbk.cn/post/6.html</id>
      <published>2025-08-06T06:17:37.000Z</published>
      <updated>2025-08-06T06:17:37.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何在WordPress网站中添加实时监控服务状态的功能。首先，在source/_data文件夹中创建一个aside.yml文件并添加特定代码。接着，在_config.solitude.yml文件中添加脚本引用。然后，在source文件夹的js文件夹中创建uptime-status.js文件，编写JavaScript代码以获取和显示服务状态。最后，在自定义CSS文件中添加样式代码以美化界面。完成后，将uptime部分添加到_config.solitude.yml文件中指定位置即可。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/b1c84ddaef6b45f5.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题添加今日热榜</title>
      <link href="https://blog.xrbk.cn/post/5.html" />
      <id>https://blog.xrbk.cn/post/5.html</id>
      <published>2025-08-06T02:09:02.000Z</published>
      <updated>2025-08-06T02:09:02.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何在solitude主题上添加“今日热榜”页面。首先，在网站的source文件夹中新建一个hot文件夹，并在其中创建一个index.md文件，写入特定代码。接着，通过JavaScript动态加载各大平台的热门内容，如微博、知乎、百度、今日头条等，并设置了深色和浅色主题样式。最后，在导航栏的“关于”部分添加了访问这个页面的链接，并感谢了PearAPI提供的API服务。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/c1dd1db2728a47c9.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题底部添加一排宠物</title>
      <link href="https://blog.xrbk.cn/post/4.html" />
      <id>https://blog.xrbk.cn/post/4.html</id>
      <published>2025-08-05T06:32:45.000Z</published>
      <updated>2025-08-05T06:32:45.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何在solitude主题的页脚添加一排宠物的教程，来源于青桔气球。具体步骤包括在`footer.pug`文件中添加指定的代码，并将配图链接和Alt文本替换为相应的URL和文本。此外，还需要将相关CSS代码添加到自定义CSS文件中进行样式设置。最后通过一键三连可以查看到效果。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/7f28c22bee984a44.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题更换自定义字体</title>
      <link href="https://blog.xrbk.cn/post/3.html" />
      <id>https://blog.xrbk.cn/post/3.html</id>
      <published>2025-08-05T06:26:41.000Z</published>
      <updated>2025-08-05T06:26:41.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了更换solitude主题后如何设置网站字体的方法。首先，在网站根目录下的source文件夹中创建一个名为CSS的文件夹，并在其中新建一个名为custom.css的文件。接着，在该文件中插入特定代码，引入HarmonyOS Sans SC字体，并确保所有文本元素使用该字体。最后，保存并应用更改，即可完成网站字体的部署。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/d6135365ce8b41c6.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="主题美化" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>solitude主题对接twikoo评论</title>
      <link href="https://blog.xrbk.cn/post/2.html" />
      <id>https://blog.xrbk.cn/post/2.html</id>
      <published>2025-08-05T02:05:32.000Z</published>
      <updated>2025-08-05T02:05:32.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了如何为hexo搭建twikoo评论系统。首先需要访问twikoo官网进行安装，推荐使用私有部署docker。具体的修改方法是在Docker文件中添加相关配置，包括版本、服务、图像、容器名称、重启策略、端口映射、环境变量和卷。启动容器后，根据显示的信息进行反代8080端口。对接solitude主题时，在_config.solitude.yml文件中添加twikoo配置，并设置访问密码进行评论设置。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/ee268b09719c49f5.webp" />
      <category term="学习分享" scheme="https://blog.xrbk.cn/categories/" />
      <category term="twikoo" scheme="https://blog.xrbk.cn/tags/" />
      <category term="solitude" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
    <entry>
      <title>告别过去,重新启航</title>
      <link href="https://blog.xrbk.cn/post/1.html" />
      <id>https://blog.xrbk.cn/post/1.html</id>
      <published>2025-08-04T14:05:38.000Z</published>
      <updated>2025-08-04T14:05:38.000Z</updated>
      <summary type="html"><![CDATA[这篇文章介绍了作者因某些原因决定停止使用WordPress并转而使用hexo建站的原因，以及对solitude主题的喜爱。作者计划继续更新博客，提供有用的知识和资源。文章还提到WordPress的结束时间是2025年8月1日，而hexo的开始时间是2025年8月2日。]]></summary>
      <link rel="enclosure" type="image/webp" href="https://blog.xrbk.cn/img/f152993190c44927.webp" />
      <category term="闲聊杂谈" scheme="https://blog.xrbk.cn/categories/" />
      <category term="通知公告" scheme="https://blog.xrbk.cn/tags/" />
    </entry>
</feed>