RSSHub/lib/routes
BeaCox 575f71abde
feat(route/sjtu): add CS school academic activities (#22050)
* feat(route/sjtu): add CS school academic activities

* refactor(route/sjtu/cs/xshd): use JSX for description and respect dedicated item fields

  - Switch to .tsx with renderToString (Rule 25)
  - Move 时间→pubDate (with HH:mm), 报告人→author, 封面→image (Rule 11)
  - Drop hand-written referrerpolicy attributes (Rule 39)
  - pubDate now preserves hour/minute when source provides it

* fix(route/sjtu/cs/xshd): separate publish date from event time

  - pubDate now reflects announcement publish date:
    - in-site articles: detail page 发布日期 (authoritative)
    - WeChat-redirect items: extracted from image URL path /upload/image/YYYYMMDD/
  - 举办时间 (event time) moved back into description (no longer duplicates pubDate)

* fix(route/sjtu/cs/xshd): remove manual title trimming (Rule 16)

* fix(route/sjtu/cs/xshd): address review comments

  - Use response URL to detect WeChat redirect
  - Fetch WeChat MP content via fetchArticle
  - Remove try-catch around detail requests
  - Remove dangerouslySetInnerHTML from JSX rendering

* fix(route/sjtu/cs/xshd): use ofetch consistently

* fix(route/sjtu/cs/xshd): fallback on WeChat MP WAF errors

* fix(route/sjtu/cs/xshd): fallback when detail enrichment fails

  The route enriches list items by fetching detail pages, but some SJTU
  detail URLs are redirect stubs to WeChat MP. In CI, those intermediate
  detail requests can fail with no response before the route reaches the
  WeChat MP parser, causing Promise.all to reject and the whole feed to
  return 503.

  Switch detail enrichment aggregation from Promise.all to
  Promise.allSettled and fall back to list-page metadata for only the
  failed item. Successful items are still enriched with in-site article
  content or WeChat MP content.

  This follows the existing resilient detail-fetching pattern in
  lib/routes/usenix/usenix.ts and keeps the scoped WeChatMpError fallback
  around fetchArticle(), similar to lib/routes/wechat/sogou.ts.
2026-06-01 05:33:37 +08:00
..
0x80 style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
0xxx style: auto format 2026-05-07 20:42:08 +00:00
1lou style: auto format 2026-05-07 20:42:08 +00:00
1point3acres style: auto format 2026-05-07 21:41:39 +00:00
1x refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
2cycd style: auto format 2025-11-27 02:55:46 +00:00
3dmgame style: auto format 2026-05-07 20:42:08 +00:00
3kns style: auto format 2026-05-07 20:42:08 +00:00
4chan style: auto format 2026-05-11 16:26:16 +00:00
4gamers fix(route/4gamers): handle InsertOneAdsSection (#22071) 2026-05-21 21:52:17 +08:00
4khd style: auto format 2025-11-27 02:55:46 +00:00
4ksj style: auto format 2026-05-07 20:42:08 +00:00
4kup style: auto format 2026-04-14 15:15:05 +00:00
005 style: auto format 2026-05-07 20:42:08 +00:00
5eplay style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
5music style: auto format 2026-05-07 20:42:08 +00:00
6park style: auto format 2026-05-07 20:42:08 +00:00
6v123 style: auto format 2026-05-07 20:42:08 +00:00
7mmtv style: auto format 2026-05-07 20:42:08 +00:00
8kcos style: auto format 2026-04-14 15:15:05 +00:00
8world style: auto format 2025-11-27 02:55:46 +00:00
9to5 style: auto format 2025-11-27 02:55:46 +00:00
10jqka style: auto format 2026-05-07 20:42:08 +00:00
18comic style: auto format 2026-05-07 20:42:08 +00:00
19lou style: auto format 2025-11-27 02:55:46 +00:00
21caijing style: auto format 2026-05-07 20:42:08 +00:00
30secondsofcode style: auto format 2025-11-27 02:55:46 +00:00
36kr style: auto format 2026-05-07 20:42:08 +00:00
50forum style: auto format 2026-04-14 15:15:05 +00:00
51cto style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
51read style: update oxlint to use simple-import-sort 2026-03-04 03:13:57 +08:00
52hrtt style: auto format 2026-05-07 20:42:08 +00:00
56kog style: auto format 2026-05-07 20:42:08 +00:00
69shu style: update oxlint to use simple-import-sort 2026-03-04 03:13:57 +08:00
78dm style: auto format 2026-05-07 20:42:08 +00:00
81 style: auto format 2026-05-07 20:42:08 +00:00
91porn style: auto format 2026-05-07 20:42:08 +00:00
95mm refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
121 style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
141jav style: auto format 2026-05-07 20:42:08 +00:00
141ppv style: auto format 2026-05-07 20:42:08 +00:00
163 refactor: use arrow function 2026-05-11 02:16:04 +08:00
199it style: auto format 2026-05-07 20:42:08 +00:00
423down style: auto format 2026-05-07 20:42:08 +00:00
500px refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
591 style: auto format 2026-05-07 20:42:08 +00:00
0818tuan style: auto format 2025-11-27 02:55:46 +00:00
2023game style: auto format 2026-05-07 20:42:08 +00:00
2048 refactor: use arrow function 2026-05-11 02:16:04 +08:00
8264 refactor: use arrow function 2026-05-11 02:16:04 +08:00
10000link style: auto format 2026-05-07 20:42:08 +00:00
12306 refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
12371 style: auto format 2025-11-27 02:55:46 +00:00
a9vg style: auto format 2026-05-07 20:42:08 +00:00
aa1 style: auto format 2026-05-07 20:42:08 +00:00
aamacau style: auto format 2026-05-07 20:42:08 +00:00
abc refactor: use arrow function 2026-05-11 02:16:04 +08:00
abmedia style: auto format 2026-05-07 20:42:08 +00:00
abskoop refactor: use arrow function 2026-05-11 02:16:04 +08:00
academia style: auto format 2025-11-27 02:55:46 +00:00
accessbriefing style: auto format 2026-05-07 20:42:08 +00:00
acfun feat(router/acfun): add embed option (#21589) 2026-04-02 05:41:05 +08:00
acg17 style: auto format 2026-04-14 15:15:05 +00:00
acgvinyl style: auto format 2025-11-27 02:55:46 +00:00
acpaa style: auto format 2025-11-27 02:55:46 +00:00
acs refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
adquan style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
aeaweb style: auto format 2026-05-07 20:42:08 +00:00
aeon style: auto format 2026-05-07 20:42:08 +00:00
afdian style: auto format 2026-05-07 20:42:08 +00:00
aflcio style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
afr style: auto format 2026-03-25 10:35:56 +00:00
agefans style: auto format 2025-11-27 02:55:46 +00:00
agirls style: auto format 2025-11-27 02:55:46 +00:00
agora0 style: auto format 2026-05-07 20:42:08 +00:00
agri style: auto format 2026-05-07 20:42:08 +00:00
ahjzu style: auto format 2025-11-27 02:55:46 +00:00
ai-bot feat(route): add ai-bot daily-ai-news route (#20851) 2026-01-17 21:05:01 +08:00
aiaa style: auto format 2025-11-27 02:55:46 +00:00
aibase style: auto format 2026-05-07 20:42:08 +00:00
aiblog-2xv style: auto format 2025-11-27 02:55:46 +00:00
aicaijing refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
aiea style: auto format 2026-04-14 15:15:05 +00:00
aijishu style: auto format 2026-04-14 15:15:05 +00:00
ainvest feat(route/ainvest): rework article and news (#21154) 2026-02-15 21:47:54 +08:00
aip style: auto format 2026-05-07 20:42:08 +00:00
air-level style: auto format 2026-05-07 20:42:08 +00:00
airchina style: auto format 2026-04-14 15:15:05 +00:00
aisixiang style: auto format 2026-05-07 20:42:08 +00:00
ajcass style: auto format 2025-11-27 02:55:46 +00:00
ajmide style: format 2025-11-27 11:04:48 +08:00
ali213 style: auto format 2026-05-07 20:42:08 +00:00
alicesoft style: auto format 2025-11-27 02:55:46 +00:00
alipan style: auto format 2025-11-27 02:55:46 +00:00
aliresearch style: auto format 2025-11-27 02:55:46 +00:00
alistapart style: auto format 2025-11-27 02:55:46 +00:00
aliyun style: auto format 2025-11-27 02:55:46 +00:00
aljazeera refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
ally style: auto format 2026-05-07 20:42:08 +00:00
alpinelinux style: auto format 2026-04-14 15:15:05 +00:00
alternativeto refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
altotrain style: format 2025-11-27 11:04:48 +08:00
alwayscontrol feat(route): add Always Control news route (#20522) 2026-01-04 09:21:38 +08:00
amazfitwatchfaces style: auto format 2026-05-07 20:42:08 +00:00
amazon refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
amz123 style: format 2025-11-27 11:04:48 +08:00
android refactor: use arrow function 2026-05-11 02:16:04 +08:00
anime1 style: auto format 2025-11-27 02:55:46 +00:00
annualreviews style: auto format 2026-05-07 20:42:08 +00:00
anquanke style: auto format 2026-05-07 20:42:08 +00:00
anthropic fix(route/anthropic): anthropic posts data (#21588) 2026-04-01 22:42:57 +08:00
anytxt style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
apache style: auto format 2025-11-27 02:55:46 +00:00
apiseven style: auto format 2025-11-27 02:55:46 +00:00
apkpure refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
apnews style: auto format 2026-04-14 15:15:05 +00:00
apnic style: auto format 2025-11-27 02:55:46 +00:00
app-center style: auto format 2026-05-07 20:42:08 +00:00
app-sales style: auto format 2026-05-07 20:42:08 +00:00
apple style: auto format 2026-05-07 20:42:08 +00:00
appleinsider style: auto format 2025-11-27 02:55:46 +00:00
appstare style: auto format 2025-11-27 02:55:46 +00:00
appstore fix(route): apple apps (#21824) 2026-04-24 19:39:30 +08:00
appstorrent refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
aqara refactor: use arrow function 2026-05-11 02:16:04 +08:00
aqicn style: auto format 2025-11-27 02:55:46 +00:00
arcteryx style: auto format 2026-05-07 20:42:08 +00:00
artstation style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
aschmelyun feat(route): add aschmelyun.com blog route (#21271) 2026-03-04 03:48:13 +08:00
asiafruitchina style: auto format 2026-05-07 20:42:08 +00:00
asianfanfics style: auto format 2026-05-07 20:42:08 +00:00
asiantolick refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
asmr-200 style: auto format 2026-05-07 20:42:08 +00:00
asus refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
atcoder style: auto format 2026-05-07 20:42:08 +00:00
atptour docs: add sports category (#21704) 2026-04-13 04:21:20 +08:00
augmentcode style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
auto-stats chore: migrate to oxfmt (#20735) 2026-01-13 00:06:06 +08:00
autocentre style: auto format 2025-11-27 02:55:46 +00:00
azul style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
azurlane style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
baai style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
backlinko style: auto format 2025-11-27 02:55:46 +00:00
bad refactor: use arrow function 2026-05-11 02:16:04 +08:00
baidu style: auto format 2026-05-07 20:42:08 +00:00
baijing style: auto format 2025-11-27 02:55:46 +00:00
bakamh style: auto format 2025-11-27 02:55:46 +00:00
bandcamp refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
bandisoft style: auto format 2026-05-07 20:42:08 +00:00
bangumi.moe style: auto format 2025-11-27 02:55:46 +00:00
bangumi.online refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
bangumi.tv style: auto format 2026-05-07 20:42:08 +00:00
banshujiang style: auto format 2026-05-07 20:42:08 +00:00
banyuetan style: auto format 2026-05-07 20:42:08 +00:00
baobua style: auto format 2025-11-27 02:55:46 +00:00
baoyu fix(route/baoyu): handle HTTP redirect for feed.xml (#20968) 2026-01-25 19:18:39 +08:00
baozimh refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
barronschina style: auto format 2026-05-07 20:42:08 +00:00
baselang style: fix import 2025-11-27 11:22:19 +08:00
bast style: auto format 2025-11-27 02:55:46 +00:00
bbc chore: format description in lint-staged 2026-05-08 05:59:53 +08:00
bbcnewslabs style: auto format 2025-11-27 02:55:46 +00:00
bc3ts refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
bdys refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
behance style: auto format 2026-05-07 20:42:08 +00:00
beijingprice style: auto format 2026-05-07 20:42:08 +00:00
bellroy style: auto format 2025-11-27 02:55:46 +00:00
bendibao style: auto format 2026-05-07 20:42:08 +00:00
bestblogs fix(route/bestblogs): API endpoint failure (#21753) 2026-04-16 21:09:39 +08:00
bestofjs refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
bfl style: auto format 2025-11-27 02:55:46 +00:00
bgmlist refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
bigquant style: format 2025-11-27 11:04:48 +08:00
bilibili fix(route): normalize Bilibili mall image URLs 2026-05-14 13:18:46 +08:00
binance feat: revamp binance announcement route 2025-12-29 22:20:30 +08:00
bing style: auto format 2026-05-07 20:42:08 +00:00
biodiscover style: auto format 2025-11-27 02:55:46 +00:00
bioone fix(route): remove rejectUnauthorized option (#20864) 2026-01-13 10:35:10 +08:00
biquge style: auto format 2026-05-07 20:42:08 +00:00
bit style: auto format 2025-11-27 02:55:46 +00:00
bitbucket style: auto format 2025-11-27 02:55:46 +00:00
bitget style: auto format 2026-05-07 20:42:08 +00:00
bitmovin style: auto format 2025-11-27 02:55:46 +00:00
bjfu style: auto format 2025-11-27 02:55:46 +00:00
bjnews style: auto format 2025-11-27 02:55:46 +00:00
bjp style: format 2025-11-27 11:04:48 +08:00
bjsk style: auto format 2026-05-07 20:42:08 +00:00
bjtu style: auto format 2026-05-07 20:42:08 +00:00
bjwxdxh style: auto format 2025-11-27 02:55:46 +00:00
bjx style: auto format 2025-11-27 02:55:46 +00:00
blizzard style: auto format 2026-05-07 20:42:08 +00:00
blockworks style: auto format 2025-11-27 02:55:46 +00:00
blogread style: auto format 2025-11-27 02:55:46 +00:00
bloomberg style: auto format 2026-05-07 20:42:08 +00:00
bluearchive style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
bluestacks refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
bmkg style: auto format 2025-11-27 02:55:46 +00:00
bnext style: auto format 2025-11-27 02:55:46 +00:00
bntnews style: auto format 2026-05-07 20:42:08 +00:00
bnu style: auto format 2026-05-07 20:42:08 +00:00
boc style: auto format 2025-11-27 02:55:46 +00:00
bookfere style: format 2025-11-27 11:04:48 +08:00
bookwalker style: auto format 2026-05-07 20:42:08 +00:00
booru style: auto format 2026-05-07 20:42:08 +00:00
bossdesign style: auto format 2026-05-07 20:42:08 +00:00
brave style: auto format 2025-11-27 02:55:46 +00:00
brooklynmuseum style: auto format 2025-11-27 02:55:46 +00:00
bse style: auto format 2026-05-07 20:42:08 +00:00
bsky style: auto format 2026-05-07 20:42:08 +00:00
bt0 style: auto format 2026-05-07 20:42:08 +00:00
btbtla style: auto format 2026-05-07 20:42:08 +00:00
btzj refactor: use arrow function 2026-05-11 02:16:04 +08:00
buaa style: auto format 2026-05-07 21:41:39 +00:00
buct style: auto format 2025-11-27 02:55:46 +00:00
bugzilla style: auto format 2026-05-07 20:42:08 +00:00
bulianglin style: auto format 2025-11-27 02:55:46 +00:00
bullionvault style: auto format 2026-05-07 20:42:08 +00:00
bupt refactor: use arrow function 2026-05-11 02:16:04 +08:00
bvisness feat(route): add bvisness.me blog route (#20929) 2026-01-21 00:36:03 +00:00
bwsg style: auto format 2026-05-07 20:42:08 +00:00
byau style: auto format 2026-05-07 20:42:08 +00:00
byteclicks style: auto format 2025-11-27 02:55:46 +00:00
bytes style: auto format 2025-11-27 02:55:46 +00:00
c114 style: auto format 2026-04-14 15:15:05 +00:00
caai refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
caam style: auto format 2025-11-27 02:55:46 +00:00
caareviews refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
cags style: auto format 2026-05-07 20:42:08 +00:00
cahkms refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
caicai feat(route): add caicai blog (#21741) 2026-04-15 01:56:50 +08:00
caijing style: auto format 2025-11-27 02:55:46 +00:00
caixin style: auto format 2026-05-07 20:42:08 +00:00
caixinglobal style: auto format 2025-11-27 02:55:46 +00:00
camchina style: auto format 2025-11-27 02:55:46 +00:00
canada.ca fix(radar): update radar sources for multiple routes 2026-03-16 12:23:24 +08:00
cankaoxiaoxi refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
capitalmind style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
cara style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
carousell feat(route/carousell): add carousell (#20677) 2025-12-11 21:21:39 +08:00
cartoonmad refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
cas style: auto format 2025-11-27 02:55:46 +00:00
casssp style: auto format 2025-11-27 02:55:46 +00:00
cast style: auto format 2026-05-07 20:42:08 +00:00
castanet feat(route/castanet): add Castanet news (#21607) 2026-04-03 00:00:47 +08:00
castbox chore: format description in lint-staged 2026-05-08 05:59:53 +08:00
catti style: auto format 2026-05-07 20:42:08 +00:00
cau style: auto format 2026-04-14 15:15:05 +00:00
caus chore: add missing maintainers 2026-03-28 19:25:45 +08:00
cbaigui refactor: use arrow function 2026-05-11 02:16:04 +08:00
cbc fix(routes/cbc): fix CBC route to exclude text to speech widget (#20734) 2025-12-20 23:13:41 +08:00
cbirc style: auto format 2026-04-14 15:15:05 +00:00
cbndata style: auto format 2026-05-07 20:42:08 +00:00
cbnweek style: auto format 2025-11-27 02:55:46 +00:00
cbpanet style: auto format 2026-05-07 20:42:08 +00:00
ccac refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
ccagm style: auto format 2026-05-07 20:42:08 +00:00
cccfna style: auto format 2026-05-07 20:42:08 +00:00
cccmc style: auto format 2026-05-07 20:42:08 +00:00
ccf style: auto format 2026-05-07 20:42:08 +00:00
ccfa style: auto format 2026-05-07 20:42:08 +00:00
ccg style: auto format 2026-05-07 20:42:08 +00:00
ccmn feat(route): add route for ccmn.cn (#21070) 2026-02-06 01:37:00 +08:00
ccnu style: auto format 2025-11-27 02:55:46 +00:00
ccreports style: auto format 2025-11-27 02:55:46 +00:00
cctv style: auto format 2026-05-07 20:42:08 +00:00
cde style: auto format 2026-05-07 20:42:08 +00:00
cdi style: auto format 2025-11-27 02:55:46 +00:00
cdu style: auto format 2025-11-27 02:55:46 +00:00
cdzjryb refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
ce style: auto format 2026-05-07 20:42:08 +00:00
cebbank style: auto format 2026-05-07 20:42:08 +00:00
ceph style: auto format 2025-11-27 02:55:46 +00:00
cfachina style: auto format 2025-11-27 02:55:46 +00:00
cffex style: auto format 2025-11-27 02:55:46 +00:00
cfmmc style: auto format 2025-11-27 02:55:46 +00:00
cfr style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
cgtn style: auto format 2026-05-07 20:42:08 +00:00
chaincatcher refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
changba fix(routes): remove hard-coded UA and use header presets (#21559) 2026-03-31 00:40:26 +08:00
chaoxing style: auto format 2026-05-07 20:42:08 +00:00
chaping style: auto format 2026-04-14 15:15:05 +00:00
cherrytimes style: auto format 2025-11-27 02:55:46 +00:00
chiculture style: auto format 2025-11-27 02:55:46 +00:00
chikubi style: auto format 2026-05-07 20:42:08 +00:00
china style: auto format 2026-05-07 20:42:08 +00:00
chinacdc style: auto format 2026-05-07 20:42:08 +00:00
chinadaily style: auto format 2026-05-07 20:42:08 +00:00
chinadegrees refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
chinafactcheck style: auto format 2025-11-27 02:55:46 +00:00
chinaisa style: auto format 2026-05-07 20:42:08 +00:00
chinamoney chore: format description in lint-staged 2026-05-08 05:59:53 +08:00
chinanews refactor: use arrow function 2026-05-11 02:16:04 +08:00
chinania style: auto format 2026-05-07 20:42:08 +00:00
chinaratings style: auto format 2026-05-07 20:42:08 +00:00
chinathinktanks style: auto format 2025-11-27 02:55:46 +00:00
chinatimes refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
chinaventure style: auto format 2025-11-27 02:55:46 +00:00
chinawriter style: auto format 2025-11-27 02:55:46 +00:00
chiphell style: auto format 2025-11-27 02:55:46 +00:00
chlinlearn style: auto format 2025-11-27 02:55:46 +00:00
chnmuseum feat: add China National Museum exhibition route (#21891) 2026-05-24 12:29:39 +08:00
chocolatey style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
chongbuluo style: auto format 2025-11-27 02:55:46 +00:00
chongdiantou style: auto format 2026-05-07 20:42:08 +00:00
chsi style: auto format 2026-04-14 15:15:05 +00:00
chuanliu refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
chuapp style: auto format 2026-05-07 20:42:08 +00:00
chub style: auto format 2026-04-14 15:15:05 +00:00
cib style: auto format 2025-11-27 02:55:46 +00:00
cih-index style: auto format 2025-11-27 02:55:46 +00:00
ciidbnu style: auto format 2025-11-27 02:55:46 +00:00
cisia style: auto format 2026-05-07 20:42:08 +00:00
civitai style: auto format 2026-04-14 15:15:05 +00:00
ciweimao style: auto format 2025-11-27 02:55:46 +00:00
cjlu style: auto format 2026-05-07 20:42:08 +00:00
claude fix: claude code changelog query (#21679) 2026-04-10 05:30:54 +08:00
clickme style: auto format 2025-11-27 02:55:46 +00:00
cline style: auto format 2025-11-27 05:54:33 +00:00
cloudflarestatus style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
cloudnative style: auto format 2025-11-27 02:55:46 +00:00
cls style: auto format 2026-05-07 20:42:08 +00:00
cma style: auto format 2026-05-07 20:42:08 +00:00
cmde refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
cmpxchg8b style: auto format 2025-11-27 02:55:46 +00:00
cmu style: auto format 2025-11-27 02:55:46 +00:00
cn-healthcare style: auto format 2025-11-27 02:55:46 +00:00
cna feat(route/cna): cleanup extracted full texts (#21962) 2026-05-23 05:21:45 +00:00
cnbc style: auto format 2026-05-07 20:42:08 +00:00
cnbeta style: auto format 2025-11-27 02:55:46 +00:00
cnblogs style: auto format 2026-04-14 15:15:05 +00:00
cncf style: auto format 2026-04-14 15:15:05 +00:00
cneb style: auto format 2025-11-27 02:55:46 +00:00
cngal refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
cngold style: auto format 2026-05-07 20:42:08 +00:00
cnjxol refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
cnki style: auto format 2026-05-07 20:42:08 +00:00
cnljxh style: auto format 2026-05-07 20:42:08 +00:00
cntheory style: auto format 2026-04-14 15:15:05 +00:00
cntv style: auto format 2026-05-07 20:42:08 +00:00
cnu refactor: fix first() and undefined fallback abuse 2026-04-14 08:26:28 +08:00
cockroachlabs style: auto format 2025-11-27 02:55:46 +00:00
codefather feat(route): add codefather (编程导航) routes (#20922) 2026-01-22 11:52:22 +08:00
codeforces refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
cognition feat(routes/cognition): add category support to cognition blog route (#21394) 2026-03-15 22:18:03 +08:00
cohere style: auto format 2025-11-27 02:55:46 +00:00
coindesk style: auto format 2025-11-27 02:55:46 +00:00
cointelegraph style: auto format 2025-11-27 02:55:46 +00:00
colamanga refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
collabo-cafe style: auto format 2025-11-27 05:54:33 +00:00
comic-fuz style: auto format 2026-04-14 15:15:05 +00:00
comic-walker feat: redirect `/picnob` to `/picnob.info` 2026-03-11 02:03:34 +08:00
comicat style: auto format 2025-11-27 02:55:46 +00:00
comicskingdom refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
commonhealth refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
consumer style: auto format 2026-05-07 20:42:08 +00:00
cool18 fix(route/cool18): fix broken search parsing & add global search (#21024) 2026-02-01 16:51:10 +08:00
coolapk style: auto format 2026-05-07 20:42:08 +00:00
coolbuy style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
coolidge refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
coolpc style: auto format 2025-11-27 02:55:46 +00:00
coomer refactor: use arrow function 2026-05-11 02:16:04 +08:00
copymanga style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
cosplaytele style: auto format 2025-11-27 02:55:46 +00:00
costar style: auto format 2026-05-07 20:42:08 +00:00
counter-strike style: auto format 2026-05-07 20:42:08 +00:00
cpcaauto style: auto format 2026-05-07 20:42:08 +00:00
cpcey style: auto format 2025-11-27 02:55:46 +00:00
cpta style: auto format 2026-05-07 20:42:08 +00:00
cpuid style: auto format 2025-11-27 02:55:46 +00:00
cqgas style: auto format 2025-11-27 02:55:46 +00:00
cqu style: auto format 2025-11-27 02:55:46 +00:00
cqwu style: auto format 2025-11-27 02:55:46 +00:00
crac refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
creative-comic refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
crossbell style: auto format 2025-11-27 02:55:46 +00:00
crush style: auto format 2025-11-27 05:54:33 +00:00
cryptoslate style: auto format 2025-11-27 02:55:46 +00:00
cs style: auto format 2026-05-07 20:42:08 +00:00
csdn style: auto format 2025-11-27 02:55:46 +00:00
css-tricks style: format 2025-11-27 11:04:48 +08:00
cssn style: auto format 2025-11-27 02:55:46 +00:00
cste style: auto format 2025-11-27 02:55:46 +00:00
csu style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
csust style: auto format 2025-11-27 05:54:33 +00:00
ctbu style: auto format 2025-11-27 02:55:46 +00:00
ctinews style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
cts style: auto format 2025-11-27 02:55:46 +00:00
cuc style: auto format 2025-11-27 02:55:46 +00:00
cuilingmag style: auto format 2026-05-07 20:42:08 +00:00
cupl style: auto format 2025-11-27 02:55:46 +00:00
curiouscat style: auto format 2025-11-27 02:55:46 +00:00
curius style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
cursor feat(route/cursor): support localized blog and changelog routes (#21390) 2026-03-20 23:15:55 +08:00
cw refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
cybersecurityventures style: auto format 2025-11-27 05:54:33 +00:00
cyzone refactor: use arrow function 2026-05-11 02:16:04 +08:00
cztv refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
dahecube style: auto format 2025-11-27 02:55:46 +00:00
daily style: auto format 2026-04-14 15:15:05 +00:00
dailypush refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
damai style: auto format 2026-04-14 15:15:05 +00:00
dangdang style: auto format 2026-05-07 20:42:08 +00:00
daoxuan style: auto format 2025-11-27 02:55:46 +00:00
dapenti style: auto format 2025-11-27 02:55:46 +00:00
darwinawards refactor: use arrow function 2026-05-11 02:16:04 +08:00
dataguidance style: auto format 2025-11-27 02:55:46 +00:00
daum style: auto format 2026-05-07 20:42:08 +00:00
dayanzai style: auto format 2025-11-27 02:55:46 +00:00
dbaplus style: auto format 2026-05-07 20:42:08 +00:00
dblp style: auto format 2025-11-27 02:55:46 +00:00
dcard refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
dcfever refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
ddosi style: auto format 2026-04-14 15:15:05 +00:00
deadbydaylight chore: format description in lint-staged 2026-05-08 05:59:53 +08:00
deadline refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
dealstreetasia refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
decrypt style: auto format 2025-11-27 02:55:46 +00:00
dedao style: auto format 2026-05-07 20:42:08 +00:00
deepin style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
deepl style: auto format 2026-05-07 20:42:08 +00:00
deeplearning style: auto format 2026-05-07 20:42:08 +00:00
deepmind style: auto format 2025-11-27 02:55:46 +00:00
deepseek style: auto format 2025-11-27 02:55:46 +00:00
dehenglaw style: auto format 2026-05-07 21:41:39 +00:00
deltaio style: auto format 2025-11-27 02:55:46 +00:00
denonbu style: auto format 2026-05-07 20:42:08 +00:00
dev.to refactor: fix first() and undefined fallback abuse 2026-04-14 08:26:28 +08:00
devolverdigital style: auto format 2025-11-27 02:55:46 +00:00
devtrium style: auto format 2025-11-27 02:55:46 +00:00
dewu style: auto format 2026-05-07 20:42:08 +00:00
dgjyw fix(route): remove rejectUnauthorized option (#20864) 2026-01-13 10:35:10 +08:00
dgtle style: auto format 2026-05-07 20:42:08 +00:00
dgut style: auto format 2026-05-07 20:42:08 +00:00
dhu style: auto format 2026-05-07 20:42:08 +00:00
diandong style: auto format 2025-11-27 02:55:46 +00:00
dianping fix(routes): remove hard-coded UA and use header presets (#21559) 2026-03-31 00:40:26 +08:00
diariofruticola style: auto format 2026-05-07 20:42:08 +00:00
diershoubing style: auto format 2026-04-14 15:15:05 +00:00
digg style: auto format 2026-04-14 00:39:34 +00:00
digitalcameraworld style: auto format 2025-11-27 02:55:46 +00:00
digitalpolicyalert style: auto format 2026-05-07 20:42:08 +00:00
dingshao style: auto format 2025-11-27 02:55:46 +00:00
discord feat(route): discord quests (#20911) 2026-01-18 08:58:27 +08:00
discourse style: auto format 2026-04-14 15:15:05 +00:00
discuz chore: add missing maintainers 2026-03-28 19:25:45 +08:00
disinfo refactor: use arrow function 2026-05-11 02:16:04 +08:00
diskanalyzer refactor: use arrow function 2026-05-11 02:16:04 +08:00
distill refactor: use arrow function 2026-05-11 02:16:04 +08:00
dlnews refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
dlsite refactor: use arrow function 2026-05-11 02:16:04 +08:00
dmzj style: update oxlint to use simple-import-sort 2026-03-04 03:13:57 +08:00
dn refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
dnaindia style: auto format 2025-11-27 02:55:46 +00:00
dockerhub style: auto format 2026-05-07 20:42:08 +00:00
docschina style: auto format 2025-11-27 02:55:46 +00:00
dol fix(route): remove rejectUnauthorized option (#20864) 2026-01-13 10:35:10 +08:00
domp4 style: auto format 2026-05-07 20:42:08 +00:00
dongqiudi style: auto format 2026-05-07 21:41:39 +00:00
dora-world style: format 2025-11-27 11:04:48 +08:00
dorohedoro style: auto format 2025-11-27 02:55:46 +00:00
douban style: auto format 2026-05-07 21:41:39 +00:00
douyin style: auto format 2026-05-07 21:41:39 +00:00
douyu fix(route/douyu): simplify item creation for live stream titles (#20792) 2026-01-01 00:30:54 +08:00
dpm style: auto format 2026-05-26 23:10:33 +00:00
dribbble refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
dtcj style: auto format 2025-11-27 02:55:46 +00:00
duckdb style: auto format 2025-11-27 02:55:46 +00:00
duozhi style: auto format 2026-05-07 20:42:08 +00:00
duozhuayu style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
dushu refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
dut style: auto format 2025-11-27 02:55:46 +00:00
dw style: auto format 2026-05-07 20:42:08 +00:00
dx2025 style: auto format 2026-05-07 20:42:08 +00:00
dxy style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
dykszx style: auto format 2026-05-07 20:42:08 +00:00
dytt style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
e-hentai refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
ea style: auto format 2025-11-27 05:54:33 +00:00
eagle style: auto format 2025-11-27 02:55:46 +00:00
earthquake style: auto format 2026-05-07 20:42:08 +00:00
eastday refactor: use arrow function 2026-05-11 02:16:04 +08:00
eastmoney style: auto format 2026-04-14 15:15:05 +00:00
easynomad style: format 2025-11-27 11:04:48 +08:00
ebc style: auto format 2025-11-27 02:55:46 +00:00
ecnu style: auto format 2026-05-07 20:42:08 +00:00
economist style: format 2025-11-27 11:04:48 +08:00
ecust refactor: use arrow function 2026-05-11 02:16:04 +08:00
eeo style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
egsea style: auto format 2025-11-27 02:55:46 +00:00
ehentai style: auto format 2026-05-07 20:42:08 +00:00
ekantipur style: auto format 2026-05-07 20:42:08 +00:00
elamigos fix(elamigos): fix parsing after webpage layout update (#21705) 2026-04-13 05:53:44 +08:00
elasticsearch-cn style: auto format 2026-05-07 20:42:08 +00:00
elecfans style: auto format 2025-11-27 02:55:46 +00:00
eleduck style: auto format 2026-04-14 15:15:05 +00:00
elsevier refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
embassy style: auto format 2026-05-07 20:42:08 +00:00
engineering style: auto format 2026-05-07 20:42:08 +00:00
englishhome style: fix import 2025-11-27 11:22:19 +08:00
enterprisecraftsmanship style: auto format 2025-11-27 02:55:46 +00:00
epicgames refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
eprice refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
eshukan style: auto format 2026-05-07 20:42:08 +00:00
espn style: auto format 2026-05-07 20:42:08 +00:00
esquirehk style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
europechinese style: auto format 2026-04-14 15:15:05 +00:00
eventbrite style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
eventernote style: auto format 2025-11-27 05:54:33 +00:00
everia style: auto format 2025-11-27 02:55:46 +00:00
expats style: auto format 2026-05-07 20:42:08 +00:00
f-droid style: auto format 2025-11-27 02:55:46 +00:00
f95zone feat(route): add support for f95zone.to (#21042) 2026-02-04 02:43:36 +08:00
famitsu style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
fanbox style: auto format 2026-04-14 15:15:05 +00:00
fangchan style: auto format 2026-05-07 20:42:08 +00:00
fanqienovel style: auto format 2025-11-27 02:55:46 +00:00
fansly refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
fantia style: auto format 2026-05-07 20:42:08 +00:00
fantube style: auto format 2026-03-25 10:35:56 +00:00
fanxinzhui refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
farcaster style: auto format 2025-11-27 02:55:46 +00:00
farmatters fix(route): remove rejectUnauthorized option (#20864) 2026-01-13 10:35:10 +08:00
fashionnetwork style: auto format 2026-05-07 20:42:08 +00:00
fastbull refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
fcbayern docs: add sports category (#21704) 2026-04-13 04:21:20 +08:00
fda style: auto format 2025-11-27 02:55:46 +00:00
fediverse style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
feng refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
ff14 style: auto format 2026-05-07 20:42:08 +00:00
fffdm style: auto format 2026-04-14 15:15:05 +00:00
finology style: auto format 2026-05-07 21:41:39 +00:00
finviz style: auto format 2026-05-07 20:42:08 +00:00
firecore style: auto format 2025-11-27 02:55:46 +00:00
firefox refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
fisher-spb refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
fishshell style: auto format 2025-11-27 02:55:46 +00:00
fjdaily feat(route): add 福建日报电子报 route (#21472) 2026-05-07 03:34:07 +08:00
fjksbm style: auto format 2025-11-27 02:55:46 +00:00
flashcat style: auto format 2025-11-27 02:55:46 +00:00
flyert refactor: use arrow function 2026-05-11 02:16:04 +08:00
focustaiwan refactor: use arrow function 2026-05-11 02:16:04 +08:00
follow style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
followin style: auto format 2026-05-07 20:42:08 +00:00
foodtalks style: auto format 2026-05-07 20:42:08 +00:00
foreignaffairs style: auto format 2025-11-27 02:55:46 +00:00
foresightnews style: auto format 2026-04-14 15:15:05 +00:00
foreverblog style: auto format 2025-11-27 02:55:46 +00:00
forklog style: auto format 2025-11-27 02:55:46 +00:00
fortnite style: auto format 2026-05-07 20:42:08 +00:00
fortunechina style: auto format 2025-11-27 02:55:46 +00:00
fosshub refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
free style: auto format 2025-11-27 02:55:46 +00:00
freebuf style: auto format 2026-05-07 20:42:08 +00:00
freecomputerbooks style: update oxlint to use simple-import-sort 2026-03-04 03:13:57 +08:00
freewechat style: auto format 2025-11-27 02:55:46 +00:00
freexcomic style: auto format 2025-11-27 02:55:46 +00:00
ft style: auto format 2026-05-07 21:41:39 +00:00
ftchinese style: auto format 2026-05-07 21:41:39 +00:00
ftm style: update oxlint to use simple-import-sort 2026-03-04 03:13:57 +08:00
fuliba style: auto format 2026-04-14 15:15:05 +00:00
furaffinity style: auto format 2026-05-07 20:42:08 +00:00
furstar fix(route): remove rejectUnauthorized option (#20864) 2026-01-13 10:35:10 +08:00
futunn refactor: use arrow function 2026-05-11 02:16:04 +08:00
fx-markets style: auto format 2025-11-27 02:55:46 +00:00
fx678 style: format 2025-11-27 11:04:48 +08:00
fxiaoke style: auto format 2025-11-27 02:55:46 +00:00
fzmtr style: auto format 2025-11-27 02:55:46 +00:00
galxe refactor: add GraphQL annotation to queries for auto formatting in oxfmt v0.42 2026-04-14 08:38:54 +08:00
gameapps fix(route/gameapps): fix selectors (#21703) 2026-04-13 03:48:33 +08:00
gamebase style: auto format 2026-05-07 20:42:08 +00:00
gamegene style: auto format 2025-11-27 02:55:46 +00:00
gamekee style: auto format 2025-11-27 02:55:46 +00:00
gamer style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
gamer520 style: auto format 2025-11-27 02:55:46 +00:00
gamersecret refactor: use arrow function 2026-05-11 02:16:04 +08:00
gamersky style: auto format 2026-03-03 20:45:21 +00:00
gamme style: auto format 2025-11-27 02:55:46 +00:00
ganjingworld feat(route): Add GanjingWorld (#20086) 2026-01-20 01:14:22 +08:00
gaoyu style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
gc.ca style: auto format 2025-11-27 02:55:46 +00:00
gcores style: auto format 2026-05-07 20:42:08 +00:00
gdsrx style: auto format 2025-11-27 02:55:46 +00:00
gdufs style: auto format 2025-11-27 02:55:46 +00:00
gdut refactor: use arrow function 2026-05-11 02:16:04 +08:00
geekpark style: auto format 2026-05-07 20:42:08 +00:00
gelbooru style: auto format 2026-05-07 20:42:08 +00:00
gelonghui style: auto format 2026-05-07 20:42:08 +00:00
genossenschaften style: auto format 2026-05-07 20:42:08 +00:00
geocaching style: auto format 2025-11-27 02:55:46 +00:00
gesiba style: auto format 2026-05-07 20:42:08 +00:00
getdr refactor: use arrow function 2026-05-11 02:16:04 +08:00
getitfree style: update eslint rules (#21207) 2026-02-23 08:17:37 +08:00
gettr refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
gf-cn style: auto format 2025-11-27 02:55:46 +00:00
gigazine feat(route/gigazine): add English news full-text feed (#21757) 2026-05-14 03:54:02 +08:00
gihyo style: auto format 2025-11-27 02:55:46 +00:00
gisreportsonline style: update oxlint to use simple-import-sort 2026-03-04 03:13:57 +08:00
gitcode style: auto format 2025-11-27 02:55:46 +00:00
gitee style: auto format 2025-11-27 02:55:46 +00:00
github fix(route/github): fix pr url (#21974) 2026-05-11 21:44:59 +08:00
gitkraken feat(route): add gitkraken release note (#21044) 2026-02-03 00:50:36 +08:00
gitpod refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
gitstar-ranking style: auto format 2026-05-07 20:42:08 +00:00
globallawreview style: auto format 2025-11-27 02:55:46 +00:00
gmcmonline chore: migrate to oxfmt (#20735) 2026-01-13 00:06:06 +08:00
gmu fix(route): remove rejectUnauthorized option (#20864) 2026-01-13 10:35:10 +08:00
go style: auto format 2026-05-07 20:42:08 +00:00
gocn style: auto format 2026-04-14 15:15:05 +00:00
gofans refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
gogoanimehd style: auto format 2025-11-27 02:55:46 +00:00
google style: auto format 2026-05-07 20:42:08 +00:00
gov docs: fix description 2026-05-30 05:49:25 +08:00
gq style: format 2025-11-27 11:04:48 +08:00
grainoil style: auto format 2026-05-07 20:42:08 +00:00
greasyfork style: auto format 2026-05-07 20:42:08 +00:00
grist style: auto format 2025-11-27 02:55:46 +00:00
grubstreet style: auto format 2026-04-14 15:15:05 +00:00
gs style: auto format 2025-11-27 02:55:46 +00:00
guancha style: auto format 2026-05-07 20:42:08 +00:00
guangdiu style: auto format 2026-05-07 20:42:08 +00:00
guangzhoumetro style: auto format 2025-11-27 02:55:46 +00:00
guanhai style: auto format 2025-11-27 02:55:46 +00:00
guduodata style: auto format 2026-04-14 15:15:05 +00:00
gumroad style: auto format 2026-04-14 15:15:05 +00:00
guokr style: auto format 2026-04-14 15:15:05 +00:00
guozaoke style: auto format 2025-11-27 02:55:46 +00:00
gxmzu refactor: use arrow function 2026-05-11 02:16:04 +08:00
gzdaily style: auto format 2026-05-07 20:42:08 +00:00
gzhu fix(route): remove rejectUnauthorized option (#20864) 2026-01-13 10:35:10 +08:00
hackernews refactor: use arrow function 2026-05-11 02:16:04 +08:00
hackertalk style: auto format 2025-11-27 02:55:46 +00:00
hacking8 style: auto format 2025-11-27 02:55:46 +00:00
hackmd style: auto format 2025-11-27 02:55:46 +00:00
hackyournews style: auto format 2025-11-27 02:55:46 +00:00
hafu style: auto format 2026-04-14 15:15:05 +00:00
hakkatv style: auto format 2025-11-27 02:55:46 +00:00
hamel style: auto format 2025-11-27 02:55:46 +00:00
hameln style: auto format 2026-05-07 20:42:08 +00:00
hanime1 style: auto format 2026-04-14 15:15:05 +00:00
harvard style: auto format 2025-11-27 02:55:46 +00:00
hashnode style: auto format 2026-05-07 20:42:08 +00:00
hbooker style: auto format 2025-11-27 02:55:46 +00:00
hbr style: auto format 2026-05-07 20:42:08 +00:00
hdu style: auto format 2026-05-07 20:42:08 +00:00
hebtv refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
hedwig style: format 2025-11-27 11:04:48 +08:00
hellobtc style: auto format 2026-05-07 20:42:08 +00:00
hellogithub style: auto format 2026-05-07 20:42:08 +00:00
hex-rays style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
hexun style: auto format 2025-11-27 02:55:46 +00:00
hfut style: auto format 2026-05-07 20:42:08 +00:00
hicairo style: auto format 2025-11-27 02:55:46 +00:00
hinatazaka46 style: auto format 2025-11-27 02:55:46 +00:00
hiring.cafe refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
hit style: auto format 2026-05-07 20:42:08 +00:00
hitcon refactor: use arrow function 2026-05-11 02:16:04 +08:00
hitsz style: auto format 2026-05-07 20:42:08 +00:00
hitwh fix(route): remove rejectUnauthorized option (#20864) 2026-01-13 10:35:10 +08:00
hizu style: auto format 2025-11-27 02:55:46 +00:00
hk01 refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
hkej refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
hkepc style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
hket style: auto format 2026-05-07 20:42:08 +00:00
hkjunkcall style: auto format 2025-11-27 02:55:46 +00:00
hko style: auto format 2026-05-07 20:42:08 +00:00
hkushop style: auto format 2026-05-07 20:42:08 +00:00
hlju style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
hljucm style: auto format 2025-11-27 02:55:46 +00:00
hnrb style: auto format 2025-11-27 02:55:46 +00:00
hnu style: auto format 2025-11-27 02:55:46 +00:00
home-assistant style: auto format 2026-04-14 15:15:05 +00:00
hongkong style: auto format 2026-05-07 20:42:08 +00:00
hostmonit refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
hottoys refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
hotukdeals style: auto format 2026-04-14 15:15:05 +00:00
houxu refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
howtoforge style: auto format 2025-11-27 02:55:46 +00:00
hoyolab refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
hpoi style: auto format 2026-05-07 20:42:08 +00:00
hrbeu style: auto format 2026-05-07 20:42:08 +00:00
hrbust docs: fix description 2026-05-30 05:49:25 +08:00
huanqiu style: auto format 2025-11-27 02:55:46 +00:00
huawei style: auto format 2025-11-27 02:55:46 +00:00
hubu style: auto format 2026-05-07 20:42:08 +00:00
hudsonrivertrading style: fix import 2025-11-27 11:22:19 +08:00
huggingface feat(route): add user likes activity for Hugging Face (#21838) 2026-04-27 03:04:25 +08:00
huijin-inv style: auto format 2025-11-27 05:54:33 +00:00
huitun style: auto format 2026-05-07 20:42:08 +00:00
humanlayer feat(route): add /humanlayer/blog route (#21565) 2026-05-12 00:03:51 +08:00
hunanpea style: auto format 2025-11-27 02:55:46 +00:00
hunau style: auto format 2026-05-07 20:42:08 +00:00
huoxian style: auto format 2025-11-27 02:55:46 +00:00
hupu refactor: use arrow function 2026-05-11 02:16:04 +08:00
hust style: auto format 2026-05-07 20:42:08 +00:00
huxiu style: auto format 2026-05-07 20:42:08 +00:00
hyperdash fix(routes): remove hard-coded UA and use header presets (#21559) 2026-03-31 00:40:26 +08:00
hypergryph style: auto format 2026-05-07 20:42:08 +00:00
i-cable style: auto format 2026-05-07 20:42:08 +00:00
ianspriggs refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
iapp feat(route): add iapp (#21682) 2026-04-10 09:37:26 +08:00
icac style: auto format 2026-04-14 15:15:05 +00:00
icbc style: auto format 2025-11-27 02:55:46 +00:00
idaily refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
idolmaster style: auto format 2026-05-07 20:42:08 +00:00
idolypride style: format 2025-11-27 11:04:48 +08:00
ieee refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
ieee-security style: auto format 2026-04-14 15:15:05 +00:00
iehou style: auto format 2026-05-07 20:42:08 +00:00
ielts refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
ifanr style: auto format 2026-04-14 15:15:05 +00:00
ifeng refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
ifi-audio style: auto format 2026-05-07 21:41:39 +00:00
ifun style: auto format 2026-05-07 20:42:08 +00:00
iguoguo style: auto format 2025-11-27 02:55:46 +00:00
iheima style: auto format 2025-11-27 02:55:46 +00:00
iiilab style: auto format 2026-04-14 15:15:05 +00:00
ikea refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
iknowwhatyoudownload style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
imagemagick refactor: use arrow function 2026-05-11 02:16:04 +08:00
imdb refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
imhcg style: auto format 2026-04-14 15:15:05 +00:00
imiker style: auto format 2026-04-14 15:15:05 +00:00
immich style: auto format 2025-11-27 02:55:46 +00:00
imop style: auto format 2025-11-27 02:55:46 +00:00
in-en style: auto format 2026-05-07 20:42:08 +00:00
inceptionlabs feat(route): add Inception Labs blog route (#21386) 2026-03-16 23:20:37 +08:00
indianexpress style: auto format 2026-05-07 20:42:08 +00:00
indiansinkuwait style: auto format 2025-11-27 02:55:46 +00:00
indienova chore: format description in lint-staged 2026-05-08 05:59:53 +08:00
inewsweek style: auto format 2025-11-27 02:55:46 +00:00
infoq style: auto format 2026-05-07 20:42:08 +00:00
informs refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
infzm style: auto format 2026-04-14 15:15:05 +00:00
inoreader style: format 2025-11-27 11:04:48 +08:00
inspirehep style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
instagram style: auto format 2026-05-07 20:42:08 +00:00
instructables style: auto format 2025-11-27 02:55:46 +00:00
investor style: auto format 2026-05-07 20:42:08 +00:00
iplaysoft style: format 2025-11-27 11:04:48 +08:00
ippa style: auto format 2025-11-27 02:55:46 +00:00
ipsw style: auto format 2025-11-27 02:55:46 +00:00
ipsw.dev refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
iqilu refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
iqiyi style: auto format 2026-05-07 20:42:08 +00:00
iqnew style: auto format 2025-11-27 02:55:46 +00:00
iresearch style: auto format 2026-05-07 20:42:08 +00:00
isct style: auto format 2026-05-07 20:42:08 +00:00
issuehunt style: auto format 2026-04-14 15:15:05 +00:00
itc style: auto format 2025-11-27 02:55:46 +00:00
itch style: auto format 2026-05-07 20:42:08 +00:00
ithome style: auto format 2026-05-07 20:42:08 +00:00
itsec feat(route): add itsec news (#22066) 2026-05-21 13:51:27 +08:00
iwara style: auto format 2026-05-07 20:42:08 +00:00
ixigua refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
j-test style: auto format 2025-11-27 02:55:46 +00:00
jable style: auto format 2026-04-10 04:35:18 +00:00
jamesclear style: format 2025-11-27 11:04:48 +08:00
jandan style: auto format 2026-04-14 15:15:05 +00:00
japanpost style: auto format 2026-05-07 20:42:08 +00:00
javbus style: auto format 2026-05-07 21:41:39 +00:00
javdb refactor: use arrow function 2026-05-11 02:16:04 +08:00
javlibrary refactor: use arrow function 2026-05-11 02:16:04 +08:00
javtiful style: auto format 2026-01-02 01:44:18 +00:00
javtrailers refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
jbma style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
jd style: auto format 2026-05-07 20:42:08 +00:00
jetbrains style: auto format 2025-11-27 02:55:46 +00:00
jewishmuseum style: auto format 2025-11-27 02:55:46 +00:00
jianshu style: format 2025-11-27 11:04:48 +08:00
jiaoliudao style: auto format 2025-11-27 02:55:46 +00:00
jiemian style: auto format 2026-05-07 20:42:08 +00:00
jike fix(jike): update radar source for user and topic (#21395) 2026-03-16 11:55:48 +08:00
jimmyspa style: auto format 2026-05-07 20:42:08 +00:00
jin10 style: auto format 2026-05-07 20:42:08 +00:00
jingzhengu style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
jinritemai style: auto format 2026-05-07 20:42:08 +00:00
jinse chore: add missing maintainers 2026-03-28 19:25:45 +08:00
jisilu style: auto format 2026-05-07 20:42:08 +00:00
jiuyangongshe style: auto format 2026-04-14 15:15:05 +00:00
jjwxc refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
jl1mall style: auto format 2026-05-07 20:42:08 +00:00
jlu style: auto format 2025-11-27 02:55:46 +00:00
joins style: auto format 2026-05-07 20:42:08 +00:00
joneslanglasalle style: auto format 2026-05-07 20:42:08 +00:00
jornada style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
joshwcomeau style: auto format 2025-11-27 02:55:46 +00:00
jou refactor: use arrow function 2026-05-11 02:16:04 +08:00
jpmorganchase style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
jpxgmn style: auto format 2026-04-14 15:15:05 +00:00
jrj style: auto format 2026-05-07 20:42:08 +00:00
jseea style: auto format 2025-11-27 02:55:46 +00:00
jsu fix(route): remove rejectUnauthorized option (#20864) 2026-01-13 10:35:10 +08:00
juejin style: auto format 2026-04-14 15:15:05 +00:00
jumeili fix(radar): update radar sources for multiple routes 2026-03-16 12:23:24 +08:00
jump style: auto format 2026-05-07 20:42:08 +00:00
junhe style: auto format 2025-11-27 02:55:46 +00:00
kadokawa refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
kakuyomu style: update oxlint to use simple-import-sort 2026-03-04 03:13:57 +08:00
kamen-rider-official refactor: use arrow function 2026-05-11 02:16:04 +08:00
kantarworldpanel refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
kanxue style: update eslint rules (#21207) 2026-02-23 08:17:37 +08:00
kaopu style: auto format 2026-05-07 20:42:08 +00:00
kbs style: auto format 2026-04-14 15:15:05 +00:00
kcna refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
ke style: auto format 2025-11-27 02:55:46 +00:00
keep refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
keepass style: auto format 2025-11-27 02:55:46 +00:00
kelownacapnews style: auto format 2026-05-07 20:42:08 +00:00
kemono refactor: use arrow function 2026-05-11 02:16:04 +08:00
kepu refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
keylol style: auto format 2026-05-07 20:42:08 +00:00
kimlaw style: auto format 2025-11-27 02:55:46 +00:00
kiro style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
kisskiss refactor: use arrow function 2026-05-11 02:16:04 +08:00
kleinanzeigen feat(route/kleinanzeigen): add Kleinanzeigen (kleinanzeigen.de) (#21959) 2026-05-25 10:25:39 +08:00
komiic style: auto format 2026-03-25 10:35:56 +00:00
konachan style: auto format 2026-05-07 20:42:08 +00:00
konghq style: auto format 2026-04-14 15:15:05 +00:00
koreaherald style: auto format 2026-05-07 20:42:08 +00:00
kovidgoyal style: auto format 2025-11-27 02:55:46 +00:00
koyso style: auto format 2026-05-07 20:42:08 +00:00
kpmg refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
kpopping style: auto format 2026-05-07 20:42:08 +00:00
ktown4u style: auto format 2025-11-27 02:55:46 +00:00
kuaidi100 style: auto format 2026-05-07 21:41:39 +00:00
kuaishou refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
kunchengblog style: auto format 2025-11-27 02:55:46 +00:00
kurogames style: format 2025-11-27 11:04:48 +08:00
kuwaitlocal style: auto format 2025-11-27 02:55:46 +00:00
kyodonews style: auto format 2026-04-14 15:15:05 +00:00
laimanhua style: auto format 2026-04-14 15:15:05 +00:00
lala style: auto format 2025-11-27 02:55:46 +00:00
lancedb feat(route): add lancedb blog route (#20886) 2026-01-15 03:04:11 +08:00
landiannews fix(route/landiannews): sanitize rendered titles (#21461) 2026-03-24 21:39:50 +08:00
lang refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
langchain style: auto format 2025-11-27 02:55:46 +00:00
lanqiao refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
laohu8 style: format 2025-11-27 11:04:48 +08:00
last-origin style: auto format 2025-11-27 02:55:46 +00:00
latepost style: auto format 2025-11-27 02:55:46 +00:00
layoffs style: auto format 2025-11-27 02:55:46 +00:00
leagueoflegends style: auto format 2025-11-27 02:55:46 +00:00
learnblockchain style: auto format 2026-04-14 15:15:05 +00:00
learnku refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
leetcode style: auto format 2026-04-14 15:15:05 +00:00
leiphone style: fix eslint issues (#20862) 2026-01-13 03:25:37 +08:00
lemmy style: auto format 2025-11-27 02:55:46 +00:00
lenovo style: auto format 2026-04-14 15:15:05 +00:00
lens style: auto format 2026-04-14 15:15:05 +00:00
lephoceen docs: add sports category (#21704) 2026-04-13 04:21:20 +08:00
letterboxd style: auto format 2025-11-27 02:55:46 +00:00
lfsyd refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
lhratings style: auto format 2026-05-07 20:42:08 +00:00
lianxh style: auto format 2026-05-07 20:42:08 +00:00
lifeweek style: auto format 2025-11-27 02:55:46 +00:00
lightnovel style: auto format 2025-11-27 02:55:46 +00:00
likeshop fix(route/likeshop): Likeshop API now supports title attribute (#21484) 2026-03-24 04:15:08 +08:00
line style: auto format 2025-11-27 02:55:46 +00:00
lineageos style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
link3 style: auto format 2026-04-14 00:39:34 +00:00
linkedin style: auto format 2026-05-07 20:42:08 +00:00
linkresearcher style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
linovelib style: update oxlint to use simple-import-sort 2026-03-04 03:13:57 +08:00
liquipedia style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
literotica style: auto format 2025-11-27 02:55:46 +00:00
liulinblog style: auto format 2025-11-27 02:55:46 +00:00
liveuamap style: auto format 2025-11-27 02:55:46 +00:00
lkong refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
lmu style: auto format 2026-05-07 20:42:08 +00:00
locals refactor: fix first() and undefined fallback abuse 2026-04-14 08:26:28 +08:00
lofter style: auto format 2026-05-07 20:42:08 +00:00
logclub refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
logonews refactor: use arrow function 2026-05-11 02:16:04 +08:00
logrocket style: auto format 2025-11-27 02:55:46 +00:00
loltw refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
loongarch style: auto format 2025-11-27 02:55:46 +00:00
lorientlejour refactor: use arrow function 2026-05-11 02:16:04 +08:00
lovelive-anime style: auto format 2026-05-07 20:42:08 +00:00
lrepacks style: auto format 2026-05-07 21:41:39 +00:00
lsnu style: auto format 2025-11-27 02:55:46 +00:00
ltaaa style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
luma style: auto format 2025-11-27 02:55:46 +00:00
luogu style: auto format 2025-11-27 02:55:46 +00:00
luolei refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
luxiangdong style: auto format 2025-11-27 02:55:46 +00:00
lvv2 refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
lxixsxa style: fix eslint issues (#20862) 2026-01-13 03:25:37 +08:00
m-78 style: auto format 2025-11-27 05:54:33 +00:00
m4 refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
maccms style: auto format 2026-05-07 20:42:08 +00:00
macfilos refactor: use arrow function 2026-05-11 02:16:04 +08:00
macmenubar style: auto format 2026-04-14 15:15:05 +00:00
macupdate style: auto format 2025-11-27 02:55:46 +00:00
magazinelib style: auto format 2026-05-07 20:42:08 +00:00
magnumphotos style: format 2025-11-27 11:04:48 +08:00
mail style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
makerworld style: auto format 2025-11-27 02:55:46 +00:00
malaysiakini style: auto format 2026-05-07 20:42:08 +00:00
mangadex style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
manhuagui style: auto format 2026-05-07 20:42:08 +00:00
manus fix(route/manus): fix blog route (#21195) 2026-02-21 02:30:18 +08:00
manyvids refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
maoyan feat(route): add maoyan (猫眼电影) routes (#20956) 2026-01-24 13:43:07 +08:00
mashiro style: auto format 2026-04-14 15:15:05 +00:00
mastodon style: auto format 2026-05-07 20:42:08 +00:00
mathpix style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
matters refactor: add GraphQL annotation to queries for auto formatting in oxfmt v0.42 2026-03-25 18:34:13 +08:00
maven style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
mckinsey style: format 2025-11-27 11:04:48 +08:00
mcmod style: auto format 2026-05-07 20:42:08 +00:00
mdpi refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
medieval-china style: auto format 2025-11-27 02:55:46 +00:00
medium style: auto format 2026-05-07 20:42:08 +00:00
medsci style: auto format 2026-05-07 20:42:08 +00:00
meishichina style: auto format 2026-05-07 20:42:08 +00:00
meituan style: auto format 2025-11-27 02:55:46 +00:00
melonbooks style: auto format 2025-11-27 05:54:33 +00:00
mercari style: auto format 2026-05-07 21:41:39 +00:00
meritalk feat(route): add Meritalk latest articles (#21282) 2026-03-05 11:41:55 +08:00
meta style: auto format 2025-11-27 02:55:46 +00:00
metacritic style: fix eslint issues (#20862) 2026-01-13 03:25:37 +08:00
meteoblue style: auto format 2025-11-27 02:55:46 +00:00
meteor refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
metmuseum style: auto format 2025-11-27 02:55:46 +00:00
mhlw feat(route): add mhlw (#21766) 2026-04-19 03:22:54 +08:00
mi style: auto format 2026-04-14 15:15:05 +00:00
microsoft style: auto format 2025-11-27 02:55:46 +00:00
mihoyo style: auto format 2026-05-07 20:42:08 +00:00
mindmeister refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
minecraft style: auto format 2026-05-07 20:42:08 +00:00
mingpao refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
miniflux style: auto format 2026-05-07 20:42:08 +00:00
mirror style: auto format 2025-11-27 02:55:46 +00:00
mirrormedia style: auto format 2026-04-14 00:39:34 +00:00
missav refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
misskey style: auto format 2026-05-07 20:42:08 +00:00
misskon refactor: use arrow function 2026-05-11 02:16:04 +08:00
mit feat(route): add Scratch routes (#21025) 2026-02-01 01:08:27 +08:00
mittrchina refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
miui style: auto format 2026-05-07 20:42:08 +00:00
mixcloud refactor: add GraphQL annotation to queries for auto formatting in oxfmt v0.42 2026-03-25 18:34:13 +08:00
mixi2 style: auto format 2025-11-27 05:54:33 +00:00
miyuki style: auto format 2026-03-13 15:58:11 +00:00
modb style: auto format 2025-11-27 02:55:46 +00:00
modelscope refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
modian style: auto format 2026-05-07 20:42:08 +00:00
modrinth style: auto format 2026-05-07 20:42:08 +00:00
mohw style: auto format 2025-11-27 02:55:46 +00:00
moodysmismicrosite style: auto format 2026-05-07 20:42:08 +00:00
mox style: auto format 2026-05-07 20:42:08 +00:00
mpaypass style: auto format 2025-11-27 02:55:46 +00:00
mrdx style: auto format 2025-11-27 02:55:46 +00:00
mrinalxdev feat(route): add mrinalxdev blog RSS route (#20909) 2026-01-18 03:25:24 +08:00
mrm style: auto format 2026-05-07 20:42:08 +00:00
msn style: auto format 2026-04-14 15:15:05 +00:00
musify style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
musikguru style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
mwm style: auto format 2025-11-27 02:55:46 +00:00
my-formosa style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
mycard520 style: auto format 2026-05-07 20:42:08 +00:00
mydrivers style: auto format 2026-05-07 20:42:08 +00:00
myfans style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
myfigurecollection style: auto format 2026-05-07 20:42:08 +00:00
mygopen style: auto format 2025-11-27 02:55:46 +00:00
mymusicsheet style: auto format 2026-04-14 15:15:05 +00:00
mysql style: auto format 2025-11-27 02:55:46 +00:00
nanhua feat(route): add nanhua (#21680) 2026-04-10 05:16:47 +08:00
nankai style: auto format 2026-05-07 20:42:08 +00:00
nasa style: auto format 2026-05-07 20:42:08 +00:00
natgeo style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
nationalgeographic refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
naturalism style: auto format 2025-11-27 02:55:46 +00:00
nature style: auto format 2026-05-07 20:42:08 +00:00
nautil style: auto format 2026-04-14 15:15:05 +00:00
nautiljon style: auto format 2025-11-27 02:55:46 +00:00
nbd style: auto format 2025-11-27 02:55:46 +00:00
nber style: auto format 2026-04-14 15:15:05 +00:00
ncc-cma style: auto format 2026-05-07 20:42:08 +00:00
ncepu style: auto format 2025-11-27 02:55:46 +00:00
ncku style: auto format 2026-05-07 20:42:08 +00:00
ncpssd style: auto format 2025-11-27 02:55:46 +00:00
ncu fix(route): update ncu jwc selector (#21250) 2026-03-04 02:08:42 +08:00
ncwu style: auto format 2026-04-14 15:15:05 +00:00
ndss-symposium style: auto format 2026-04-14 15:15:05 +00:00
neatdownloadmanager style: auto format 2025-11-27 02:55:46 +00:00
neea style: auto format 2026-04-14 15:15:05 +00:00
nenu style: auto format 2025-11-27 02:55:46 +00:00
netflav refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
netflix fix(radar): update radar sources for multiple routes 2026-03-16 12:23:24 +08:00
neu refactor: use arrow function 2026-05-11 02:16:04 +08:00
newmuseum style: auto format 2025-11-27 02:55:46 +00:00
newrank style: auto format 2026-05-07 20:42:08 +00:00
news refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
newseed style: auto format 2025-11-27 02:55:46 +00:00
newslaundry style: auto format 2026-05-07 20:42:08 +00:00
newsmarket refactor: use arrow function 2026-05-11 02:16:04 +08:00
newswav style: auto format 2026-04-14 15:15:05 +00:00
newyorker style: format 2025-11-27 11:04:48 +08:00
newzmz style: auto format 2026-05-07 20:42:08 +00:00
nextapple style: auto format 2025-11-27 02:55:46 +00:00
nextjs style: auto format 2025-11-27 02:55:46 +00:00
nga style: auto format 2026-04-14 15:15:05 +00:00
ngocn2 refactor: use arrow function 2026-05-11 02:16:04 +08:00
nhentai refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
nhk fix(route/nhk): fix linebreak (#21863) 2026-04-29 17:21:27 +08:00
niaogebiji style: auto format 2025-11-27 02:55:46 +00:00
nicovideo refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
nielsberglund style: auto format 2025-11-27 02:55:46 +00:00
nifd style: auto format 2026-05-07 20:42:08 +00:00
nikkei style: auto format 2026-05-07 20:42:08 +00:00
nintendo style: auto format 2026-04-14 15:15:05 +00:00
nio style: auto format 2026-05-07 21:41:39 +00:00
nippon style: auto format 2025-11-27 02:55:46 +00:00
njglyy style: auto format 2025-11-27 02:55:46 +00:00
njit fix(route): remove rejectUnauthorized option (#20864) 2026-01-13 10:35:10 +08:00
njnu fix(route): remove rejectUnauthorized option (#20864) 2026-01-13 10:35:10 +08:00
nju style: auto format 2026-04-14 15:15:05 +00:00
njucm style: auto format 2025-11-27 02:55:46 +00:00
njuferret style: auto format 2025-11-27 02:55:46 +00:00
njupt style: auto format 2025-11-27 02:55:46 +00:00
njust style: auto format 2026-05-07 20:42:08 +00:00
njxzc refactor: use arrow function 2026-05-11 02:16:04 +08:00
nlc refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
nltimes style: auto format 2025-11-27 02:55:46 +00:00
nmc style: auto format 2026-05-07 20:42:08 +00:00
nmtv style: auto format 2026-05-07 20:42:08 +00:00
nodejs style: auto format 2026-05-07 20:42:08 +00:00
nogizaka46 style: auto format 2025-11-27 02:55:46 +00:00
nosec style: auto format 2026-04-14 15:15:05 +00:00
notateslaapp style: auto format 2025-11-27 02:55:46 +00:00
notefolio style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
notion style: auto format 2026-05-07 20:42:08 +00:00
now style: auto format 2026-05-07 20:42:08 +00:00
nowcoder style: auto format 2026-05-07 20:42:08 +00:00
npm refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
npr style: auto format 2026-04-14 15:15:05 +00:00
ntdm style: auto format 2025-11-27 02:55:46 +00:00
ntdtv style: auto format 2026-05-07 20:42:08 +00:00
ntrblog style: auto format 2025-11-27 02:55:46 +00:00
nua fix(route): remove rejectUnauthorized option (#20864) 2026-01-13 10:35:10 +08:00
nuaa refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
nudt style: auto format 2026-05-07 20:42:08 +00:00
nuist style: auto format 2026-05-07 20:42:08 +00:00
nwafu style: auto format 2026-04-14 15:15:05 +00:00
nwnu refactor: use arrow function 2026-05-11 02:16:04 +08:00
nyaa feat(route/nyaa): support fulltext mode (#21888) 2026-05-12 02:45:14 +08:00
nyc style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
nycu style: auto format 2026-05-07 20:42:08 +00:00
nymity style: auto format 2025-11-27 02:55:46 +00:00
nytimes refactor: use arrow function 2026-05-11 02:16:04 +08:00
obsidian fix: update obsidian community routes 2026-05-14 15:47:50 +08:00
oceanengine refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
oct0pu5 style: auto format 2026-04-14 15:15:05 +00:00
odaily refactor: use arrow function 2026-05-11 02:16:04 +08:00
oeeee style: auto format 2026-05-07 20:42:08 +00:00
oesw style: auto format 2025-11-27 02:55:46 +00:00
oevw style: auto format 2026-05-07 20:42:08 +00:00
oilchem style: auto format 2026-05-07 20:42:08 +00:00
okx style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
olevod style: auto format 2025-11-27 02:55:46 +00:00
ollama style: auto format 2025-11-27 02:55:46 +00:00
oncc style: auto format 2026-05-07 20:42:08 +00:00
onehu style: auto format 2025-11-27 02:55:46 +00:00
onet refactor: use arrow function 2026-05-11 02:16:04 +08:00
oo-software style: auto format 2026-05-07 20:42:08 +00:00
openai style: auto format 2026-05-07 20:42:08 +00:00
openalex style: auto format 2026-05-07 20:42:08 +00:00
openrice style: auto format 2026-05-07 20:42:08 +00:00
openwrt style: auto format 2025-11-27 02:55:46 +00:00
orcid style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
oreno3d refactor: use arrow function 2026-05-11 02:16:04 +08:00
ornl style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
oschina style: auto format 2026-05-07 20:42:08 +00:00
oshwhub style: auto format 2026-05-07 20:42:08 +00:00
osu style: auto format 2026-04-14 15:15:05 +00:00
otobanana refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
ouc style: auto format 2026-05-07 20:42:08 +00:00
oup refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
outagereport style: auto format 2026-04-14 15:15:05 +00:00
p-articles style: auto format 2026-05-07 21:41:39 +00:00
pacilution style: auto format 2025-11-27 02:55:46 +00:00
panewslab fix(radar): update radar sources for multiple routes 2026-03-16 12:23:24 +08:00
papers style: auto format 2026-05-07 20:42:08 +00:00
paradigm style: auto format 2025-11-27 02:55:46 +00:00
parliament style: auto format 2026-05-07 20:42:08 +00:00
parliament.uk style: auto format 2026-05-07 20:42:08 +00:00
patagonia refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
patreon fix(route/patreon): use Patreon API (#20803) 2026-01-03 09:22:32 +08:00
paulgraham style: auto format 2025-11-27 02:55:46 +00:00
pconline style: auto format 2026-05-07 21:41:39 +00:00
pencilnews style: auto format 2025-11-27 02:55:46 +00:00
penguin-random-house refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
people style: fix eslint issues (#20862) 2026-01-13 03:25:37 +08:00
peopo style: auto format 2025-11-27 02:55:46 +00:00
perplexity refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
peterwunder feat(route): add Peter Wunder achievements badges feed (#21580) 2026-04-04 14:36:25 +08:00
phoronix style: auto format 2025-11-27 02:55:46 +00:00
pianyivps style: auto format 2025-11-27 02:55:46 +00:00
pianyuan style: auto format 2025-11-27 02:55:46 +00:00
picnob refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
picnob.info feat: redirect `/picnob` to `/picnob.info` 2026-03-11 02:03:34 +08:00
picuki refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
pikabu style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
pincong refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
pingwest style: auto format 2026-05-07 20:42:08 +00:00
pinterest style: auto format 2025-11-27 02:55:46 +00:00
pixabay style: auto format 2026-04-14 15:15:05 +00:00
pixelstech style: auto format 2026-05-07 20:42:08 +00:00
pixiv style: auto format 2026-05-07 20:42:08 +00:00
pixivision style: auto format 2026-05-07 20:42:08 +00:00
piyao style: auto format 2025-11-27 02:55:46 +00:00
pkmer style: auto format 2025-11-27 02:55:46 +00:00
pku style: auto format 2026-05-07 20:42:08 +00:00
playno1 style: auto format 2025-11-27 02:55:46 +00:00
playpcesor style: auto format 2025-11-27 02:55:46 +00:00
plurk style: auto format 2026-04-14 15:15:05 +00:00
pnas refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
podwise style: format 2025-11-27 11:04:48 +08:00
polymarket style: auto format 2026-04-14 15:15:05 +00:00
pornhub style: auto format 2026-05-07 20:42:08 +00:00
postman style: auto format 2025-11-27 02:55:46 +00:00
priconne-redive style: auto format 2026-05-07 20:42:08 +00:00
producereport style: auto format 2026-05-07 20:42:08 +00:00
producthunt style: auto format 2026-05-07 20:42:08 +00:00
projectjav feat: add projectjav actress (#21698) 2026-04-11 22:14:37 +08:00
ps fix: update playstation monthly games route 2026-05-07 20:52:51 +08:00
psnine style: auto format 2025-11-27 02:55:46 +00:00
psyche style: auto format 2026-04-14 15:15:05 +00:00
pts refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
publico style: auto format 2025-11-27 02:55:46 +00:00
pubmed refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
pubscholar style: auto format 2025-11-27 02:55:46 +00:00
pumc fix(route): remove rejectUnauthorized option (#20864) 2026-01-13 10:35:10 +08:00
putty style: auto format 2025-11-27 02:55:46 +00:00
pwc style: auto format 2025-11-27 02:55:46 +00:00
python style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
qbitai style: auto format 2025-11-27 02:55:46 +00:00
qbittorrent chore(deps-dev): bump the oxc group across 1 directory with 4 updates (#21583) 2026-04-01 22:10:13 +08:00
qdu style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
qianp style: auto format 2025-11-27 02:55:46 +00:00
qianzhan style: auto format 2025-11-27 02:55:46 +00:00
qiche365 fix(routes): remove hard-coded UA and use header presets (#21559) 2026-03-31 00:40:26 +08:00
qidian fix(routes): remove hard-coded UA and use header presets (#21559) 2026-03-31 00:40:26 +08:00
qingting style: auto format 2026-04-14 15:15:05 +00:00
qipamaijia fix(route): remove rejectUnauthorized option (#20864) 2026-01-13 10:35:10 +08:00
qiyoujiage style: auto format 2025-11-27 02:55:46 +00:00
qlu style: auto format 2026-04-14 15:15:05 +00:00
qm120 style: auto format 2025-11-27 02:55:46 +00:00
qoo-app refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
qq style: auto format 2026-05-07 20:42:08 +00:00
qq88 refactor: use arrow function 2026-05-11 02:16:04 +08:00
qqorw style: auto format 2025-11-27 02:55:46 +00:00
qstheory style: auto format 2026-05-07 20:42:08 +00:00
quantamagazine fix: quanta magazine (#21031) 2026-02-03 02:13:39 +08:00
questmobile style: auto format 2026-05-07 20:42:08 +00:00
questn style: auto format 2026-05-07 21:41:39 +00:00
quicker style: auto format 2026-05-07 20:42:08 +00:00
qust style: auto format 2025-11-27 02:55:46 +00:00
qweather style: auto format 2025-11-27 05:54:33 +00:00
qwen feat(route/qwen): replace deprecated qwen blog route with new one (#21944) 2026-05-08 21:12:00 +08:00
qztc style: auto format 2026-05-07 20:42:08 +00:00
radio style: auto format 2026-05-07 20:42:08 +00:00
radio-canada style: auto format 2026-04-14 15:15:05 +00:00
railway style: auto format 2025-11-27 02:55:46 +00:00
rarehistoricalphotos style: auto format 2025-11-27 02:55:46 +00:00
raspberrypi style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
rattibha refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
rawkuma refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
raycast style: auto format 2025-11-27 02:55:46 +00:00
react style: auto format 2025-11-27 02:55:46 +00:00
reactiflux style: auto format 2026-04-14 15:15:05 +00:00
reactnewsletter style: auto format 2025-11-27 02:55:46 +00:00
readhub style: auto format 2026-05-07 20:42:08 +00:00
readsomethingwonderful feat(route): add Read Something Wonderful (#20696) 2025-12-16 00:05:40 +08:00
readwise style: auto format 2026-05-07 20:42:08 +00:00
rebase style: auto format 2025-11-27 02:55:46 +00:00
remnote style: auto format 2025-11-27 02:55:46 +00:00
researchgate refactor: use arrow function 2026-05-11 02:16:04 +08:00
resetera style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
resonac style: auto format 2025-11-27 02:55:46 +00:00
reuters style: auto format 2026-05-07 20:42:08 +00:00
rfa style: auto format 2025-11-27 02:55:46 +00:00
rfi style: auto format 2026-05-07 21:41:39 +00:00
right refactor: use arrow function 2026-05-11 02:16:04 +08:00
rockthejvm style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
rodong style: auto format 2025-11-27 02:55:46 +00:00
routledge refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
rsc refactor: use arrow function 2026-05-11 02:16:04 +08:00
rss3 style: fix import 2025-11-27 11:22:19 +08:00
rsshub style: auto format 2026-05-07 20:42:08 +00:00
ruancan refactor: use arrow function 2026-05-11 02:16:04 +08:00
ruankao style: auto format 2026-04-14 15:15:05 +00:00
ruc style: auto format 2026-05-07 20:42:08 +00:00
rule34video style: auto format 2026-05-02 03:05:48 +00:00
runyeah docs: add sports category (#21704) 2026-04-13 04:21:20 +08:00
rustcc style: auto format 2026-04-14 15:15:05 +00:00
sakurazaka46 style: auto format 2025-11-27 02:55:46 +00:00
samd style: auto format 2026-05-07 20:42:08 +00:00
samrdprc style: auto format 2026-05-07 20:42:08 +00:00
samsung style: auto format 2025-11-27 02:55:46 +00:00
sankei style: auto format 2025-11-27 02:55:46 +00:00
sara style: auto format 2026-05-07 20:42:08 +00:00
saraba1st refactor: use arrow function 2026-05-11 02:16:04 +08:00
sass style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
scau style: auto format 2025-11-27 02:55:46 +00:00
science style: auto format 2026-05-07 20:42:08 +00:00
sciencedirect fix(routes): remove hard-coded UA and use header presets (#21559) 2026-03-31 00:40:26 +08:00
sciencenet style: auto format 2026-05-07 20:42:08 +00:00
scientificamerican style: auto format 2026-05-07 20:42:08 +00:00
scitechvista refactor: fix first() and undefined fallback abuse 2026-04-14 08:26:28 +08:00
scmp style: auto format 2026-05-23 13:39:38 +00:00
scnu style: auto format 2025-11-27 02:55:46 +00:00
scoop style: auto format 2026-05-07 20:42:08 +00:00
scpta style: auto format 2026-05-07 20:42:08 +00:00
sctv style: auto format 2026-05-07 20:42:08 +00:00
scu style: auto format 2026-04-14 15:15:05 +00:00
scut style: fix eslint issues (#20862) 2026-01-13 03:25:37 +08:00
scvtc style: auto format 2025-11-27 02:55:46 +00:00
sdo style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
sdu style: auto format 2026-05-07 20:42:08 +00:00
sdust style: auto format 2025-11-27 02:55:46 +00:00
sdzk style: auto format 2026-05-07 20:42:08 +00:00
sec-in style: auto format 2025-11-27 02:55:46 +00:00
sec-wiki style: auto format 2025-11-27 02:55:46 +00:00
secretsanfrancisco refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
secrss style: auto format 2025-11-27 02:55:46 +00:00
seekingalpha refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
sega style: auto format 2026-04-14 15:15:05 +00:00
segmentfault style: auto format 2025-11-27 02:55:46 +00:00
sehuatang style: auto format 2026-05-07 20:42:08 +00:00
semiconductors style: auto format 2026-05-07 20:42:08 +00:00
sensortower refactor: use arrow function 2026-05-11 02:16:04 +08:00
setn style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
seu style: auto format 2025-11-27 02:55:46 +00:00
sfacg style: auto format 2025-11-27 02:55:46 +00:00
shanghaimuseum feat(route): add shanghai museum news route (#22049) 2026-05-30 05:25:54 +08:00
shcstheatre refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
shiep style: auto format 2026-05-07 20:42:08 +00:00
shisu style: auto format 2025-11-27 02:55:46 +00:00
shmeea style: auto format 2026-05-07 20:42:08 +00:00
shmtu fix(route): remove rejectUnauthorized option (#20864) 2026-01-13 10:35:10 +08:00
shoac refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
shopback style: auto format 2025-11-27 02:55:46 +00:00
shopify style: auto format 2026-04-14 15:15:05 +00:00
shoppingdesign refactor: use arrow function 2026-05-11 02:16:04 +08:00
showstart style: auto format 2026-05-07 21:41:39 +00:00
shu style: auto format 2026-05-07 20:42:08 +00:00
shuiguopai refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
sicau style: auto format 2026-05-07 20:42:08 +00:00
sigsac style: auto format 2025-11-27 02:55:46 +00:00
simpleinfo refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
sina docs: add sports category (#21704) 2026-04-13 04:21:20 +08:00
sinchew refactor: use arrow function 2026-05-11 02:16:04 +08:00
sis001 style: auto format 2026-05-07 20:42:08 +00:00
sjtu feat(route/sjtu): add CS school academic activities (#22050) 2026-06-01 05:33:37 +08:00
skeb style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
skebetter style: auto format 2026-05-07 20:42:08 +00:00
sketis style: auto format 2026-05-07 20:42:08 +00:00
skysports docs: add sports category (#21704) 2026-04-13 04:21:20 +08:00
slashdot fix(route/slashdot): fix import typo 2026-01-24 00:33:13 +08:00
slowmist style: auto format 2025-11-27 02:55:46 +00:00
smartlink fix(route/smartlink): Remove HTML from the title for cnbc (#21130) 2026-02-13 16:00:58 +08:00
smashingmagazine style: auto format 2025-11-27 02:55:46 +00:00
smzdm style: auto format 2026-05-07 20:42:08 +00:00
snnu feat(route): add snnu routes (#21088) 2026-02-08 21:30:03 +08:00
snowpeak refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
sobooks style: auto format 2025-11-27 02:55:46 +00:00
sogou refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
sohu style: auto format 2026-05-07 20:42:08 +00:00
solidot style: auto format 2026-04-14 15:15:05 +00:00
sony style: auto format 2026-05-07 20:42:08 +00:00
sorrycc style: auto format 2026-05-07 20:42:08 +00:00
sotwe refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
soundofhope style: auto format 2026-05-07 20:42:08 +00:00
soundon style: format 2025-11-27 11:04:48 +08:00
sourceforge style: auto format 2026-05-07 20:42:08 +00:00
southcn style: auto format 2026-05-07 20:42:08 +00:00
spankbang refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
spglobal style: auto format 2026-05-07 20:42:08 +00:00
spotify style: auto format 2026-04-14 15:15:05 +00:00
springer refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
sputniknews style: auto format 2026-05-07 20:42:08 +00:00
sqmc style: auto format 2025-11-27 02:55:46 +00:00
sse style: auto format 2026-05-07 20:42:08 +00:00
ssm style: auto format 2026-04-14 15:15:05 +00:00
sspai style: auto format 2026-04-14 15:15:05 +00:00
sspu style: auto format 2025-11-27 02:55:46 +00:00
stanford style: auto format 2025-11-27 02:55:46 +00:00
startuplatte style: auto format 2025-11-27 02:55:46 +00:00
stbu fix(route): remove rejectUnauthorized option (#20864) 2026-01-13 10:35:10 +08:00
stcn style: auto format 2026-05-07 20:42:08 +00:00
stdaily style: auto format 2026-01-02 01:44:18 +00:00
steam style: auto format 2026-05-07 20:42:08 +00:00
stheadline style: auto format 2025-11-27 02:55:46 +00:00
stockedge style: format 2025-11-27 11:04:48 +08:00
storm style: auto format 2026-05-07 20:42:08 +00:00
storyfm refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
straitstimes style: auto format 2026-05-07 20:42:08 +00:00
stratechery style: auto format 2025-11-27 02:55:46 +00:00
stream-capital style: auto format 2025-11-27 02:55:46 +00:00
studygolang style: auto format 2025-11-27 02:55:46 +00:00
subhd refactor: use arrow function 2026-05-11 02:16:04 +08:00
substack style: format 2025-11-27 11:04:48 +08:00
supchina style: auto format 2025-11-27 02:55:46 +00:00
supercell style: auto format 2026-05-07 20:42:08 +00:00
surfshark style: auto format 2026-05-07 20:42:08 +00:00
sustainabilitymag style: auto format 2026-04-14 15:15:05 +00:00
sustech style: auto format 2025-11-27 02:55:46 +00:00
swissinfo refactor: use arrow function 2026-05-11 02:16:04 +08:00
swjtu style: auto format 2026-05-07 20:42:08 +00:00
swpu style: auto format 2025-11-27 02:55:46 +00:00
sycl style: auto format 2026-05-07 20:42:08 +00:00
syosetu style: auto format 2026-05-07 20:42:08 +00:00
sysu style: auto format 2026-04-14 15:15:05 +00:00
szftedu style: auto format 2025-11-27 02:55:46 +00:00
szse style: auto format 2026-05-07 20:42:08 +00:00
szu style: auto format 2025-11-27 02:55:46 +00:00
t66y style: auto format 2026-05-07 20:42:08 +00:00
tableau style: auto format 2025-11-27 02:55:46 +00:00
tailwindcss style: auto format 2025-11-27 02:55:46 +00:00
taiwanmobile style: auto format 2025-11-27 02:55:46 +00:00
taiwannews style: auto format 2025-11-27 02:55:46 +00:00
tangshufang style: auto format 2025-11-27 02:55:46 +00:00
taobao style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
taoguba style: auto format 2025-11-27 02:55:46 +00:00
taptap style: auto format 2026-05-07 20:42:08 +00:00
tass style: auto format 2025-11-27 02:55:46 +00:00
tctmd refactor: fix first() and undefined fallback abuse 2026-04-14 08:26:28 +08:00
techcrunch style: auto format 2026-05-07 20:42:08 +00:00
techflowpost test(route): move techflowpost test outside routes 2026-05-09 17:24:41 +08:00
techpowerup style: auto format 2025-11-27 02:55:46 +00:00
techsir style: auto format 2025-11-27 02:55:46 +00:00
telecompaper style: auto format 2026-05-07 20:42:08 +00:00
telegram refactor: use arrow function 2026-05-11 02:16:04 +08:00
tencent style: auto format 2026-04-14 15:15:05 +00:00
tesla style: auto format 2026-05-07 20:42:08 +00:00
test style: auto format 2026-04-14 15:15:05 +00:00
tfc-taiwan refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
tgbus style: auto format 2025-11-27 02:55:46 +00:00
the style: auto format 2026-05-07 20:42:08 +00:00
theatlantic style: auto format 2026-05-07 20:42:08 +00:00
theblock style: auto format 2025-11-27 02:55:46 +00:00
theblockbeats style: auto format 2026-05-07 20:42:08 +00:00
thebrain refactor: fix first() and undefined fallback abuse 2026-04-14 08:26:28 +08:00
thecover style: auto format 2026-04-14 15:15:05 +00:00
thegadgetflow refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
thegradient style: auto format 2025-11-27 02:55:46 +00:00
thehindu style: auto format 2025-11-27 02:55:46 +00:00
theinitium style: auto format 2026-05-07 20:42:08 +00:00
themoviedb style: auto format 2026-05-07 20:42:08 +00:00
thenewslens refactor: use arrow function 2026-05-11 02:16:04 +08:00
thepaper fix(route/jiemian): remove duplicated image (#21946) 2026-05-07 20:59:30 +08:00
thepetcity style: auto format 2026-05-07 20:42:08 +00:00
theverge style: auto format 2026-05-07 20:42:08 +00:00
thewirehindi refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
thinkingmachines feat(route/thinkingmachines): add news route for Thinking Machines Lab (#21609) 2026-04-07 03:01:16 +08:00
thoughtco style: auto format 2026-05-07 20:42:08 +00:00
thoughtworks style: auto format 2025-11-27 02:55:46 +00:00
threads style: format 2025-11-27 11:04:48 +08:00
thwiki style: auto format 2026-04-14 15:15:05 +00:00
thzt style: auto format 2025-11-27 02:55:46 +00:00
tidb style: auto format 2026-05-07 20:42:08 +00:00
tiddlywiki style: auto format 2025-11-27 02:55:46 +00:00
tiktok refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
timednews style: auto format 2025-11-27 02:55:46 +00:00
tingshuitz style: auto format 2026-04-14 15:15:05 +00:00
tingtingfm style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
tisi style: auto format 2025-11-27 02:55:46 +00:00
tju style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
tkww style: auto format 2026-05-07 20:42:08 +00:00
tmtpost style: auto format 2026-05-07 20:42:08 +00:00
tokeninsight style: auto format 2026-05-07 20:42:08 +00:00
tongji style: auto format 2026-05-07 20:42:08 +00:00
tongli style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
toodaylab style: auto format 2025-11-27 02:55:46 +00:00
tophub refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
topys style: auto format 2025-11-27 02:55:46 +00:00
toranoana style: auto format 2026-05-07 20:42:08 +00:00
toutiao style: auto format 2026-04-14 15:15:05 +00:00
towardsdatascience style: auto format 2025-11-27 02:55:46 +00:00
tradingview refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
transcriptforest refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
transformer-circuits refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
trendforce feat(route): add trendforce (#21665) 2026-04-09 09:00:10 +08:00
trendingpapers style: auto format 2025-11-27 02:55:46 +00:00
tribalfootball refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
trow style: auto format 2026-04-14 15:15:05 +00:00
tsdm39 style: auto format 2025-11-27 02:55:46 +00:00
tsinghua style: auto format 2026-05-07 20:42:08 +00:00
ttv style: auto format 2025-11-27 02:55:46 +00:00
tumblr style: auto format 2026-04-14 15:15:05 +00:00
tvb style: auto format 2026-05-07 20:42:08 +00:00
tver feat(route/foodtalks): add tag (#20771) 2025-12-28 05:36:35 +08:00
tvtropes refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
tw-nongmu feat(route): add tw-nongmu (#21578) 2026-04-01 07:16:50 +08:00
twitch style: auto format 2026-04-14 15:15:05 +00:00
twitter style: auto format 2026-05-30 03:38:43 +00:00
twreporter style: auto format 2026-04-14 15:15:05 +00:00
txks style: auto format 2026-04-14 15:15:05 +00:00
txrjy refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
tynu style: auto format 2025-11-27 02:55:46 +00:00
typeless fix(route/typeless): add android platform support in changelog handler (#21014) 2026-01-30 10:44:10 +08:00
typora style: auto format 2026-04-14 15:15:05 +00:00
typst style: auto format 2026-05-07 20:42:08 +00:00
u3c3 style: auto format 2025-11-27 02:55:46 +00:00
u9a9 style: auto format 2025-11-27 02:55:46 +00:00
uber style: auto format 2026-05-07 20:42:08 +00:00
ucas style: auto format 2025-11-27 02:55:46 +00:00
uchicago refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
udn chore: add missing maintainers 2026-03-28 19:25:45 +08:00
uestc style: auto format 2026-05-07 21:41:39 +00:00
uibe style: auto format 2026-05-07 20:42:08 +00:00
ulapia style: auto format 2026-05-07 20:42:08 +00:00
unipd style: auto format 2025-11-27 02:55:46 +00:00
uniqlo style: auto format 2025-11-27 02:55:46 +00:00
unraid style: auto format 2025-11-27 02:55:46 +00:00
unusualwhales style: auto format 2025-11-27 02:55:46 +00:00
upc style: auto format 2026-05-07 20:42:08 +00:00
ups refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
uptimerobot refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
uraaka-joshi refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
urbandictionary refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
usenix style: auto format 2026-04-14 15:15:05 +00:00
usepanda style: auto format 2025-11-27 02:55:46 +00:00
ustb style: auto format 2025-11-27 02:55:46 +00:00
ustc style: auto format 2026-05-07 20:42:08 +00:00
usts style: auto format 2025-11-27 02:55:46 +00:00
utgd style: auto format 2026-05-07 20:42:08 +00:00
uw style: fix eslint issues (#20862) 2026-01-13 03:25:37 +08:00
v1tx style: auto format 2025-11-27 02:55:46 +00:00
v2ex style: auto format 2026-04-14 15:15:05 +00:00
v2rayshare style: auto format 2025-11-27 02:55:46 +00:00
vcb-s refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
verfghbw style: auto format 2025-11-27 02:55:46 +00:00
vertikal style: auto format 2025-11-27 02:55:46 +00:00
vice refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
vimeo style: auto format 2026-05-07 20:42:08 +00:00
visionias style: auto format 2026-04-14 15:15:05 +00:00
visualstudio style: format 2025-11-27 11:04:48 +08:00
vocus style: auto format 2025-11-27 02:55:46 +00:00
vom style: auto format 2025-11-27 02:55:46 +00:00
voronoiapp style: update eslint rules (#21207) 2026-02-23 08:17:37 +08:00
wabei style: auto format 2026-05-07 20:42:08 +00:00
wainao style: auto format 2026-05-07 20:42:08 +00:00
wallhaven style: auto format 2026-05-07 20:42:08 +00:00
wallpaperhub refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
wallstreetcn refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
wanqu style: auto format 2025-11-27 02:55:46 +00:00
warhammer-community style: auto format 2025-11-27 02:55:46 +00:00
warp style: format 2025-11-27 11:04:48 +08:00
warthunder style: auto format 2026-05-07 20:42:08 +00:00
washingtonpost style: auto format 2026-05-07 20:42:08 +00:00
wbv-gpa style: auto format 2026-05-07 20:42:08 +00:00
wchscu style: auto format 2025-11-27 02:55:46 +00:00
wdc style: auto format 2025-11-27 02:55:46 +00:00
wdfxw style: auto format 2026-05-07 20:42:08 +00:00
web style: auto format 2026-05-07 20:42:08 +00:00
web3caff style: auto format 2025-11-27 02:55:46 +00:00
webcatalog style: auto format 2025-11-27 02:55:46 +00:00
wechat refactor: use arrow function 2026-05-11 02:16:04 +08:00
weekendhk style: auto format 2025-11-27 02:55:46 +00:00
weibo style: auto format 2026-05-07 20:42:08 +00:00
wellcee style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
wenku8 refactor: use arrow function 2026-05-11 02:16:04 +08:00
wfdf docs: add sports category (#21704) 2026-04-13 04:21:20 +08:00
wfu style: auto format 2025-11-27 02:55:46 +00:00
whitehouse style: auto format 2025-11-27 02:55:46 +00:00
who style: auto format 2026-05-07 20:42:08 +00:00
whu refactor: use arrow function 2026-05-11 02:16:04 +08:00
wiensued style: auto format 2026-05-07 20:42:08 +00:00
wikinews style: auto format 2026-04-14 15:15:05 +00:00
wikipedia style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
windsurf style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
winstall refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
wired style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
wise style: auto format 2026-04-14 15:15:05 +00:00
withgoogle style: auto format 2025-11-27 02:55:46 +00:00
wizfile style: auto format 2026-04-14 15:15:05 +00:00
wkjyqh feat(route): add wkjyqh (#21666) 2026-04-09 09:29:09 +08:00
wmc-bj refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
wmpvp style: auto format 2026-04-14 15:15:05 +00:00
wnacg refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
wogem style: auto format 2026-05-07 20:42:08 +00:00
wohnnet style: auto format 2025-11-27 02:55:46 +00:00
wordpress style: auto format 2026-05-07 20:42:08 +00:00
worldjournal style: auto format 2025-11-27 02:55:46 +00:00
worldofwarships style: auto format 2025-11-27 02:55:46 +00:00
woshipm style: auto format 2025-11-27 02:55:46 +00:00
wsj refactor: use arrow function 2026-05-11 02:16:04 +08:00
wsyu style: fix eslint issues (#20862) 2026-01-13 03:25:37 +08:00
wtu style: auto format 2025-11-27 02:55:46 +00:00
wufazhuce style: auto format 2025-11-27 02:55:46 +00:00
wyzxwk style: auto format 2026-05-07 20:42:08 +00:00
wzu refactor: use arrow function 2026-05-11 02:16:04 +08:00
x-mol refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
x6d style: auto format 2025-11-27 02:55:46 +00:00
x410 style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
xaufe style: update oxlint to use simple-import-sort 2026-03-04 03:13:57 +08:00
xaut style: auto format 2026-05-07 20:42:08 +00:00
xbmu style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
xbookcn style: auto format 2025-11-27 02:55:46 +00:00
xboxfan style: auto format 2025-11-27 02:55:46 +00:00
xhamster style: auto format 2026-04-10 11:17:45 +00:00
xianbao style: auto format 2026-05-07 20:42:08 +00:00
xiaoheihe style: auto format 2026-05-07 20:42:08 +00:00
xiaohongshu refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
xiaomiyoupin fix(xiaomiyoupin): 修复众筹路由 API 失效问题 (#21785) 2026-04-23 06:02:26 +08:00
xiaote style: auto format 2026-04-14 00:39:34 +00:00
xiaoyuzhou style: format 2025-11-27 11:04:48 +08:00
xiaozhuanlan style: auto format 2025-11-27 02:55:46 +00:00
xidian style: auto format 2026-05-07 20:42:08 +00:00
ximalaya style: auto format 2026-05-07 20:42:08 +00:00
xinpianchang style: auto format 2026-05-07 20:42:08 +00:00
xjtlu refactor: fix first() and undefined fallback abuse 2026-04-14 08:26:28 +08:00
xjtu refactor: use arrow function 2026-05-11 02:16:04 +08:00
xkb refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
xmanhua style: auto format 2025-11-27 02:55:46 +00:00
xmnn refactor: use arrow function 2026-05-11 02:16:04 +08:00
xmu style: auto format 2025-11-27 02:55:46 +00:00
xmut fix(route): remove rejectUnauthorized option (#20864) 2026-01-13 10:35:10 +08:00
xsijishe style: auto format 2026-05-07 20:42:08 +00:00
xueqiu style: auto format 2026-05-07 20:42:08 +00:00
xunhupay style: auto format 2026-04-14 15:15:05 +00:00
xupt style: auto format 2026-05-07 20:42:08 +00:00
xwenming style: auto format 2026-05-07 20:42:08 +00:00
xys refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
xyu refactor: use arrow function 2026-05-11 02:16:04 +08:00
xyzrank refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
yahoo style: auto format 2026-05-07 20:42:08 +00:00
yamap style: auto format 2025-11-27 02:55:46 +00:00
yamibo style: auto format 2026-05-07 20:42:08 +00:00
yande style: auto format 2026-05-07 20:42:08 +00:00
yangtzeu style: auto format 2025-11-27 02:55:46 +00:00
ycwb refactor: use arrow function 2026-05-11 02:16:04 +08:00
yenpress refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
ygkkk style: auto format 2025-11-27 02:55:46 +00:00
yicai style: auto format 2026-05-07 20:42:08 +00:00
yilinzazhi style: format 2025-11-27 11:04:48 +08:00
ymgal style: auto format 2026-04-14 15:15:05 +00:00
yna style: auto format 2026-05-07 20:42:08 +00:00
ynet style: auto format 2026-05-07 20:42:08 +00:00
yoasobi-music style: fix eslint issues (#20862) 2026-01-13 03:25:37 +08:00
yomiuri style: auto format 2025-11-27 02:55:46 +00:00
yomujp chore: migrate to oxfmt (#20735) 2026-01-13 00:06:06 +08:00
youku refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
youmemark style: auto format 2026-05-07 20:42:08 +00:00
youtube style: auto format 2026-05-07 21:41:39 +00:00
youzhiyouxing style: format 2025-11-27 11:04:48 +08:00
yuanliao style: auto format 2026-05-07 20:42:08 +00:00
yuque style(eslint): fix `no-unassigned-vars` `no-useless-assignment` `preserve-caught-error` (#21175) 2026-02-18 22:25:14 +08:00
yxdown style: auto format 2025-11-27 02:55:46 +00:00
yxdzqb style: auto format 2026-05-07 20:42:08 +00:00
yxrb style: auto format 2025-11-27 02:55:46 +00:00
yyets style: auto format 2026-05-07 20:42:08 +00:00
yystv style: auto format 2026-04-14 15:15:05 +00:00
zagg style: auto format 2026-04-14 15:15:05 +00:00
zaimanhua docs: edit zaimanhua description. (#21829) 2026-04-25 20:21:21 +08:00
zaker style: auto format 2025-11-27 02:55:46 +00:00
zaobao style: auto format 2026-05-07 20:42:08 +00:00
zaozao style: auto format 2026-04-14 15:15:05 +00:00
zcmu style: auto format 2025-11-27 02:55:46 +00:00
zcool refactor: use arrow function 2026-05-11 02:16:04 +08:00
zed style: format 2025-11-27 11:04:48 +08:00
zhibo8 style: auto format 2026-05-07 20:42:08 +00:00
zhihu style: auto format 2026-05-07 21:41:39 +00:00
zhitongcaijing refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
zhiy refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
zhizhuan100 style: format 2025-11-27 11:04:48 +08:00
zhonglun style: auto format 2026-05-07 20:42:08 +00:00
zhubai style: auto format 2026-05-07 20:42:08 +00:00
zhujiceping style: auto format 2025-11-27 02:55:46 +00:00
zhuwang style: auto format 2026-04-14 15:15:05 +00:00
zimuxia fix(route): remove rejectUnauthorized option (#20864) 2026-01-13 10:35:10 +08:00
zjgtjy style: auto format 2025-11-27 02:55:46 +00:00
zjol style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
zju style: auto format 2026-05-07 20:42:08 +00:00
zjut style: auto format 2026-05-07 20:42:08 +00:00
zjuvag style: auto format 2025-11-27 02:55:46 +00:00
zodgame refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
zongheng style: auto format 2025-11-27 02:55:46 +00:00
zotero style: auto format 2025-11-27 02:55:46 +00:00
zrblog style: auto format 2025-11-27 02:55:46 +00:00
zsxq style: auto format 2026-05-07 20:42:08 +00:00
zuel style: auto format 2025-11-27 02:55:46 +00:00
zuvio refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
zxcs fix(route): update zxcs domain to zxcs.click (#21768) 2026-04-19 20:48:50 +08:00
zyshow refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
zyw style: auto format 2026-05-07 20:42:08 +00:00
zzu style: auto format 2026-05-07 20:42:08 +00:00
healthz.ts
index.tsx style: auto format 2025-11-27 02:55:46 +00:00
metrics.ts style: auto format 2025-11-27 02:55:46 +00:00
robots.txt.ts style: auto format 2025-11-27 02:55:46 +00:00