<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>闲谈扯淡 on 北斗的天地</title>
        <link>https://www.imcry.vip/categories/%E9%97%B2%E8%B0%88%E6%89%AF%E6%B7%A1.html</link>
        <description>Recent content in 闲谈扯淡 on 北斗的天地</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>zh</language>
        <lastBuildDate>Fri, 15 May 2026 12:44:05 +0800</lastBuildDate><atom:link href="https://www.imcry.vip/categories/%E9%97%B2%E8%B0%88%E6%89%AF%E6%B7%A1/index.xml" rel="self" type="application/rss+xml" /><item>
            <title>本站迁移至Hugo</title>
            <link>https://www.imcry.vip/post/2026-5-15-12.html</link>
            <pubDate>Fri, 15 May 2026 12:44:05 +0800</pubDate>
            <guid>https://www.imcry.vip/post/2026-5-15-12.html</guid>
            <description>&lt;img src=&#34;https://www.imcry.vip/cover/cover-3.jpg&#34; alt=&#34;Featured image of post 本站迁移至Hugo&#34; /&gt;&lt;h2 id=&#34;简单扯扯&#34;&gt;&lt;a href=&#34;#%e7%ae%80%e5%8d%95%e6%89%af%e6%89%af&#34; class=&#34;header-anchor&#34;&gt;&lt;/a&gt;简单扯扯&#xA;&lt;/h2&gt;&lt;p&gt;博客从2019年开始，陪伴了我将近7年。&lt;/p&gt;&#xA;&lt;h3 id=&#34;wordpress使用感受&#34;&gt;&lt;a href=&#34;#wordpress%e4%bd%bf%e7%94%a8%e6%84%9f%e5%8f%97&#34; class=&#34;header-anchor&#34;&gt;&lt;/a&gt;WordPress使用感受&#xA;&lt;/h3&gt;&lt;p&gt;当年用WordPress的时候，总感觉卡的不行，尝试过各种替换样式库、字体库的地址，一样是卡的起飞。&lt;/p&gt;&#xA;&lt;h3 id=&#34;typecho使用感受&#34;&gt;&lt;a href=&#34;#typecho%e4%bd%bf%e7%94%a8%e6%84%9f%e5%8f%97&#34; class=&#34;header-anchor&#34;&gt;&lt;/a&gt;Typecho使用感受&#xA;&lt;/h3&gt;&lt;p&gt;把WordPress换到Typecho后，速度快了许多，操作也少了一些，不过丢失了一些文章。再换到Hugo也是差不多的情况，只是这些文章是我手动删的，因为有些内容似乎不太合规。&#xA;至于为什么要换到Hugo，很大一部分原因是我想降低博客的运行成本。虽然我每年都是买的百元秒杀服务器，不过接触到静态博客这种东西后，我还是想把这钱给省下来。&lt;/p&gt;&#xA;&lt;h2 id=&#34;部署过程&#34;&gt;&lt;a href=&#34;#%e9%83%a8%e7%bd%b2%e8%bf%87%e7%a8%8b&#34; class=&#34;header-anchor&#34;&gt;&lt;/a&gt;部署过程&#xA;&lt;/h2&gt;&lt;p&gt;用了几天空闲的时间看了下各家静态博客的优劣势，最后选定了Hugo。&lt;/p&gt;&#xA;&lt;h3 id=&#34;文章迁移&#34;&gt;&lt;a href=&#34;#%e6%96%87%e7%ab%a0%e8%bf%81%e7%a7%bb&#34; class=&#34;header-anchor&#34;&gt;&lt;/a&gt;文章迁移&#xA;&lt;/h3&gt;&lt;p&gt;先从MySQL数据库里取出博客的文章数据表，对着GeMiNi说出了我的需求，最后给我写了个Python脚本一键转换成Hugo的文章格式。&lt;/p&gt;&#xA;&lt;h3 id=&#34;下载主题&#34;&gt;&lt;a href=&#34;#%e4%b8%8b%e8%bd%bd%e4%b8%bb%e9%a2%98&#34; class=&#34;header-anchor&#34;&gt;&lt;/a&gt;下载主题&#xA;&lt;/h3&gt;&lt;p&gt;Hugo这玩意挺让我意外的，第一次运行需要去官网下载主题。&#xA;挑挑拣拣，最后选了hugo-theme-stack。&lt;/p&gt;&#xA;&lt;h3 id=&#34;修改hugo配置&#34;&gt;&lt;a href=&#34;#%e4%bf%ae%e6%94%b9hugo%e9%85%8d%e7%bd%ae&#34; class=&#34;header-anchor&#34;&gt;&lt;/a&gt;修改Hugo配置&#xA;&lt;/h3&gt;&lt;p&gt;在配置文件里填写了站点名称和链接，开启了伪静态、侧边栏，配置了文章评论系统，关闭了Hugo自动下载图片。&lt;/p&gt;&#xA;&lt;h3 id=&#34;初始化git仓库&#34;&gt;&lt;a href=&#34;#%e5%88%9d%e5%a7%8b%e5%8c%96git%e4%bb%93%e5%ba%93&#34; class=&#34;header-anchor&#34;&gt;&lt;/a&gt;初始化Git仓库&#xA;&lt;/h3&gt;&lt;p&gt;因为考虑到后面的部署平台问题，我选择将Hugo目录和public目录分别建仓。&#xA;public的内容提交到Gitee上，这是为了方便国内平台拉取文件。&lt;/p&gt;&#xA;&lt;h3 id=&#34;部署到ea-pages&#34;&gt;&lt;a href=&#34;#%e9%83%a8%e7%bd%b2%e5%88%b0ea-pages&#34; class=&#34;header-anchor&#34;&gt;&lt;/a&gt;部署到EA-Pages&#xA;&lt;/h3&gt;&lt;p&gt;这项服务由腾讯云提供。&#xA;博主的另一个作品也托管到他家：&lt;a class=&#34;link&#34; href=&#34;https://eve.imcry.vip&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;https://eve.imcry.vip&lt;/a&gt; &lt;br&gt;&#xA;EA-Pages会在指引页面要求选择git仓库，仓库的权限可公可私。&#xA;博主之所以选择放打包后的文件是因为EA-Pages提供的Hugo是老版本，现在用的主题没法跑在这上面。&lt;/p&gt;&#xA;&lt;h2 id=&#34;最后总结&#34;&gt;&lt;a href=&#34;#%e6%9c%80%e5%90%8e%e6%80%bb%e7%bb%93&#34; class=&#34;header-anchor&#34;&gt;&lt;/a&gt;最后总结&#xA;&lt;/h2&gt;&lt;p&gt;😅去咬打火机都不要来折腾这种事，有够费时费力的。&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>2025，你好！</title>
            <link>https://www.imcry.vip/post/316.html</link>
            <pubDate>Wed, 01 Jan 2025 00:09:33 +0800</pubDate>
            <guid>https://www.imcry.vip/post/316.html</guid>
            <description>&lt;p&gt;这是今年的第一篇文章，但绝不是最后一篇！&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>再见2024!</title>
            <link>https://www.imcry.vip/post/315.html</link>
            <pubDate>Tue, 31 Dec 2024 22:40:04 +0800</pubDate>
            <guid>https://www.imcry.vip/post/315.html</guid>
            <description>&lt;p&gt;这是今年&lt;strong&gt;第一篇&lt;/strong&gt;文章，&#xA;但也是今年&lt;strong&gt;最后一篇&lt;/strong&gt;。&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>夜里小记</title>
            <link>https://www.imcry.vip/post/205.html</link>
            <pubDate>Wed, 29 Jun 2022 02:25:00 +0800</pubDate>
            <guid>https://www.imcry.vip/post/205.html</guid>
            <description>&lt;p&gt;到了晚上，饥饿是在所难免的事情，即便是晚饭吃的再多。&#xA;花了几分钟的时间洗了凉水澡，将一天的不爽与烦恼统统带走。&#xA;出门前把手机和我的专属网抑耳机连接上，播放音乐时才发现另一只耳机毫无反应。&#xA;明明前天才给它们哥俩充上电，今天就不行了，真实离谱他妈给离谱开门————离谱到家了！&#xA;出门后短短几分钟的时间，汗水就跟不要钱似的一个劲儿往我身上来，或许这就是夏天的魅力。&#xA;到达烧烤店后，随便点点了差不多十来串羊肉，消耗了一张绿色纸币，但是吃的是真的嗨。&#xA;在回家的路上心情不由自主的放松，晚风吹过寂静无人的街道，世间万物的节奏慢了下来，出来觅食的老鼠与蟑螂好像在这一瞬间定格。&#xA;愉悦的心情一直持续到家门楼下，我被大门拦住的了，门锁可能有它自己的想法，铁了心将我拦在外头&amp;hellip;&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>近日小记</title>
            <link>https://www.imcry.vip/post/204.html</link>
            <pubDate>Sun, 10 Oct 2021 19:45:00 +0800</pubDate>
            <guid>https://www.imcry.vip/post/204.html</guid>
            <description>&lt;p&gt;9月11号那天中午，我同父母来到了凤凰机场。在草草与父亲道别后，我随母亲一同前往登机口，坐在门前的座椅上等待着检票。&#xA;气象台早在前几日就发布了台风预警，不过它偏移了预警路线是挺令人意想不到的，这何尝不是我中学时期的噩梦。&lt;/p&gt;&#xA;&lt;h2 id=&#34;开始登机&#34;&gt;&lt;a href=&#34;#%e5%bc%80%e5%a7%8b%e7%99%bb%e6%9c%ba&#34; class=&#34;header-anchor&#34;&gt;&lt;/a&gt;开始登机&#xA;&lt;/h2&gt;&lt;p&gt;这是我第三次踏上飞机，第一次和第二次登机是代表学校参加全国性的大赛，回来时还拿了个奖。在广播通知登机前的2分钟，我到面前的一家汉堡店点了冰淇淋，在差不多走完登机桥时我仍然没吃完，索性一大口干下去。我拿着登机牌缓缓地走到座位前，不断地确认自己的座位号。&lt;/p&gt;&#xA;&lt;h2 id=&#34;抵达武汉&#34;&gt;&lt;a href=&#34;#%e6%8a%b5%e8%be%be%e6%ad%a6%e6%b1%89&#34; class=&#34;header-anchor&#34;&gt;&lt;/a&gt;抵达武汉&#xA;&lt;/h2&gt;&lt;p&gt;2个月前，我的录取通知书从武汉起飞来到三亚。现在，我从三亚起飞来到武汉。我可能和录取通知书完成了一次跨越时空的“双向奔赴”。下了飞机后来到机场旁的地铁站，坐上我心心念想的地铁，尽管我被车厢里的冷气吹了两小时也毫不在乎。&lt;/p&gt;&#xA;&lt;h2 id=&#34;进校报道&#34;&gt;&lt;a href=&#34;#%e8%bf%9b%e6%a0%a1%e6%8a%a5%e9%81%93&#34; class=&#34;header-anchor&#34;&gt;&lt;/a&gt;进校报道&#xA;&lt;/h2&gt;&lt;p&gt;大学嘛，要说不憧憬是不可能的。&#xA;学校的大门口前就是电车站，看着就挺美汁汁~&#xA;进入学校后，我随志愿者游览了一路的风景，向我介绍食堂、超市等等一些生活点。&lt;/p&gt;&#xA;&lt;h2 id=&#34;军训过后&#34;&gt;&lt;a href=&#34;#%e5%86%9b%e8%ae%ad%e8%bf%87%e5%90%8e&#34; class=&#34;header-anchor&#34;&gt;&lt;/a&gt;军训过后&#xA;&lt;/h2&gt;&lt;p&gt;经过14天军训的洗礼，我的室友吐槽我和刚来时不太一样。的确，来时我没长多少痘，一晒就全冒出来了。&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>2020年端午小记</title>
            <link>https://www.imcry.vip/post/79.html</link>
            <pubDate>Thu, 25 Jun 2020 22:14:00 +0800</pubDate>
            <guid>https://www.imcry.vip/post/79.html</guid>
            <description>&lt;p&gt;不知道从何时起，我似乎对假期没了兴趣。&#xA;收到放假通知的那一刻，心情反而变得紧张起来。&#xA;两个星期的作业将这短短的两天假期塞得满满，距离2021届高考的那一天越来越近，一点儿准备也没有。&lt;/p&gt;&#xA;&lt;h2 id=&#34;上半天&#34;&gt;&lt;a href=&#34;#%e4%b8%8a%e5%8d%8a%e5%a4%a9&#34; class=&#34;header-anchor&#34;&gt;&lt;/a&gt;上半天&#xA;&lt;/h2&gt;&lt;p&gt;坐在电脑前思考，一次次规划着未来，回神过后却心感无力。&lt;/p&gt;&#xA;&lt;h2 id=&#34;下半天&#34;&gt;&lt;a href=&#34;#%e4%b8%8b%e5%8d%8a%e5%a4%a9&#34; class=&#34;header-anchor&#34;&gt;&lt;/a&gt;下半天&#xA;&lt;/h2&gt;&lt;p&gt;闲来没事，打开了这个荒废已久的博客，除了蜘蛛会光顾这里恐怕也找不到什么人。&#xA;随便点开自己博客上的文章，图片的大小和尺寸引起了我的注意，想起昨晚看过的一篇其他格式的图片和webp图片的对比文章。&#xA;兴趣一下子就来了，我想把博客大部分的图片都转换成这种格式。&#xA;因为这webp格式的图片既省带宽又能提速，能把2.6MB的png压成1.1MB的webp&#xA;&lt;img alt=&#34;转换前后大小对比&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://tu.sunpma.com/imgs/2020/06/ac4654846744cc10.webp&#34;&gt;&#xA;先把文章中的图片全都下载到本地，然后再打开转换工具，并将这些处理过的图片重新上传并引用。&#xA;&lt;img alt=&#34;源图片地址&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://tu.sunpma.com/imgs/2020/06/139aed6527cc249b.webp&#34;&gt;&#xA;幸亏之前够懒，博客放到发臭都不会去打理，操作10来篇文章便完成了工作，&#xA;优化后的访问速度还算可以，就先这样吧。&#xA;&lt;img alt=&#34;操作界面&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://tu.sunpma.com/imgs/2020/06/396eabaa7944aa86.webp&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;推工具&#34;&gt;&lt;a href=&#34;#%e6%8e%a8%e5%b7%a5%e5%85%b7&#34; class=&#34;header-anchor&#34;&gt;&lt;/a&gt;推工具&#xA;&lt;/h2&gt;&lt;p&gt;软件用的 &lt;strong&gt;WebPconvPortable&lt;/strong&gt;&#xA;官网：&lt;a class=&#34;link&#34; href=&#34;http://www.romeolight.com/products/webpconv/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;www.romeolight.com/products/webpconv/&lt;/a&gt;&#xA;绿色版打包：&lt;a class=&#34;link&#34; href=&#34;https://imcry.lanzoux.com/i6HQSe199oh&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;&amp;raquo; 蓝奏网盘 &amp;laquo;&lt;/a&gt;&lt;/p&gt;&#xA;</description>
        </item><item>
            <title>收集到的几个在线短信接码平台</title>
            <link>https://www.imcry.vip/post/44.html</link>
            <pubDate>Sat, 23 May 2020 23:56:00 +0800</pubDate>
            <guid>https://www.imcry.vip/post/44.html</guid>
            <description>&lt;p&gt;&lt;img alt=&#34;摇摆猫&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://ftp.bmp.ovh/imgs/2020/06/a0a0ead8e3357ebc.webp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;推荐 z-sms：&lt;a class=&#34;link&#34; href=&#34;http://www.z-sms.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;www.z-sms.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;推荐 pdflibr：&lt;a class=&#34;link&#34; href=&#34;https://www.pdflibr.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;www.pdflibr.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;SMSReceiveFree：&lt;a class=&#34;link&#34; href=&#34;https://smsreceivefree.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;smsreceivefree.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Receive SMS Online for FREE：&lt;a class=&#34;link&#34; href=&#34;https://www.receive-sms-online.info&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;www.receive-sms-online.info&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Receive a SMS Online：&lt;a class=&#34;link&#34; href=&#34;https://receive-a-sms.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;receive-a-sms.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Free SMS Numbers Online：&lt;a class=&#34;link&#34; href=&#34;https://smsnumbersonline.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;smsnumbersonline.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Receive SMS online for Free：&lt;a class=&#34;link&#34; href=&#34;https://sms-online.co/receive-free-sms&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;sms-online.co/receive-free-sms&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Receive-SMS：&lt;a class=&#34;link&#34; href=&#34;https://receive-sms.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;receive-sms.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Receive FREE SMS online：&lt;a class=&#34;link&#34; href=&#34;http://receivefreesms.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;receivefreesms.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;RECEIVE SMS ONLINE：&lt;a class=&#34;link&#34; href=&#34;https://www.receivesmsonline.net&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;www.receivesmsonline.net&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Free Online Phone：&lt;a class=&#34;link&#34; href=&#34;https://www.freeonlinephone.org&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;www.freeonlinephone.org&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Receive SMS Online：&lt;a class=&#34;link&#34; href=&#34;http://receive-sms-online.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;receive-sms-online.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;TextNow：&lt;a class=&#34;link&#34; href=&#34;https://www.textnow.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;www.textnow.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Textfree：&lt;a class=&#34;link&#34; href=&#34;https://www.pinger.com/text-free&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;www.pinger.com/text-free&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;SELLAITE：&lt;a class=&#34;link&#34; href=&#34;http://sms.sellaite.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;sms.sellaite.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Twilio：&lt;a class=&#34;link&#34; href=&#34;https://www.twilio.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;www.twilio.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;转自 &lt;a class=&#34;link&#34; href=&#34;https://www.52pojie.cn/forum.php?mod=redirect&amp;amp;goto=findpost&amp;amp;ptid=1183356&amp;amp;pid=32024814&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;@小瑶&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</description>
        </item><item>
            <title>收集到的几个短视频无水印解析</title>
            <link>https://www.imcry.vip/post/29.html</link>
            <pubDate>Sun, 03 May 2020 13:25:00 +0800</pubDate>
            <guid>https://www.imcry.vip/post/29.html</guid>
            <description>&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;皮皮虾&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://tool.liumingye.cn/pipixia/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;https://tool.liumingye.cn/pipixia/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;抖音&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.ctrlqq.com/douyin/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;https://www.ctrlqq.com/douyin/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;http://laomo.me/cdn/html/douyin/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;http://laomo.me/cdn/html/douyin/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;    &lt;blockquote&gt;&#xA;        &lt;p&gt;多平台&lt;/p&gt;&#xA;&#xA;    &lt;/blockquote&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://weishi.iiilab.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;https://weishi.iiilab.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;http://douyin.haiya360.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;http://douyin.haiya360.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</description>
        </item><item>
            <title>Typecho，我来了</title>
            <link>https://www.imcry.vip/post/start.html</link>
            <pubDate>Fri, 21 Feb 2020 10:20:00 +0800</pubDate>
            <guid>https://www.imcry.vip/post/start.html</guid>
            <description></description>
        </item></channel>
</rss>
