<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>维C博客</title>
        <link>https://vcblog.partxi.workers.dev</link>
        <description></description>
        <lastBuildDate>Tue, 23 Jun 2026 15:30:24 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <item>
            <title><![CDATA[使用 pybuild 打包 ErisPulse 应用程序]]></title>
            <link>https://vcblog.partxi.workers.dev/post/6</link>
            <guid isPermaLink="false">6</guid>
            <description><![CDATA[pybuild 主库地址：https://github.com/pybuild-org/pybuild

pybuild 模板库地址：https://github.com/pybuild-org/template

ErisPulse 框架主库地址：https://github.com/ErisPulse/ErisPulse

首先需要创建一个空目录作为项目根目录

以下操作全部在项目根目录进行
]]></description>
        </item>
        <item>
            <title><![CDATA[我制作了一个 python 多架构跨平台打包工具]]></title>
            <link>https://vcblog.partxi.workers.dev/post/5</link>
            <guid isPermaLink="false">5</guid>
            <description><![CDATA[项目地址：https://github.com/pybuild-org/pybuild

# 使用方法

```plaintext
pybuild target.xml

```

请根据下方的标签使用指南编写您的构建配置文件。

# 标签使用指南

## log

**功能：** 输出日志信息。

```xml
<log></log>

```

该标签内部的内容将作为日志信息输出。此标签可以在]]></description>
        </item>
        <item>
            <title><![CDATA[我制作了一个在 Cloudflare Worker 上运行的订阅聚合器]]></title>
            <link>https://vcblog.partxi.workers.dev/post/4</link>
            <guid isPermaLink="false">4</guid>
            <description><![CDATA[项目地址：https://github.com/partxic/v2sub

## 部署步骤

1. Fork 存储库

2. 打开 wrangler.jsonc 并修改 kv_namespaces

```json
{
    "binding": "data",
    "id": "<这里填你的 KV Namespace ID>"
}
```

3. 创建 Worker, 并选择连接到存储库]]></description>
        </item>
        <item>
            <title><![CDATA[我制作了一个在 Cloudflare Worker 上运行的密码管理器]]></title>
            <link>https://vcblog.partxi.workers.dev/post/3</link>
            <guid isPermaLink="false">3</guid>
            <description><![CDATA[项目地址：https://github.com/partxic/passmgr

## 部署步骤

1. Fork 存储库

2. 打开 wrangler.jsonc 并修改 kv_namespaces

```json
{
    "binding": "data",
    "id": "<这里填你的 KV Namespace ID>"
}
```

3. 创建 Worker, 并选择连接到存]]></description>
        </item>
        <item>
            <title><![CDATA[新博客第一帖]]></title>
            <link>https://vcblog.partxi.workers.dev/post/1</link>
            <guid isPermaLink="false">1</guid>
            <description><![CDATA[开源地址： https://github.com/partxic/vcblog

这次重构带来了：更好的编辑体验，全面转用 ElementPlus 组件，精简了依赖体积，优化了代码质量，更好的可维护性与可读性

## 部署步骤

1. 打开 wrangler.jsonc 修改

```jsonc
    "kv_namespaces": [
        {
            "bindi]]></description>
        </item>
    </channel>
</rss>