<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[Boycot^s 博客]]></title>
        <description><![CDATA[Boycot^s 博客]]></description>
        <link>https://blog-new.boycot.top/</link>
        <generator>RSS for Node</generator>
        <lastBuildDate>Fri, 01 May 2026 08:48:23 GMT</lastBuildDate>
        <atom:link href="https://blog-new.boycot.top/rss.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[Bun 是什么？与 npm、pnpm 有何不同？]]></title>
            <description><![CDATA[#Bun是什么？Bun是一个新一代JavaScript运行时，它不仅可以替代Node.js，还提供了超快的包管理器、内置TypeScript支持、测试框架、HTTP服务器等功能。相比传统的Node.js生态，Bun具备更高的执行效率，并且旨在优化开发体验。##Bun的核心目标是：超快的执行速度：Bu]]></description>
            <link>https://blog-new.boycot.top/list/166931125</link>
            <guid isPermaLink="true">https://blog-new.boycot.top/list/166931125</guid>
            <category><![CDATA[前端工具]]></category>
            <pubDate>Tue, 23 Dec 2025 11:50:29 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Vercel 部署 picX 图床并且加速]]></title>
            <description><![CDATA[#Github仓库代码https://github.com/XPoet/picx##搭建：使用vercel部署第一步：forkpicx仓库第二步：访问vercel.com并导入该fork项目FrameworkPreset选择vite，其他命令选择默认点击进行deploy，部署完成后，为了加速访问，需]]></description>
            <link>https://blog-new.boycot.top/list/166931124</link>
            <guid isPermaLink="true">https://blog-new.boycot.top/list/166931124</guid>
            <category><![CDATA[Vercel]]></category>
            <pubDate>Fri, 26 Sep 2025 15:25:42 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[小米新品发布会，新品汇总]]></title>
            <description><![CDATA[小米新品发布会，新品汇总：小米17，小米最美小尺寸旗舰，¥4499起小米17Pro，小尺寸科技影像旗舰，¥4999起小米17ProMax，巅峰科技影像旗舰，¥5999起小米平板8系列，实力满载，¥2199起小米电视SPro2026，打开新视界，¥5199起#雷军年度演讲##小米##小米17##小米澎]]></description>
            <link>https://blog-new.boycot.top/list/166931123</link>
            <guid isPermaLink="true">https://blog-new.boycot.top/list/166931123</guid>
            <category><![CDATA[数码]]></category>
            <pubDate>Fri, 26 Sep 2025 09:48:44 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[在Mac电脑上新建SSH Key的详细步骤]]></title>
            <description><![CDATA[SSH（SecureShell）是一种加密的网络传输协议，允许用户安全地登录到远程服务器并执行命令。而SSHkey则是一对用于身份验证的密钥，包括公钥和私钥。在Mac电脑上新建SSHkey是保障远程连接安全的重要步骤。本文将详细介绍如何在Mac上生成SSH密钥对，并将其用于远程连接。#一、打开终端首]]></description>
            <link>https://blog-new.boycot.top/list/166931122</link>
            <guid isPermaLink="true">https://blog-new.boycot.top/list/166931122</guid>
            <category><![CDATA[前端工具]]></category>
            <pubDate>Thu, 16 Jan 2025 14:50:55 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[md-editor-v3,支持滚动，预览的mardown插件！]]></title>
            <description><![CDATA[#md-editor-v3![](https://img.shields.io/github/package-json/v/imzbf/md-editor-v3)![](https://img.shields.io/npm/dm/md-editor-v3)![](https://img.shield]]></description>
            <link>https://blog-new.boycot.top/list/166931121</link>
            <guid isPermaLink="true">https://blog-new.boycot.top/list/166931121</guid>
            <category><![CDATA[Vue]]></category>
            <pubDate>Tue, 14 Jan 2025 18:34:18 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[华为 Mate70 / Pro / Pro+ 系列旗舰手机发布：业界首发高亮钛玄武机身、红枫原色影像，5499 元起]]></title>
            <description><![CDATA[IT之家11月26日消息，在今日下午的华为Mate品牌盛典上，华为Mate70/Pro/Pro+系列旗舰手机正式发布，定价5499元起。华为Mate70：12GB+256GB定价5499元12GB+512GB定价5999元12GB+1TB定价6999元京东HUAWEIMate705499元直达链接华]]></description>
            <link>https://blog-new.boycot.top/list/166931118</link>
            <guid isPermaLink="true">https://blog-new.boycot.top/list/166931118</guid>
            <category><![CDATA[手机]]></category>
            <pubDate>Sat, 30 Nov 2024 10:51:41 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Vue3 封装不定高虚拟列表 hooks，复用性更好！]]></title>
            <description><![CDATA[虚拟列表—不定高假如列表项高度是固定的，那么实际列表渲染总高度=列表项数量*单个列表项高度，然而列表项的内容并不总是一致的。首先，不定高相对于定高场景下存在几个不确定的内容：每个列表项实际渲染高度无法直接获取实际渲染总高度无法直接计算滚动时对应需要渲染数据的开始索引startIndex无法直接计算下]]></description>
            <link>https://blog-new.boycot.top/list/166931019</link>
            <guid isPermaLink="true">https://blog-new.boycot.top/list/166931019</guid>
            <category><![CDATA[Vue]]></category>
            <pubDate>Thu, 19 Sep 2024 10:31:29 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Vercel部署指南：vite+Vue3+element-plus,跨域配置]]></title>
            <description><![CDATA[配置Vercel{"rewrites":[{"source":"/blog-api/(.*)","destination":"/api/proxy"},{"source":"/boycot-api/(.*)","destination":"/api/proxy"},{"source":"/:path]]></description>
            <link>https://blog-new.boycot.top/list/166931007</link>
            <guid isPermaLink="true">https://blog-new.boycot.top/list/166931007</guid>
            <category><![CDATA[Vercel]]></category>
            <pubDate>Fri, 28 Jun 2024 11:09:01 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[骁龙8Gen3+超声波指纹+2亿像素，魅族旗舰跌至2799元]]></title>
            <description><![CDATA[在科技与艺术的交汇点上，魅族再次以其独特的视角和精湛的工艺，为我们带来了一款颠覆性的新品——魅族21手机。这款集高性能、高颜值于一身的智能手机，不仅继承了魅族一贯的精致设计和优雅气质，更在硬件配置上进行了全面升级，成为了2023年智能手机市场的一大亮点。魅族21手机，以其无界黑的机身颜色，散发出一种]]></description>
            <link>https://blog-new.boycot.top/list/166931006</link>
            <guid isPermaLink="true">https://blog-new.boycot.top/list/166931006</guid>
            <category><![CDATA[新闻]]></category>
            <pubDate>Wed, 26 Jun 2024 22:27:33 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Vercel部署指南：Deploy Nuxt with Vercel]]></title>
            <description><![CDATA[DeployNuxtwithVercelHowtodeployaNuxtappwithVercel?StaticsitewithVercelIfyouwouldliketodeployastaticsiteonVercel,noconfigurationisnecessary.Vercelwilld]]></description>
            <link>https://blog-new.boycot.top/list/166931005</link>
            <guid isPermaLink="true">https://blog-new.boycot.top/list/166931005</guid>
            <category><![CDATA[Vercel]]></category>
            <pubDate>Wed, 26 Jun 2024 17:45:32 GMT</pubDate>
        </item>
    </channel>
</rss>