-
Notifications
You must be signed in to change notification settings - Fork 7.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(route): add 游侠网大侠号 #17961
Merged
Merged
feat(route): add 游侠网大侠号 #17961
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Successfully generated as following: http://localhost:1200/ali213/zl - Success ✔️<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>大侠号_单机游戏新闻_游侠网</title>
<link>https://www.ali213.net/news/zl/</link>
<atom:link href="http://localhost:1200/ali213/zl" rel="self" type="application/rss+xml"></atom:link>
<description>游侠网资讯中心是国内资深、全面的单机新闻发布站点之一,24小时报道国内、全球单机新闻以及各类游戏相关资讯! - Powered by RSSHub</description>
<generator>RSSHub</generator>
<webMaster>[email protected] (RSSHub)</webMaster>
<language>zh</language>
<image>
<url>https://www.ali213.net/news/images/dxhlogo.png</url>
<title>大侠号_单机游戏新闻_游侠网</title>
<link>https://www.ali213.net/news/zl/</link>
</image>
<lastBuildDate>Sun, 22 Dec 2024 16:04:03 GMT</lastBuildDate>
<ttl>5</ttl>
<item>
<title>【果娘聊天室】圣诞节大家有什么打算?</title>
<description><p>我们的【果娘聊天室】栏目又来啦!</p>
<p>每周杉果都会发布一个与游戏相关的话题,不论你有什么想法,都可以在评论区写下自己的回复!认真写也行,整活玩梗也行,总之希望各位玩家能够踊跃参与~</p>
<p>本周的话题是:圣诞节大家有什么打算?</p>
<p>虽然圣诞节它不给假,还好巧不巧地放在了下周三这个尴尬的位置上,但平安夜+圣诞节这样一个在之前还作为促销大节频繁宣传的日子,笔者还是会考虑买个苹果回家吃吃的,不知道屏幕前的各位有什么计划或者打算呢?</p>
<p>圣诞节的到来也意味着 Steam 今年最后一场大促开始了,杉果商城也同步 Steam 冬促开启双旦特惠活动,活动期间不仅上千款游戏平史低、48 小时限时闪促、大额优惠券活动再度回归,更有超史低秒杀、神秘福袋等诸多福利陆续上线。折扣价加上优惠券,说不定又能省出一部游戏的钱,这么看岂不是很划算!</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网1" id="img0_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/22/584_2024122292233205.jpg" referrerpolicy="no-referrer"></span></p>
<p>今日的闪促名单也非常不错,《怪物猎人:世界 - 冰原 大师版》《生化危机4 重制版 黄金版》都是非常值得入手的合集大包,本体+DLC 的内容绝对够大家爽玩一段时间了,感兴趣的玩家可以来杉果商城看看。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网2" id="img1_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/22/584_2024122292233768.jpg" referrerpolicy="no-referrer"></span></p>
<div class="news_ding">
<div id="Txt_893411" title="顶一下" class="new_d1">
<div class="new_ds1"></div>
<div class="new_ds" id="No_893411">0</div>
</div>
</div>
</description>
<link />
<guid isPermaLink="false">ali213-zl-893411</guid>
<pubDate>Sun, 22 Dec 2024 10:06:00 GMT</pubDate>
<author>杉果游戏</author>
<enclosure url="https://imgs.ali213.net/news/2024/12/22/2024122292509424.jpg" type="image/jpeg"></enclosure>
</item>
</channel>
</rss> |
TonyRL
reviewed
Dec 22, 2024
lib/routes/ali213/zl.ts
Outdated
Comment on lines
202
to
222
target: '/ali213/zl', | ||
}, | ||
{ | ||
title: '游戏', | ||
source: ['www.ali213.net/news/zl/game/'], | ||
target: '/ali213/zl/game', | ||
}, | ||
{ | ||
title: '动漫', | ||
source: ['www.ali213.net/news/zl/comic/'], | ||
target: '/ali213/zl/comic', | ||
}, | ||
{ | ||
title: '影视', | ||
source: ['www.ali213.net/news/zl/movie/'], | ||
target: '/ali213/zl/movie', | ||
}, | ||
{ | ||
title: '娱乐', | ||
source: ['www.ali213.net/news/zl/amuse/'], | ||
target: '/ali213/zl/amuse', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
target: '/ali213/zl', | |
}, | |
{ | |
title: '游戏', | |
source: ['www.ali213.net/news/zl/game/'], | |
target: '/ali213/zl/game', | |
}, | |
{ | |
title: '动漫', | |
source: ['www.ali213.net/news/zl/comic/'], | |
target: '/ali213/zl/comic', | |
}, | |
{ | |
title: '影视', | |
source: ['www.ali213.net/news/zl/movie/'], | |
target: '/ali213/zl/movie', | |
}, | |
{ | |
title: '娱乐', | |
source: ['www.ali213.net/news/zl/amuse/'], | |
target: '/ali213/zl/amuse', | |
target: '/zl', | |
}, | |
{ | |
title: '游戏', | |
source: ['www.ali213.net/news/zl/game/'], | |
target: '/zl/game', | |
}, | |
{ | |
title: '动漫', | |
source: ['www.ali213.net/news/zl/comic/'], | |
target: '/zl/comic', | |
}, | |
{ | |
title: '影视', | |
source: ['www.ali213.net/news/zl/movie/'], | |
target: '/zl/movie', | |
}, | |
{ | |
title: '娱乐', | |
source: ['www.ali213.net/news/zl/amuse/'], | |
target: '/zl/amuse', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
Successfully generated as following: http://localhost:1200/ali213/zl - Success ✔️<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>大侠号_单机游戏新闻_游侠网</title>
<link>https://www.ali213.net/news/zl/</link>
<atom:link href="http://localhost:1200/ali213/zl" rel="self" type="application/rss+xml"></atom:link>
<description>游侠网资讯中心是国内资深、全面的单机新闻发布站点之一,24小时报道国内、全球单机新闻以及各类游戏相关资讯! - Powered by RSSHub</description>
<generator>RSSHub</generator>
<webMaster>[email protected] (RSSHub)</webMaster>
<language>zh</language>
<image>
<url>https://www.ali213.net/news/images/dxhlogo.png</url>
<title>大侠号_单机游戏新闻_游侠网</title>
<link>https://www.ali213.net/news/zl/</link>
</image>
<lastBuildDate>Mon, 23 Dec 2024 03:42:46 GMT</lastBuildDate>
<ttl>5</ttl>
<item>
<title>网友哭穷刷屏评论区,“驯化大数据”真能让机票减价吗?</title>
<description><p style="text-align:justify">&nbsp; &nbsp; &nbsp; &nbsp;我们经常抱怨大数据侵犯了我们的隐私,但不可否认的是,现在的大数据比我妈还要了解我。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网1" id="img0_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312433117.jpeg" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;我在某宝买了一块固态硬盘,第二天首页、推送全是硬盘;我在新闻 app 搜了小米最新款手机,B站知乎首页就都是评测;就连刷抖音的时候多看了两眼小姐姐,app 就认为我对相关内容感兴趣了,接下来就会推荐更多...</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网2" id="img1_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312510532.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;这并不是什么秘密,大家对算法掌控推荐内容这件事,早已见怪不怪了。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网3" id="img2_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312222853.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;甚至就连大数据扫黄的段子,都传的有模有样的。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网4" id="img3_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312222731.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;事实上,大数据的功效,如今处处可见。不过最让大家印象深刻的,还是它其中一种比较损的应用方式:</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;杀熟。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网5" id="img4_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312222954.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;大数据杀熟,在各大平台特别是旅游出行平台上格外常见。指的是平台利用其掌握的数据,对用户进行画像和分类,搞差异化定价。</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;简单来说,就是“越熟越坑”,那些经常光顾的老顾客,反而成了价格的“冤大头”。而那些忠心耿耿、从不挑剔的老实人,往往被标上“高价”的标签。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网6" id="img5_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312222667.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; 所以不少网友就开发出了驯化大数据的方法:</p>
<p>&nbsp; &nbsp; &nbsp; 把自己打造成不那么忠实的客,或是事比较多,钱又比较少的人。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网7" id="img6_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_202412231222360.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;具体做法就是去散布一些挑事的评论,比如在外卖平台上评论“外卖太贵了就不吃了”“明天准备去街上要点饭吃”...</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;最初,这种现象表现为社交平台上迅速走红的“骂机票专用帖”。&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网8" id="img7_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312222506.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;毕竟旅游出行平台早就成了“熟客杀手”的重灾区,尤其是机票价格,简直就是“看一眼就涨价”的活生生例子。</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;不少网民对这种变幻莫测的定价机制早已怨声载道,于是他们灵机一动,地想出了一种“数据反击”<a href="https://down.ali213.net/heji/celue/" class="keylink" target="_blank">策略</a>:在各大平台上哭穷,痛陈机票价格飙升的不公。</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;在小红书等社交网络上,他们开始给自己的手机“洗脑”,试图用反向心理战术来驯服那些算法。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网9" id="img8_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312223724.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;而且为了在大数据的海洋中塑造一个立体的形象,他们施展了一套机智的“三板斧”策略:先是在社交平台上大倒苦水,接着是对价格不公的激烈抨击,最后是威胁卸载应用,总之用一切手段让大数据相信自己就是那个活生生的穷鬼。</p>
<p><span style="page-break-after: always;">
</span></p><div align="center" class="page_fenye"> <span><a href="https://www.ali213.net/news/zl/893425.html">首页</a></span> <a href="https://www.ali213.net/news/zl/893425.html" class="currpage">1</a> <a href="https://www.ali213.net/news/zl/893425_2.html">2</a> <a href="https://www.ali213.net/news/zl/893425_3.html">3</a> <span><a id="after_this_page" href="https://www.ali213.net/news/zl/893425_2.html">下一页</a></span> <span><a href="https://www.ali213.net/news/zl/893425_3.html">共3页</a></span><br><font color="#888888">提示:支持键盘“← →”键翻页</font></div>
<div class="news_ding">
<div id="Txt_893425" title="顶一下" class="new_d1">
<div class="new_ds1"></div>
<div class="new_ds" id="No_893425">0</div>
</div>
</div>
<p style="text-align:justify">&nbsp; &nbsp; &nbsp; &nbsp;我们经常抱怨大数据侵犯了我们的隐私,但不可否认的是,现在的大数据比我妈还要了解我。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网1" id="img0_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312433117.jpeg" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;我在某宝买了一块固态硬盘,第二天首页、推送全是硬盘;我在新闻 app 搜了小米最新款手机,B站知乎首页就都是评测;就连刷抖音的时候多看了两眼小姐姐,app 就认为我对相关内容感兴趣了,接下来就会推荐更多...</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网2" id="img1_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312510532.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;这并不是什么秘密,大家对算法掌控推荐内容这件事,早已见怪不怪了。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网3" id="img2_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312222853.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;甚至就连大数据扫黄的段子,都传的有模有样的。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网4" id="img3_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312222731.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;事实上,大数据的功效,如今处处可见。不过最让大家印象深刻的,还是它其中一种比较损的应用方式:</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;杀熟。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网5" id="img4_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312222954.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;大数据杀熟,在各大平台特别是旅游出行平台上格外常见。指的是平台利用其掌握的数据,对用户进行画像和分类,搞差异化定价。</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;简单来说,就是“越熟越坑”,那些经常光顾的老顾客,反而成了价格的“冤大头”。而那些忠心耿耿、从不挑剔的老实人,往往被标上“高价”的标签。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网6" id="img5_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312222667.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; 所以不少网友就开发出了驯化大数据的方法:</p>
<p>&nbsp; &nbsp; &nbsp; 把自己打造成不那么忠实的客,或是事比较多,钱又比较少的人。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网7" id="img6_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_202412231222360.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;具体做法就是去散布一些挑事的评论,比如在外卖平台上评论“外卖太贵了就不吃了”“明天准备去街上要点饭吃”...</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;最初,这种现象表现为社交平台上迅速走红的“骂机票专用帖”。&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网8" id="img7_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312222506.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;毕竟旅游出行平台早就成了“熟客杀手”的重灾区,尤其是机票价格,简直就是“看一眼就涨价”的活生生例子。</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;不少网民对这种变幻莫测的定价机制早已怨声载道,于是他们灵机一动,地想出了一种“数据反击”<a href="https://down.ali213.net/heji/celue/" class="keylink" target="_blank">策略</a>:在各大平台上哭穷,痛陈机票价格飙升的不公。</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;在小红书等社交网络上,他们开始给自己的手机“洗脑”,试图用反向心理战术来驯服那些算法。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网9" id="img8_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312223724.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;而且为了在大数据的海洋中塑造一个立体的形象,他们施展了一套机智的“三板斧”策略:先是在社交平台上大倒苦水,接着是对价格不公的激烈抨击,最后是威胁卸载应用,总之用一切手段让大数据相信自己就是那个活生生的穷鬼。</p>
<p><span style="page-break-after: always;">
</span></p><div align="center" class="page_fenye"> <span><a href="https://www.ali213.net/news/zl/893425.html">首页</a></span> <a href="https://www.ali213.net/news/zl/893425.html" class="currpage">1</a> <a href="https://www.ali213.net/news/zl/893425_2.html">2</a> <a href="https://www.ali213.net/news/zl/893425_3.html">3</a> <span><a id="after_this_page" href="https://www.ali213.net/news/zl/893425_2.html">下一页</a></span> <span><a href="https://www.ali213.net/news/zl/893425_3.html">共3页</a></span><br><font color="#888888">提示:支持键盘“← →”键翻页</font></div>
<div class="news_ding">
<div id="Txt_893425" title="顶一下" class="new_d1">
<div class="new_ds1"></div>
<div class="new_ds" id="No_893425">0</div>
</div>
</div>
<p></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;乍一听好像是这么回事,但如果说有多少人真相信“骂机票就能降价”的科学性,那倒也未必。</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;尤其是之前国家相关部门还发布过网络算法治理的专项文件,重点就是整治各大平台的大数据“杀熟”问题,现在到底还有几家平台敢冒着风险去试探法律的底线也很难说。</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;但是,不管是网友们出于“试一试又不会怎么样”心理,还是单纯凑个热闹,有许多人都开始照葫芦画瓢,用自己的账号开始进行实验,而后还在社交平台现身说法,亲测有效。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网10" id="img9_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312223301.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;就比如有个网友表示,自己看中的机票本身要要2203元,跟朋友狂刷“不买了去不起”之后,成功降了900多块...</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网11" id="img10_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312223151.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;比如还有网友表示,自己为了让机票降下来,足足花了半个月时间立贫穷人设,结果真的成功了。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网12" id="img11_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312223565.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;除此之外,还有不少同样声称成功的案例,各式各样的哭穷文案也翻着花样出现。无论是短视频平台,还是图文社交媒体,它们不分地点,不分场合地冒出来。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网13" id="img12_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312223379.png" referrerpolicy="no-referrer"></span></p>
<p style="text-align: center;">就连远在美国的网友都学会了赛博哭穷</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网14" id="img13_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312223139.png" referrerpolicy="no-referrer"></span></p>
<p style="text-align: center;">哭穷还不够,有的已经开始赛博许愿了</p>
<div align="center" class="page_fenye"><span><a href="https://www.ali213.net/news/zl/893425.html">首页</a></span> <span><a href="https://www.ali213.net/news/zl/893425.html">上一页</a></span> <a href="https://www.ali213.net/news/zl/893425.html">1</a> <a href="https://www.ali213.net/news/zl/893425_2.html" class="currpage">2</a> <a href="https://www.ali213.net/news/zl/893425_3.html">3</a> <span><a id="after_this_page" href="https://www.ali213.net/news/zl/893425_3.html">下一页</a></span> <span><a href="https://www.ali213.net/news/zl/893425_3.html">共3页</a></span><br><font color="#888888">提示:支持键盘“← →”键翻页</font></div>
<div class="news_ding">
<div id="Txt_893425" title="顶一下" class="new_d1">
<div class="new_ds1"></div>
<div class="new_ds" id="No_893425">0</div>
</div>
</div>
<p></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;网络炫富的上半场已经过去,现在到来的是赛博哭穷下一阶段。这场与大数据的对抗游戏,好像一下子挑起了了大家兴趣,还让许多人玩得不亦乐乎。</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;实际上,网友们自发整治“大数据杀熟”的行动早就开始了。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网15" id="img14_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312223310.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;在今年年初,互联网上使用粉色小恐龙头像的“momo 大军”兴起,通过相似的头像与ID以表明自己是新用户,以系统信息掩盖个人信息,躲避算法对个人行为与喜好的追踪与判断;</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网16" id="img15_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312223763.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;也有网友分享反算法攻略,让大家通过定期清除浏览器记录和缓存,或者创建不同账号、使用不同浏览器等方法,来尽可能在互联网上“隐身”,让大数据无法识别自己。</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;当然,这些做法到底能不能真正起作用,谁也无法给出一个准确的答案;那些成功了的网友又会不会是一种另类的“幸存者偏差”也无法验证....甚至最近还有几个自称的平台算法编写参与者的网友说网友们的“小打小闹”早就被包含在平台的算法之内了...</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网17" id="img16_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_202412231222340.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;实际上,随着技术的不断演进,这些看似巧妙的<a href="https://down.ali213.net/heji/celue/" class="keylink" target="_blank">策略</a>可能随时会被算法的更新所抵消。</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;毕竟,我们大部分的生活都已经数字化,产生了海量且多样化的数据。在这些庞大的数据洪流中,用户主动塑造的形象,也就是他们产生的数据,所占的比重实际上是微乎其微的。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网18" id="img17_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312415203.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;即便退一万步来说,用户的真实购买力可能才是算法中最有分量的因素。比如,如果你经常出国旅行,频繁乘坐飞机、下榻五星级酒店,那么无论你如何在网络上哭穷,这些行为数据对算法的影响可能远比你的“人设”要大得多。</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;不过年关将近,我倒是支持大家都去各大平台的评论区去骂骂看,指不定谁的就灵验了呢?就算它不管用,骂两句也算给曾经被大数据杀熟的自己出一口气了。</p>
<div align="center" class="page_fenye"><span><a href="https://www.ali213.net/news/zl/893425.html">首页</a></span> <span><a href="https://www.ali213.net/news/zl/893425_2.html">上一页</a></span> <a href="https://www.ali213.net/news/zl/893425.html">1</a> <a href="https://www.ali213.net/news/zl/893425_2.html">2</a> <a href="https://www.ali213.net/news/zl/893425_3.html" class="currpage">3</a> <span><a href="https://www.ali213.net/news/zl/893425_3.html">共3页</a></span><br><font color="#888888">提示:支持键盘“← →”键翻页</font></div>
<div class="news_ding">
<div id="Txt_893425" title="顶一下" class="new_d1">
<div class="new_ds1"></div>
<div class="new_ds" id="No_893425">0</div>
</div>
</div>
<p></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;乍一听好像是这么回事,但如果说有多少人真相信“骂机票就能降价”的科学性,那倒也未必。</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;尤其是之前国家相关部门还发布过网络算法治理的专项文件,重点就是整治各大平台的大数据“杀熟”问题,现在到底还有几家平台敢冒着风险去试探法律的底线也很难说。</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;但是,不管是网友们出于“试一试又不会怎么样”心理,还是单纯凑个热闹,有许多人都开始照葫芦画瓢,用自己的账号开始进行实验,而后还在社交平台现身说法,亲测有效。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网10" id="img9_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312223301.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;就比如有个网友表示,自己看中的机票本身要要2203元,跟朋友狂刷“不买了去不起”之后,成功降了900多块...</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网11" id="img10_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312223151.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;比如还有网友表示,自己为了让机票降下来,足足花了半个月时间立贫穷人设,结果真的成功了。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网12" id="img11_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312223565.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;除此之外,还有不少同样声称成功的案例,各式各样的哭穷文案也翻着花样出现。无论是短视频平台,还是图文社交媒体,它们不分地点,不分场合地冒出来。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网13" id="img12_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312223379.png" referrerpolicy="no-referrer"></span></p>
<p style="text-align: center;">就连远在美国的网友都学会了赛博哭穷</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网14" id="img13_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312223139.png" referrerpolicy="no-referrer"></span></p>
<p style="text-align: center;">哭穷还不够,有的已经开始赛博许愿了</p>
<div align="center" class="page_fenye"><span><a href="https://www.ali213.net/news/zl/893425.html">首页</a></span> <span><a href="https://www.ali213.net/news/zl/893425.html">上一页</a></span> <a href="https://www.ali213.net/news/zl/893425.html">1</a> <a href="https://www.ali213.net/news/zl/893425_2.html" class="currpage">2</a> <a href="https://www.ali213.net/news/zl/893425_3.html">3</a> <span><a id="after_this_page" href="https://www.ali213.net/news/zl/893425_3.html">下一页</a></span> <span><a href="https://www.ali213.net/news/zl/893425_3.html">共3页</a></span><br><font color="#888888">提示:支持键盘“← →”键翻页</font></div>
<div class="news_ding">
<div id="Txt_893425" title="顶一下" class="new_d1">
<div class="new_ds1"></div>
<div class="new_ds" id="No_893425">0</div>
</div>
</div>
<p></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;网络炫富的上半场已经过去,现在到来的是赛博哭穷下一阶段。这场与大数据的对抗游戏,好像一下子挑起了了大家兴趣,还让许多人玩得不亦乐乎。</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;实际上,网友们自发整治“大数据杀熟”的行动早就开始了。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网15" id="img14_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312223310.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;在今年年初,互联网上使用粉色小恐龙头像的“momo 大军”兴起,通过相似的头像与ID以表明自己是新用户,以系统信息掩盖个人信息,躲避算法对个人行为与喜好的追踪与判断;</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网16" id="img15_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312223763.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;也有网友分享反算法攻略,让大家通过定期清除浏览器记录和缓存,或者创建不同账号、使用不同浏览器等方法,来尽可能在互联网上“隐身”,让大数据无法识别自己。</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;当然,这些做法到底能不能真正起作用,谁也无法给出一个准确的答案;那些成功了的网友又会不会是一种另类的“幸存者偏差”也无法验证....甚至最近还有几个自称的平台算法编写参与者的网友说网友们的“小打小闹”早就被包含在平台的算法之内了...</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网17" id="img16_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_202412231222340.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;实际上,随着技术的不断演进,这些看似巧妙的<a href="https://down.ali213.net/heji/celue/" class="keylink" target="_blank">策略</a>可能随时会被算法的更新所抵消。</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;毕竟,我们大部分的生活都已经数字化,产生了海量且多样化的数据。在这些庞大的数据洪流中,用户主动塑造的形象,也就是他们产生的数据,所占的比重实际上是微乎其微的。</p>
<p style="text-align: center;"><span style="cursor:pointer;"><img alt="游侠网18" id="img17_1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" src="https://img2.ali213.net/picfile/News/2024/12/23/584_2024122312415203.png" referrerpolicy="no-referrer"></span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;即便退一万步来说,用户的真实购买力可能才是算法中最有分量的因素。比如,如果你经常出国旅行,频繁乘坐飞机、下榻五星级酒店,那么无论你如何在网络上哭穷,这些行为数据对算法的影响可能远比你的“人设”要大得多。</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp;不过年关将近,我倒是支持大家都去各大平台的评论区去骂骂看,指不定谁的就灵验了呢?就算它不管用,骂两句也算给曾经被大数据杀熟的自己出一口气了。</p>
<div align="center" class="page_fenye"><span><a href="https://www.ali213.net/news/zl/893425.html">首页</a></span> <span><a href="https://www.ali213.net/news/zl/893425_2.html">上一页</a></span> <a href="https://www.ali213.net/news/zl/893425.html">1</a> <a href="https://www.ali213.net/news/zl/893425_2.html">2</a> <a href="https://www.ali213.net/news/zl/893425_3.html" class="currpage">3</a> <span><a href="https://www.ali213.net/news/zl/893425_3.html">共3页</a></span><br><font color="#888888">提示:支持键盘“← →”键翻页</font></div>
<div class="news_ding">
<div id="Txt_893425" title="顶一下" class="new_d1">
<div class="new_ds1"></div>
<div class="new_ds" id="No_893425">0</div>
</div>
</div>
</description>
<link />
<guid isPermaLink="false">ali213-zl-893425</guid>
<pubDate>Sun, 22 Dec 2024 17:27:09 GMT</pubDate>
<author>小蛙</author>
<enclosure url="https://imgs.ali213.net/news/2024/12/23/2024122311950600.png" type="image/jpeg"></enclosure>
</item>
</channel>
</rss> |
ming42
pushed a commit
to ming42/RSSHub
that referenced
this pull request
Dec 24, 2024
commit 0a93a7486da3188e712d6446e59911077637e132 Author: Cedar <[email protected]> Date: Tue Dec 24 23:26:17 2024 +0800 feat(route): add 穆迪评级 (#17969) * feat(route): add https://www.moodysmismicrosite.com/report * Update lib/routes/moodysmismicrosite/report.ts * Update lib/routes/moodysmismicrosite/report.ts * update report.ts --------- Co-authored-by: Cedar <[email protected]> commit 131bc33637f887da8e83e22ba064eae88a90f4ac Author: DIYgod <[email protected]> Date: Tue Dec 24 16:56:52 2024 +0800 feat: update follow config commit df1b4369c023f140c21dbfa6439d36fb57c4af67 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Dec 24 08:49:26 2024 +0000 chore(deps-dev): bump @typescript-eslint/parser from 8.18.1 to 8.18.2 (#17971) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.18.1 to 8.18.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.2/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit ae3ab8782dd52e0dab825d333b1f06cac163e936 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Dec 24 08:46:50 2024 +0000 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#17970) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.18.1 to 8.18.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.2/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit c66fe4ea2af1bf04fd13bc8a40084354d7864e55 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Dec 24 12:35:55 2024 +0800 chore(deps): bump entities from 5.0.0 to 6.0.0 (#17965) Bumps [entities](https://github.com/fb55/entities) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/fb55/entities/releases) - [Commits](https://github.com/fb55/entities/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: entities dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 9175f05b22de5a1bb33e1f16f97ad1dda3c42b02 Author: DIYgod <[email protected]> Date: Mon Dec 23 18:16:29 2024 +0800 feat: add obsidian plugins route commit db9d5cee3c93a40a8b13624a6d009218653d8e0d Author: DIYgod <[email protected]> Date: Mon Dec 23 17:51:45 2024 +0800 feat: add home-assistant route commit eda56eafbc48460e2ec074e52c725a12eb33b56c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Dec 23 08:37:26 2024 +0000 chore(deps-dev): bump discord-api-types from 0.37.112 to 0.37.114 (#17966) Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.112 to 0.37.114. - [Release notes](https://github.com/discordjs/discord-api-types/releases) - [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md) - [Commits](https://github.com/discordjs/discord-api-types/compare/0.37.112...0.37.114) --- updated-dependencies: - dependency-name: discord-api-types dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit e74c1ef7370f0347b3b8f96ddc97d234319d47cc Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Dec 23 08:35:32 2024 +0000 chore(deps): bump ioredis from 5.4.1 to 5.4.2 (#17964) Bumps [ioredis](https://github.com/luin/ioredis) from 5.4.1 to 5.4.2. - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md) - [Commits](https://github.com/luin/ioredis/compare/v5.4.1...v5.4.2) --- updated-dependencies: - dependency-name: ioredis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit dea52d806146098a35a15675df9d2d248dc93db0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Dec 23 08:35:23 2024 +0000 chore(deps-dev): bump eslint-plugin-n from 17.15.0 to 17.15.1 (#17963) Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.15.0 to 17.15.1. - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v17.15.0...v17.15.1) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit e3c2f009dcd6f3475760d06a28aa8fc490426807 Author: Ethan Shen <[email protected]> Date: Mon Dec 23 11:46:11 2024 +0800 feat(route): add 游侠网大侠号 (#17961) * feat(route): add 游侠网大侠号 * fix typo commit dc32d68fc380c538d94e410cb0057bd322772675 Author: ueiu <[email protected]> Date: Mon Dec 23 01:40:50 2024 +0800 fix(blizzard): 新闻路由报错不能使用 (#17956) * fix(blizzard): 新闻路由报错不能使用 * fix(blizzard): 修改 cache key commit d525693969caefc99ffc8feed007883702fee1a5 Author: Jianjun Xiao <[email protected]> Date: Mon Dec 23 00:23:43 2024 +0800 feat(route): Add RSS feed for latest news from Anthropic (a leading LLM developer). (#17960) * Add Anthropic news * Update lib/routes/anthropic/news.ts --------- commit 8a58ca1b776e80f854ed6d328724ebd827539d09 Author: ueiu <[email protected]> Date: Sun Dec 22 20:11:34 2024 +0800 chore(shu): 给上海大学相关 rss 添加图标 (#17958) commit 0a307e83c6c3499ba11a31cb626dc838d196a68b Author: junfengP <[email protected]> Date: Sat Dec 21 22:28:38 2024 +0800 feat(route): implement 新电影天堂 route with content scraping and caching (#17945) * feat(route): implement 新电影天堂 route with content scraping and caching - Added a new route for 电影天堂 (Movie Heaven) that scrapes movie data from ygdy8.net. - Implemented content loading with caching to optimize performance. - Created a namespace for the route with relevant metadata. - Removed the deprecated JavaScript version of the route to streamline the codebase. * fix(route): update 电影天堂 route for improved content scraping --------- Co-authored-by: junfengP <[email protected]> commit a5f25ac54e38a837e009d881373a451141e1041e Author: Andvari <[email protected]> Date: Sat Dec 21 14:15:41 2024 +0800 feat(route/copernicium): Add default (#17828) * feat(route/copernicium): Add default * Update index.ts * Update index.ts * Update lib/routes/copernicium/index.ts Co-authored-by: Tony <[email protected]> * Update index.ts * Update index.ts * Update lib/routes/copernicium/index.ts --------- commit 43a505f19a91d0a0c446973e4b51c6623e357145 Author: Tony <[email protected]> Date: Sat Dec 21 05:02:33 2024 +0800 fix(hket): select main listing container (#17954) commit efb663a332b73e73bbbfc37748def8dea2b3e591 Author: Tony <[email protected]> Date: Sat Dec 21 04:32:33 2024 +0800 fix(behance): embed (#17953) commit d6fd26238e8f0396e0020513a12a85b6013fabb9 Author: Bubu <[email protected]> Date: Sat Dec 21 03:38:01 2024 +0800 feat(route): 添加 海南省工业和信息化厅-通知公告 (#17923) * feat(route): 添加 海南省工业和信息化厅-通知公告 * fix: add namespace --------- commit 40e3dad6f4c24f7bb971b7425454f467eaefc668 Author: Cedar <[email protected]> Date: Sat Dec 21 03:09:47 2024 +0800 feat(route): 增加几米创作最新消息 (#17924) * feat(route): 增加几米创作最新消息 * chore: update namespace * Update lib/routes/jimmyspa/namespace.ts Co-authored-by: Tony <[email protected]> * chore: update jimmyspa * chore: cache the content --------- Co-authored-by: Cedar <[email protected]> commit e20c7a02c6a1b538588dc11b8816f34ec8fb86f9 Author: cnk <[email protected]> Date: Sat Dec 21 02:31:41 2024 +0800 fix(163/music/djradio): add option for info (#17944) * fix(163/music/djradio): remove duplicate part with embedded tag * fix(163/music/djradio): add option for info * fix: use cache --------- commit dd085029551066d2d91475d13e5b6e1546be5d66 Author: DIYgod <[email protected]> Date: Fri Dec 20 22:50:49 2024 +0800 feat: add follow limit config commit d46052f2e6dec1968356079116f76c7941ff6eb8 Author: Tsuyumi <[email protected]> Date: Fri Dec 20 19:00:03 2024 +0800 fix(bilibili): missing image (#17952) commit c69b4af7ba110a2741f8ac8ed1929c3365c90cf1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Dec 20 16:41:39 2024 +0800 chore(deps-dev): bump discord-api-types from 0.37.111 to 0.37.112 (#17949) Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.111 to 0.37.112. - [Release notes](https://github.com/discordjs/discord-api-types/releases) - [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md) - [Commits](https://github.com/discordjs/discord-api-types/compare/0.37.111...0.37.112) --- updated-dependencies: - dependency-name: discord-api-types dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 7e352d54653b712ef7f1de841be616b5858c3566 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Dec 20 08:16:57 2024 +0000 chore(deps-dev): bump node-network-devtools from 1.0.23 to 1.0.24 (#17948) Bumps [node-network-devtools](https://github.com/GrinZero/node-network-devtools) from 1.0.23 to 1.0.24. - [Release notes](https://github.com/GrinZero/node-network-devtools/releases) - [Commits](https://github.com/GrinZero/node-network-devtools/compare/v1.0.23...v1.0.24) --- updated-dependencies: - dependency-name: node-network-devtools dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit e20bd720297b6c3cd594d9a47259cbbb6a0871d5 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Dec 20 08:16:41 2024 +0000 chore(deps): bump tldts from 6.1.68 to 6.1.69 (#17947) Bumps [tldts](https://github.com/remusao/tldts) from 6.1.68 to 6.1.69. - [Release notes](https://github.com/remusao/tldts/releases) - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md) - [Commits](https://github.com/remusao/tldts/compare/v6.1.68...v6.1.69) --- updated-dependencies: - dependency-name: tldts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit f5fc827bb8bda196844330f5907422c5d8d680ec Author: Tony <[email protected]> Date: Fri Dec 20 02:26:15 2024 +0800 fix(behance): fix image url (#17942) commit b27218c2d2a49974e8181528ab3706562ff12d95 Author: Ethan Shen <[email protected]> Date: Fri Dec 20 01:25:33 2024 +0800 feat(route): add 艾瑞咨询研究图表 (#17940) commit 40cc40b5368ec93d16d4e524f7c70d06bc463f52 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Dec 19 22:31:26 2024 +0800 chore(deps): bump @opentelemetry/sdk-metrics from 1.29.0 to 1.30.0 (#17933) Bumps [@opentelemetry/sdk-metrics](https://github.com/open-telemetry/opentelemetry-js) from 1.29.0 to 1.30.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/v1.29.0...v1.30.0) --- updated-dependencies: - dependency-name: "@opentelemetry/sdk-metrics" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit acb553cdc5a83b453107679a5ea23aca2d0a6041 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Dec 19 22:20:17 2024 +0800 chore(deps): bump @opentelemetry/exporter-prometheus (#17932) Bumps [@opentelemetry/exporter-prometheus](https://github.com/open-telemetry/opentelemetry-js) from 0.56.0 to 0.57.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.56.0...experimental/v0.57.0) --- updated-dependencies: - dependency-name: "@opentelemetry/exporter-prometheus" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit fa68d30093a223a82ac2e5d41c78bcaec4a76735 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Dec 19 22:20:01 2024 +0800 chore(deps): bump @opentelemetry/sdk-trace-base from 1.29.0 to 1.30.0 (#17934) Bumps [@opentelemetry/sdk-trace-base](https://github.com/open-telemetry/opentelemetry-js) from 1.29.0 to 1.30.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/v1.29.0...v1.30.0) --- updated-dependencies: - dependency-name: "@opentelemetry/sdk-trace-base" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 520fa1ac1f2ed795a908fef20eac9dc48bd413aa Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Dec 19 22:19:51 2024 +0800 chore(deps): bump @opentelemetry/resources from 1.29.0 to 1.30.0 (#17938) Bumps [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) from 1.29.0 to 1.30.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/v1.29.0...v1.30.0) --- updated-dependencies: - dependency-name: "@opentelemetry/resources" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit f3fcf29e3a83e9ed3a3c7904aa6b52566d630c12 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Dec 19 21:50:41 2024 +0800 chore(deps-dev): bump globals from 15.13.0 to 15.14.0 (#17931) Bumps [globals](https://github.com/sindresorhus/globals) from 15.13.0 to 15.14.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.13.0...v15.14.0) --- updated-dependencies: - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit d0b36f40cc24f5fde583d76ce58d46cc9d23f351 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Dec 19 21:49:48 2024 +0800 chore(deps): bump @opentelemetry/exporter-trace-otlp-http (#17935) Bumps [@opentelemetry/exporter-trace-otlp-http](https://github.com/open-telemetry/opentelemetry-js) from 0.56.0 to 0.57.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.56.0...experimental/v0.57.0) --- updated-dependencies: - dependency-name: "@opentelemetry/exporter-trace-otlp-http" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 473c3a6d0812c6a033e86df0f784c0e0067a641a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Dec 19 21:48:24 2024 +0800 chore(deps): bump sanitize-html from 2.13.1 to 2.14.0 (#17936) Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 2.13.1 to 2.14.0. - [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.13.1...2.14.0) --- updated-dependencies: - dependency-name: sanitize-html dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 911482b43cea21ad006b13325282dc19f8d76d60 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Dec 19 08:34:20 2024 +0000 chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#17939) Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 87cf38bf04edaef67fcbdeb60e4d439d6eb77e58 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Dec 19 08:29:54 2024 +0000 chore(deps-dev): bump @vercel/nft from 0.27.9 to 0.27.10 (#17930) Bumps [@vercel/nft](https://github.com/vercel/nft) from 0.27.9 to 0.27.10. - [Release notes](https://github.com/vercel/nft/releases) - [Commits](https://github.com/vercel/nft/compare/0.27.9...0.27.10) --- updated-dependencies: - dependency-name: "@vercel/nft" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 5891dd8cc6021086e74405129b376cf1ba09f681 Author: Tony <[email protected]> Date: Thu Dec 19 12:02:46 2024 +0800 fix(behance): use GraphQL instead (#17928) commit 0c2bd405436e3dbc55a3471e6f1ccc034e6601db Author: Yunan Wang <[email protected]> Date: Wed Dec 18 21:15:36 2024 +0100 feat: add HiringCafe route (#17858) * feat(hiringcafe): add namespace.ts Signed-off-by: mintyfrankie <[email protected]> * feat(hiringcafe): add jobs endpoint Signed-off-by: mintyfrankie <[email protected]> * fix(hiringcafe): fix ESLint warning Signed-off-by: mintyfrankie <[email protected]> * fix: apply suggestions from code review Co-authored-by: Tony <[email protected]> * fix: accept suggestions from code review Signed-off-by: mintyfrankie <[email protected]> * refactor: modularize art template and sub-functions Signed-off-by: mintyfrankie <[email protected]> * feat(hiringcafe): add API interfaces Signed-off-by: mintyfrankie <[email protected]> * fix: resolve __dirname error Signed-off-by: mintyfrankie <[email protected]> * refactor: change API payload and interfaces to match upstream changes Signed-off-by: mintyfrankie <[email protected]> * refactor: add type safety and error handling Signed-off-by: mintyfrankie <[email protected]> * Apply suggestions from code review Co-authored-by: Tony <[email protected]> * fix: resolve ESLint error Signed-off-by: mintyfrankie <[email protected]> * fix: use hiring.cafe --------- Signed-off-by: mintyfrankie <[email protected]> commit 5ffc73e8e240b6d2f401d13b002c3bd97ef94ca6 Author: Yoki Wong <[email protected]> Date: Wed Dec 18 23:52:17 2024 +0800 feat(route): add route for Society journals (#17899) * Sociology Studies Jounal * Sociology Stuides Journal * delete error description * fix category name * Add router for society issues * fix routes according to docs --------- Co-authored-by: CNYoki <[email protected]> commit 2aab5047b7612a46ac523541a88b7c0a490927d8 Author: DIYgod <[email protected]> Date: Wed Dec 18 23:16:28 2024 +0800 feat: follow config commit 4bec9ed52f146750418a7c5c777cbd898332611a Author: pseudoyu <[email protected]> Date: Tue Dec 17 22:24:36 2024 +0800 fix(route/xueqiu): mark anti-crawler and improve error handling commit 751cd2ef17870ee35f9902b71fc35f412ca189f7 Author: Bubu <[email protected]> Date: Tue Dec 17 22:14:03 2024 +0800 feat(route): add techsir.com (#17840) commit eed7d3b255bb2fb9c25d81c2009050fd65f7369b Author: pseudoyu <[email protected]> Date: Tue Dec 17 21:48:44 2024 +0800 fix(route/smzdm): remove yearly hot and change options commit 6a06261c9a8aa4ba5d8bc78e4e715dd396fdc2c9 Author: pseudoyu <[email protected]> Date: Tue Dec 17 21:18:08 2024 +0800 fix(route/smzdm): update handler to use ofetch and improve data structure commit 0bc647c8bea93e3bf64c4efb56681211c77a8a89 Author: Bubu <[email protected]> Date: Tue Dec 17 21:13:22 2024 +0800 feat(route): APNIC Blog 全文 RSS (#17839) commit eb95f5bd2259e11dc9b411bad13616efa0a4f752 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Dec 17 05:12:14 2024 -0800 chore(deps-dev): bump @typescript-eslint/parser from 8.18.0 to 8.18.1 (#17920) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.18.0 to 8.18.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit efbaf066717fd04c00f43419cf6df4bdab993b1e Author: pseudoyu <[email protected]> Date: Tue Dec 17 21:04:46 2024 +0800 fix(route/bbc): bbc news 404 url issue commit 4785a0fe0da84f61653892b94e7cc2bc107321ae Author: 孙茂胤 (Sun, Maoyin) <[email protected]> Date: Tue Dec 17 14:04:07 2024 +0100 docs: fix tip wrapper in document (#17917) The extra indentation causes failure of parsing during Docs rendering. The parser will wrap the latter content until the next `:::` into tips commit 32358de408aa83e1cdf65d72da4881d668770eed Author: Cedar <[email protected]> Date: Tue Dec 17 20:57:33 2024 +0800 feat(route): 增加标普全球评级 (#17913) * feat(route): 增加标普全球评级 增加标普全球评级多语言发布稿件的获取,https://www.spglobal.com/ratings/zh、https://www.spglo bal.com/ratings/en等 * chore: provide an absolute URL. * chore: fix incorrect URL --------- Co-authored-by: Cedar <[email protected]> commit 8a3f053af6629f46e672592d16301bf0c6f66829 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Dec 17 08:41:48 2024 +0000 chore(deps): bump @scalar/hono-api-reference from 0.5.164 to 0.5.165 (#17921) Bumps [@scalar/hono-api-reference](https://github.com/scalar/scalar/tree/HEAD/packages/hono-api-reference) from 0.5.164 to 0.5.165. - [Changelog](https://github.com/scalar/scalar/blob/main/packages/hono-api-reference/CHANGELOG.md) - [Commits](https://github.com/scalar/scalar/commits/HEAD/packages/hono-api-reference) --- updated-dependencies: - dependency-name: "@scalar/hono-api-reference" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit dc8e254d9bf216dfd5b9f9a124dbebab2e65e5f0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Dec 17 08:41:03 2024 +0000 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#17918) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.18.0 to 8.18.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 5b4173403a39a6dcae6808dc748719466c7052a0 Author: Bubu <[email protected]> Date: Tue Dec 17 12:02:46 2024 +0800 feat(route): 新增 新芽网 (#17841) commit 0e1762f392057711304754cee611f57e3471b8ef Author: Bubu <[email protected]> Date: Tue Dec 17 11:46:30 2024 +0800 feat(route): 新增 和讯创投 (#17842) commit 9371b8977924983de51c7d101c91c741305d0d52 Author: Andvari <[email protected]> Date: Tue Dec 17 09:40:34 2024 +0800 fix(route/zaobao): Adapt to new SG layout (#17902) * fix(route/zaobao): Replace `got` while fetching article list * . * Update util.ts * Update util.ts commit 6e5738e4dce8464e4b072ba59dc1d4a02f6fb036 Author: Bubu <[email protected]> Date: Tue Dec 17 02:48:58 2024 +0800 feat(route): 新增 挖贝网 (#17903) commit fcd4b8f8f6162ecebc424047f75d28274a17b25e Author: pseudoyu <[email protected]> Date: Tue Dec 17 00:37:29 2024 +0800 feat(route/twitter): support third-party twitter keywords api commit 07c1e883682a3907b71272a854e0775a8845b885 Author: gz4zzxc <[email protected]> Date: Tue Dec 17 00:06:50 2024 +0800 feat(route): add GDUFS news route and GDUFS xwxy news (#17822) * feat(route):add GDUFS news route && GDUFS xwxy news * fix(xwxy-news): update authors extraction to use toArray() method * fix(xwxy-news): improve article detail fetching by explicitly passing item to fetchArticleDetail * fix(xwxy-news): reorder authors extraction to trim text after converting to array * refactor(routes): remove protocol from URLs in gdufs/news.ts Co-authored-by: Tony <[email protected]> * refactor(routes): simplify route name in gdufs/news.ts Co-authored-by: Tony <[email protected]> * refactor(routes): remove protocol from URLs in gdufs/news.ts Co-authored-by: Tony <[email protected]> * refactor(routes): simplify route name in gdufs/xwxy-news.ts Co-authored-by: Tony <[email protected]> * refactor(routes): use cache to optimize article content fetching and author extraction in gdufs/news.ts and gdufs/xwxy-news.ts * refactor(routes): Cache the entire item object in /gdufs/news & /gdufs/xwxy-news route --------- commit 030924a3ef715be0c671a91c51b706dec996bfe7 Author: FanofZY <[email protected]> Date: Mon Dec 16 22:44:11 2024 +0800 feat(route): add route for university: whu swrh (#17689) * feat(route): add route for university: whu swrh (#1) * feat(route): add route for university: whu swrh * Update swrh.ts * Update swrh.ts fixed the weixin url * update swrh.ts for html and weixin content * feat(route): add route for university: whu swrh * update for fetching pubdate. commit 8494da4f1a3a5b6df4d697954f3bcb7ba5031cab Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Dec 16 05:38:58 2024 -0800 chore(deps-dev): bump eslint from 9.16.0 to 9.17.0 (#17905) Bumps [eslint](https://github.com/eslint/eslint) from 9.16.0 to 9.17.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.16.0...v9.17.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 90dbb999f084cde903aba89e3b8658c8394c913f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Dec 16 05:08:13 2024 -0800 chore(deps-dev): bump @eslint/js from 9.16.0 to 9.17.0 (#17909) Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.16.0 to 9.17.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.17.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit db967716a5d42ded244026dde33f66185c817b4c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Dec 16 05:07:43 2024 -0800 chore(deps): bump @scalar/hono-api-reference from 0.5.163 to 0.5.164 (#17906) Bumps [@scalar/hono-api-reference](https://github.com/scalar/scalar/tree/HEAD/packages/hono-api-reference) from 0.5.163 to 0.5.164. - [Changelog](https://github.com/scalar/scalar/blob/main/packages/hono-api-reference/CHANGELOG.md) - [Commits](https://github.com/scalar/scalar/commits/HEAD/packages/hono-api-reference) --- updated-dependencies: - dependency-name: "@scalar/hono-api-reference" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit e74ab3b85c59d1f2bcd43555ec7ba43784835588 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Dec 16 05:07:12 2024 -0800 chore(deps): bump tldts from 6.1.67 to 6.1.68 (#17907) Bumps [tldts](https://github.com/remusao/tldts) from 6.1.67 to 6.1.68. - [Release notes](https://github.com/remusao/tldts/releases) - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md) - [Commits](https://github.com/remusao/tldts/compare/v6.1.67...v6.1.68) --- updated-dependencies: - dependency-name: tldts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 0323d68d8db3fa60e188f224627aec88cdaa13a9 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Dec 16 08:29:55 2024 +0000 chore(deps): bump hono from 4.6.13 to 4.6.14 (#17908) Bumps [hono](https://github.com/honojs/hono) from 4.6.13 to 4.6.14. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.6.13...v4.6.14) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 8952721ce66ba01b884e3b6468bb26517d7c8810 Author: ueiu <[email protected]> Date: Sun Dec 15 20:35:58 2024 +0800 fix(route/egsea): 修复e快选因部分条目没有分类导致抓取失败 (#17895) commit 655f7ac52f12b465b0b65f17613e51278719bea8 Author: CaoMeiYouRen <[email protected]> Date: Sat Dec 14 21:02:44 2024 +0800 fix(github/repos): 添加日期解析功能并优化数据处理 (#17893) - 引入 `parseDate` 工具函数用于解析日期 - 根据排序类型(updated 或 pushed)动态设置发布日期 - 优化数据过滤和映射逻辑,减少嵌套层级 commit 3a8d34ee3f8cc38907296e74e923754297e249d4 Author: cnk <[email protected]> Date: Sat Dec 14 08:19:55 2024 +0800 feat(route/hrbust): add 哈尔滨理工大学新闻网 (#17870) * feat(route): add 哈尔滨理工大学新闻网 * fix(route): fix title for 哈尔滨理工大学新闻网 * fix(route): using v2 Route Standard * fix(route/hrbust): fix with review commit 7fda7a25399af8236d7a32154a76addffaeffa07 Author: DaoXuan <[email protected]> Date: Sat Dec 14 02:22:17 2024 +0800 feat(route): 新增博客道宣的窝 (#17890) * 尝试 * /daoxuan * 修改example * Update lib/routes/daoxuan/rss.ts --------- commit a5deeb3729330bffcb6dfe0c65d3d4e0263ea059 Author: Ethan Shen <[email protected]> Date: Sat Dec 14 00:23:13 2024 +0800 fix(types): fix route type definitions for different languages (#17888) commit 6446448340fdbd7f0e2e2ea1971f46382420651e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Dec 13 05:10:50 2024 -0800 chore(deps): bump http-cookie-agent from 6.0.7 to 6.0.8 (#17883) Bumps [http-cookie-agent](https://github.com/3846masa/http-cookie-agent) from 6.0.7 to 6.0.8. - [Release notes](https://github.com/3846masa/http-cookie-agent/releases) - [Changelog](https://github.com/3846masa/http-cookie-agent/blob/main/CHANGELOG.md) - [Commits](https://github.com/3846masa/http-cookie-agent/compare/v6.0.7...v6.0.8) --- updated-dependencies: - dependency-name: http-cookie-agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 352cac955d44ace6bae478ce40ab569b50ef97d0 Author: X <[email protected]> Date: Thu Dec 12 22:01:10 2024 +0800 fix(route/xiaohongshu): remove items url extra slash (#17878) commit 2a90282da9154cd702f1f5d5c1bb084569cd7d48 Author: Geraldxm <[email protected]> Date: Thu Dec 12 18:52:24 2024 +0800 feat(route): 充电头网 (#17860) * feat(route): 充电头网 * use REST API * remove cache; use date_gmt * Update lib/routes/chongdiantou/index.ts commit 6ffabac65457b23c877069272b73e371c843612c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Dec 12 01:27:27 2024 -0800 chore(deps-dev): bump @types/node from 22.10.1 to 22.10.2 (#17876) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.1 to 22.10.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 0823df23c2dfb908f7a399876dadbe1d4b636da3 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Dec 12 08:31:28 2024 +0000 chore(deps): bump tldts from 6.1.66 to 6.1.67 (#17877) Bumps [tldts](https://github.com/remusao/tldts) from 6.1.66 to 6.1.67. - [Release notes](https://github.com/remusao/tldts/releases) - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md) - [Commits](https://github.com/remusao/tldts/compare/v6.1.66...v6.1.67) --- updated-dependencies: - dependency-name: tldts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 6deb2f57cf9ac96a87f1b8009f790ddd2af466af Author: pseudoyu <[email protected]> Date: Thu Dec 12 13:53:50 2024 +0800 feat(route/twitter): support twitter list third-party api commit 127b45637a173ea1b77659ed73e3e5b881d9088a Author: Zihao Diao <[email protected]> Date: Wed Dec 11 17:59:34 2024 -0500 feat(picnob): fix Picnob Instagram Reels video playback. (#17874) * feat(picnob): fix Picnob igtv video playback. Signed-off-by: Zihao Diao <[email protected]> * feat(picnob): fix Picnob Instagram Reels video playback Signed-off-by: Zihao Diao <[email protected]> --------- Signed-off-by: Zihao Diao <[email protected]> commit 7c5a04fa7a06a61708215d374eb00a1d9a5355e0 Author: Yun Du <[email protected]> Date: Thu Dec 12 01:34:07 2024 +0800 feat(route): add cool paper first-author infomation (#17857) * [update] update cool paper * [add] add author of cool paper commit e1c5e635fc8bfbbb7884520aababf11f1c485960 Author: Ethan Shen <[email protected]> Date: Thu Dec 12 01:05:57 2024 +0800 feat(route): add 中国疾病预防控制中心 (#17873) commit 91399b3c275ac9e62ac72a58763130b76340ec9b Author: Geraldxm <[email protected]> Date: Wed Dec 11 23:39:23 2024 +0800 feat: get full text for routes/qbitai/category (#17740) commit 7a36be760e2239b1914a6cdf7ffb946c21bf6f17 Author: 天火流光 <[email protected]> Date: Wed Dec 11 23:18:37 2024 +0800 feat: add routes (#17792) * feat: add routes Signed-off-by: 天火流光 <[email protected]> * feat: add routes * revert: "feat: add routes" This reverts commit 0bdbc3b0ee3ce536e6a02d1e8608bc85a19b42c3. * fix: revert * feat: add routes Signed-off-by: 天火流光 <[email protected]> * 🐞 fix: Wait page to load Signed-off-by: 天火流光 <[email protected]> * fix: improve video description --------- Signed-off-by: 天火流光 <[email protected]> commit 936045ae97655f76884f5a9a4f43c3dac4986afd Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Dec 11 22:02:57 2024 +0800 chore(deps): bump zod from 3.23.8 to 3.24.1 (#17865) Bumps [zod](https://github.com/colinhacks/zod) from 3.23.8 to 3.24.1. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/compare/v3.23.8...v3.24.1) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 107cc039516295bbe09a8462205a242651fa25e8 Author: Bubu <[email protected]> Date: Wed Dec 11 21:11:31 2024 +0800 feat(route): 添加 白鲸出海 (#17845) * feat(route): 添加白鲸出海 * Update lib/routes/baijing/index.ts * Update lib/routes/baijing/index.ts commit 3cb7925770db41fb4f8e3cf3a70e318a0f7bb648 Author: Bubu <[email protected]> Date: Wed Dec 11 20:42:13 2024 +0800 feat(route): 新增 i黑马网 (#17843) commit a49355bc40086674882edeb482f3f2ad4ec9d334 Author: karasu <[email protected]> Date: Wed Dec 11 17:17:59 2024 +0800 fix(route): filter out invalid subscriptions (#17861) commit ab760e9305fb45dd2fea118826e330ec485215bb Author: lidashuang <[email protected]> Date: Wed Dec 11 17:13:41 2024 +0800 fix(/mittrchina/breaking): TypeError: Cannot read properties of null (reading 'content') (#17855) * feat(route): add amz123.com * fix(/mittrchina/breaking): check var null TypeError: Cannot read properties of null (reading 'content') * fix(/mittrchina): breaking url null properties commit c876e39f23a36324aebd5fd60ab8b0b88835c9e6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Dec 11 08:51:33 2024 +0000 chore(deps): bump http-cookie-agent from 6.0.6 to 6.0.7 (#17868) Bumps [http-cookie-agent](https://github.com/3846masa/http-cookie-agent) from 6.0.6 to 6.0.7. - [Release notes](https://github.com/3846masa/http-cookie-agent/releases) - [Changelog](https://github.com/3846masa/http-cookie-agent/blob/main/CHANGELOG.md) - [Commits](https://github.com/3846masa/http-cookie-agent/compare/v6.0.6...v6.0.7) --- updated-dependencies: - dependency-name: http-cookie-agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit a15355ea36ff9697785f7d26f4f9c3c28538914c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Dec 11 08:50:08 2024 +0000 chore(deps): bump rfc4648 from 1.5.3 to 1.5.4 (#17866) Bumps [rfc4648](https://github.com/swansontec/rfc4648.js) from 1.5.3 to 1.5.4. - [Release notes](https://github.com/swansontec/rfc4648.js/releases) - [Changelog](https://github.com/swansontec/rfc4648.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/swansontec/rfc4648.js/commits) --- updated-dependencies: - dependency-name: rfc4648 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit f9165acccc6952162da93abc1a5f7fca5d916415 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Dec 11 08:49:58 2024 +0000 chore(deps-dev): bump lint-staged from 15.2.10 to 15.2.11 (#17863) Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.10 to 15.2.11. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.10...v15.2.11) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 32d09356f3b6f446d0f9bb498dbe7800df4a06c1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Dec 11 08:49:46 2024 +0000 chore(deps-dev): bump @stylistic/eslint-plugin from 2.12.0 to 2.12.1 (#17862) Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.12.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit e7647392dc290bdc6d33fb91ccb5885daac9b579 Author: mocusez <[email protected]> Date: Wed Dec 11 01:46:54 2024 +0800 fix(route/duckdb): change blogs link and author (#17856) * fix(route/duckdb): change blogs link and author * fix(route/duckdb): update description selector --------- commit d93568fd12901fddf64ad07b32c10d5f7a71b38f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Dec 10 05:59:59 2024 -0800 chore(deps-dev): bump eslint-plugin-n from 17.14.0 to 17.15.0 (#17850) Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.14.0 to 17.15.0. - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v17.14.0...v17.15.0) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 23f3dbda49b36de19a76af856dbc89a43072292a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Dec 10 21:24:57 2024 +0800 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#17848) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.17.0 to 8.18.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 61725b253c662be8e533acfc8590346c6201f38b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Dec 10 05:14:45 2024 -0800 chore(deps-dev): bump @typescript-eslint/parser from 8.17.0 to 8.18.0 (#17847) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.17.0 to 8.18.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit f1c793aca558c51e10fe646d6bc41759db41ca00 Author: iusx <[email protected]> Date: Tue Dec 10 20:55:52 2024 +0800 fix(route/isct): TIP overflow layout (#17838) * Update namespace.ts * Update namespace.ts commit 0d1a9d23052309b10669d8911b6b3a47d28de2ef Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Dec 10 08:52:36 2024 +0000 chore(deps): bump nanoid from 3.3.7 to 3.3.8 (#17854) Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 9714a48c2daf0b33ebdbba66b7190395a7bcdeb9 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Dec 10 08:44:31 2024 +0000 chore(deps-dev): bump @vercel/nft from 0.27.7 to 0.27.9 (#17851) Bumps [@vercel/nft](https://github.com/vercel/nft) from 0.27.7 to 0.27.9. - [Release notes](https://github.com/vercel/nft/releases) - [Commits](https://github.com/vercel/nft/compare/0.27.7...0.27.9) --- updated-dependencies: - dependency-name: "@vercel/nft" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit b17d3605c89eec1caab406ec8ffceee2d5ac9b39 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Dec 10 08:44:18 2024 +0000 chore(deps-dev): bump discord-api-types from 0.37.110 to 0.37.111 (#17849) Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.110 to 0.37.111. - [Release notes](https://github.com/discordjs/discord-api-types/releases) - [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md) - [Commits](https://github.com/discordjs/discord-api-types/compare/0.37.110...0.37.111) --- updated-dependencies: - dependency-name: discord-api-types dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 844e6580083202341b1795cf6158458c37852160 Author: pseudoyu <[email protected]> Date: Tue Dec 10 11:29:59 2024 +0800 feat(route/twitter): only apply third-party api supported routes commit 17e2fc729d52d17ba8b07988ae168cc3c956fdc7 Author: CaoMeiYouRen <[email protected]> Date: Tue Dec 10 10:30:42 2024 +0800 feat(route/github): enhance /repos route with optional parameters for type, sort, and direction (#17827) * feat(route/github): enhance /repos route with optional parameters for type, sort, and direction - Updated the route to accept optional parameters: type, sort, and direction. - Added filtering logic for repository types: all, owner, member, public, private, forks, and sources. - Improved documentation for parameters to clarify usage. * refactor(github): 优化仓库路由参数配置 - 移除 `direction` 参数,简化排序逻辑 - 更新路由路径以匹配简化后的参数 commit 8434009b734149ba85875b3626737b48763c7055 Author: Tony <[email protected]> Date: Mon Dec 9 13:33:28 2024 -0800 fix(route/sohu): add image URL decryption for fetched articles (#17837) commit 74f50c3154ad39eb3e6f3ba1cc517a6a3c496b20 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Dec 9 21:04:32 2024 +0800 chore(deps): bump pac-proxy-agent from 7.0.2 to 7.1.0 (#17835) Bumps [pac-proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/pac-proxy-agent) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/TooTallNate/proxy-agents/releases) - [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/pac-proxy-agent/CHANGELOG.md) - [Commits](https://github.com/TooTallNate/proxy-agents/commits/[email protected]/packages/pac-proxy-agent) --- updated-dependencies: - dependency-name: pac-proxy-agent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 134d114ffaf60ce54301f8e80d3d1311c86742f1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Dec 9 04:30:50 2024 -0800 chore(deps-dev): bump vite-tsconfig-paths from 5.1.3 to 5.1.4 (#17830) Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 5.1.3 to 5.1.4. - [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases) - [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.3...v5.1.4) --- updated-dependencies: - dependency-name: vite-tsconfig-paths dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 43f635d389af8b3710672498f62e020feddef2c8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Dec 9 04:29:17 2024 -0800 chore(deps-dev): bump @stylistic/eslint-plugin from 2.11.0 to 2.12.0 (#17831) Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.12.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit c70fda5b99e6b6fee098dfac0c9d49dd581e30cb Author: pseudoyu <[email protected]> Date: Mon Dec 9 18:17:11 2024 +0800 feat(route/twitter): support tweets with replies commit 503a779091b36f4fa2fda3b6c4333d238aeb5e18 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Dec 9 08:34:19 2024 +0000 chore(deps): bump https-proxy-agent from 7.0.5 to 7.0.6 (#17834) Bumps [https-proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/https-proxy-agent) from 7.0.5 to 7.0.6. - [Release notes](https://github.com/TooTallNate/proxy-agents/releases) - [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/https-proxy-agent/CHANGELOG.md) - [Commits](https://github.com/TooTallNate/proxy-agents/commits/[email protected]/packages/https-proxy-agent) --- updated-dependencies: - dependency-name: https-proxy-agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 95c71c5988759535fb51d5e9e221843419a9486c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Dec 9 08:28:05 2024 +0000 chore(deps): bump socks-proxy-agent from 8.0.4 to 8.0.5 (#17833) Bumps [socks-proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/socks-proxy-agent) from 8.0.4 to 8.0.5. - [Release notes](https://github.com/TooTallNate/proxy-agents/releases) - [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/socks-proxy-agent/CHANGELOG.md) - [Commits](https://github.com/TooTallNate/proxy-agents/commits/[email protected]/packages/socks-proxy-agent) --- updated-dependencies: - dependency-name: socks-proxy-agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 4af0c75d0594e91ad9b0cc7714d3697a7fc3faea Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Dec 9 08:27:48 2024 +0000 chore(deps): bump tldts from 6.1.65 to 6.1.66 (#17829) Bumps [tldts](https://github.com/remusao/tldts) from 6.1.65 to 6.1.66. - [Release notes](https://github.com/remusao/tldts/releases) - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md) - [Commits](https://github.com/remusao/tldts/compare/v6.1.65...v6.1.66) --- updated-dependencies: - dependency-name: tldts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 3b1de0dc9e91ba2109642b64b8ca5842366830a9 Author: Ethan Shen <[email protected]> Date: Mon Dec 9 09:48:29 2024 +0800 feat(route): add 游侠网资讯 (#17815) * feat(route): add 游侠网资讯 * fix typo commit 5c3d6fa348907c340a8d49fa3ee24cf393054441 Author: PangBo <[email protected]> Date: Sun Dec 8 00:21:19 2024 +0800 feat(route): 添加 上海交通大学教务处 面向学生的通知 路由 (#17823) * feat(route): add `sjtu/jwc/students` * feat(route/sjtu/jwc): add description for /sjtu/jwc/students commit 0d07768955d577e1df7ffb2a34ad2c34f03c758d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Dec 6 08:28:12 2024 +0000 chore(deps): bump hono from 4.6.12 to 4.6.13 (#17818) Bumps [hono](https://github.com/honojs/hono) from 4.6.12 to 4.6.13. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.6.12...v4.6.13) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 8eb7abb8e2f0c9f61bc7077d6c54f7a6958338b4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Dec 6 08:27:52 2024 +0000 chore(deps): bump imapflow from 1.0.169 to 1.0.171 (#17817) Bumps [imapflow](https://github.com/postalsys/imapflow) from 1.0.169 to 1.0.171. - [Release notes](https://github.com/postalsys/imapflow/releases) - [Changelog](https://github.com/postalsys/imapflow/blob/master/CHANGELOG.md) - [Commits](https://github.com/postalsys/imapflow/compare/v1.0.169...v1.0.171) --- updated-dependencies: - dependency-name: imapflow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 60dd8f6ba6263c6ed63f77a280b072c2d31cb05b Author: pseudoyu <[email protected]> Date: Fri Dec 6 16:12:32 2024 +0800 feat(route/twitter): support getUserTweets thirdparty api commit db18c561cbe6923bef7ae4b0b46ac659fa589902 Author: pseudoyu <[email protected]> Date: Fri Dec 6 07:54:20 2024 +0800 fix(route/joneslanglasalle): radix to 10 and set default to 12 commit d7447b25cff4830a4818e8c7b6abb4fde0d98530 Author: pseudoyu <[email protected]> Date: Fri Dec 6 07:14:05 2024 +0800 chore(route/joneslanglasalle): fetch 12 items by default commit ce2b89a6428979a7ca91861c88a5fc41283581fe Author: Yuhang <[email protected]> Date: Fri Dec 6 00:52:06 2024 +0800 fix: qweather route example inaccuracy. (#17805) * fix: qweather route example inaccuracy. qweather route example inaccuracy * fix(qweather): throw on config not found --------- commit db98160eed66ff11e754990880c8b017482de867 Author: CaoMeiYouRen <[email protected]> Date: Thu Dec 5 23:53:45 2024 +0800 fix(mihoyo/bbs): 修复 timeline API URL (#17806) - 更新 timeline API URL 以匹配最新的 API 路径 commit 166e69bfaa6d5143c1785677660574fbdf578d3a Author: pseudoyu <[email protected]> Date: Thu Dec 5 22:48:13 2024 +0800 fix(api): decrease maxHeaderSize commit b35d47d68519f55be0cc0fa739aa3212940d3d19 Author: Tony <[email protected]> Date: Thu Dec 5 22:19:39 2024 +0800 fix(36kr): add checks commit 9b684c2183c01973e1048bea2122763586533ff8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Dec 5 21:47:54 2024 +0800 chore(deps): bump @opentelemetry/exporter-prometheus (#17811) Bumps [@opentelemetry/exporter-prometheus](https://github.com/open-telemetry/opentelemetry-js) from 0.55.0 to 0.56.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.55.0...experimental/v0.56.0) --- updated-dependencies: - dependency-name: "@opentelemetry/exporter-prometheus" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 96416bda3b8329b746556cd376009a3cb40317ef Author: dependabot[bot] <4969933…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Involved Issue / 该 PR 相关 Issue
Close #
Example for the Proposed Route(s) / 路由地址示例
New RSS Route Checklist / 新 RSS 路由检查表
Puppeteer
Note / 说明