rsshub 1.0.0-master.f812e91 → 1.0.0-master.f84d399

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2530) hide show
  1. package/lib/api-router.js +25 -0
  2. package/lib/app.js +5 -5
  3. package/lib/config.js +19 -13
  4. package/lib/index.js +2 -2
  5. package/lib/maintainer.js +9 -9
  6. package/lib/middleware/access-control.js +28 -13
  7. package/lib/middleware/anti-hotlink.js +13 -15
  8. package/lib/middleware/cache/index.js +9 -9
  9. package/lib/middleware/cache/redis.js +4 -4
  10. package/lib/middleware/header.js +1 -1
  11. package/lib/middleware/load-on-demand.js +3 -3
  12. package/lib/middleware/onerror.js +16 -18
  13. package/lib/middleware/parameter.js +25 -36
  14. package/lib/middleware/template.js +36 -40
  15. package/lib/middleware/utf8.js +1 -1
  16. package/lib/radar-rules.js +3 -277
  17. package/lib/radar.js +23 -23
  18. package/lib/router.js +46 -592
  19. package/lib/routes/005tv/zx.js +1 -1
  20. package/lib/routes/10000link/news.js +2 -2
  21. package/lib/routes/12379/index.js +1 -1
  22. package/lib/routes/21caijing/channel.js +3 -3
  23. package/lib/routes/60s-science/transcript.js +3 -3
  24. package/lib/routes/755/user.js +3 -3
  25. package/lib/routes/99percentinvisible/transcript.js +2 -2
  26. package/lib/routes/acm/amturingaward.js +2 -2
  27. package/lib/routes/acwifi/index.js +2 -2
  28. package/lib/routes/adquan/index.js +1 -6
  29. package/lib/routes/aiyanxishe/home.js +25 -21
  30. package/lib/routes/amazfitwatchfaces/search.js +1 -1
  31. package/lib/routes/amd/graphicsdrivers.js +3 -3
  32. package/lib/routes/aozora/newbook.js +9 -9
  33. package/lib/routes/appsales/index.js +2 -2
  34. package/lib/routes/archdaily/home.js +2 -2
  35. package/lib/routes/asahi/index.js +2 -6
  36. package/lib/routes/autotrader/index.js +2 -2
  37. package/lib/routes/avgle/videos.js +4 -4
  38. package/lib/routes/axis-studios/work.js +55 -62
  39. package/lib/routes/babykingdom/index.js +28 -10
  40. package/lib/routes/bahamut/creation-index.js +73 -0
  41. package/lib/routes/bahamut/utils.js +7 -7
  42. package/lib/routes/bandisoft/index.js +1 -1
  43. package/lib/routes/banyuetan/index.js +2 -2
  44. package/lib/routes/benedictevans/recent.js +2 -2
  45. package/lib/routes/bibgame/category.js +1 -1
  46. package/lib/routes/bjnews/news.js +2 -2
  47. package/lib/routes/blogs/hedwig.js +3 -3
  48. package/lib/routes/blogs/wangyin.js +2 -2
  49. package/lib/routes/blogs/wordpress.js +5 -5
  50. package/lib/routes/blow-studio/work.js +2 -2
  51. package/lib/routes/blur-studio/index.js +6 -8
  52. package/lib/routes/booth-pm/shop.js +2 -4
  53. package/lib/routes/ccg/index.js +1 -1
  54. package/lib/routes/cell/cell/index.js +2 -2
  55. package/lib/routes/cell/cover.js +1 -1
  56. package/lib/routes/cfan/news.js +2 -2
  57. package/lib/routes/cgtn/most.js +1 -1
  58. package/lib/routes/cgtn/opinions.js +1 -1
  59. package/lib/routes/chaoli/index.js +1 -1
  60. package/lib/routes/chicagotribune/index.js +2 -2
  61. package/lib/routes/chiphell/forum.js +4 -4
  62. package/lib/routes/chocolatey/software.js +1 -1
  63. package/lib/routes/chouti/top.js +1 -1
  64. package/lib/routes/chsi/zszcgd.js +1 -1
  65. package/lib/routes/cnu/discovery.js +6 -6
  66. package/lib/routes/cnu/selected.js +5 -5
  67. package/lib/routes/cnu/utils.js +4 -4
  68. package/lib/routes/cpython/index.js +2 -4
  69. package/lib/routes/csc/notice.js +4 -4
  70. package/lib/routes/daxiaamu/home.js +2 -2
  71. package/lib/routes/ddrk/index.js +1 -1
  72. package/lib/routes/ddrk/list.js +2 -2
  73. package/lib/routes/deepl/blog.js +1 -1
  74. package/lib/routes/dev.to/top.js +2 -2
  75. package/lib/routes/dgtle/index.js +2 -2
  76. package/lib/routes/dgtle/keyword.js +2 -1
  77. package/lib/routes/dgtle/trade.js +2 -2
  78. package/lib/routes/dida365/habit-checkins.js +8 -7
  79. package/lib/routes/digitaling/article.js +1 -1
  80. package/lib/routes/digitaling/index.js +1 -1
  81. package/lib/routes/digitaling/project.js +1 -1
  82. package/lib/routes/discuss/index.js +8 -8
  83. package/lib/routes/disqus/posts.js +6 -6
  84. package/lib/routes/dongmanmanhua/comic.js +2 -2
  85. package/lib/routes/duozhi/index.js +3 -6
  86. package/lib/routes/edrawsoft/mindmap.js +3 -7
  87. package/lib/routes/eeo/index.js +1 -5
  88. package/lib/routes/eleme/open/announce.js +17 -20
  89. package/lib/routes/emi-nitta/home.js +2 -7
  90. package/lib/routes/enclavebooks/category.js +4 -5
  91. package/lib/routes/enclavebooks/collection.js +1 -1
  92. package/lib/routes/enclavebooks/user.js +1 -1
  93. package/lib/routes/engadget/home.js +5 -5
  94. package/lib/routes/etherscan/transactions.js +1 -1
  95. package/lib/routes/everything/changes.js +3 -3
  96. package/lib/routes/fanbox/conv.js +6 -6
  97. package/lib/routes/fanbox/main.js +3 -3
  98. package/lib/routes/fanfou/favorites.js +1 -1
  99. package/lib/routes/fanfou/home-timeline.js +32 -0
  100. package/lib/routes/fanfou/public-timeline.js +34 -0
  101. package/lib/routes/fanfou/user-timeline.js +35 -0
  102. package/lib/routes/fashionnetwork/headline.js +1 -1
  103. package/lib/routes/fashionnetwork/news.js +4 -4
  104. package/lib/routes/furaffinity/home.js +23 -10
  105. package/lib/routes/furaffinity/status.js +4 -5
  106. package/lib/routes/furaffinity/user.js +26 -14
  107. package/lib/routes/galaxylab/index.js +1 -1
  108. package/lib/routes/gamersky/ent.js +2 -2
  109. package/lib/routes/gaoqing/utils.js +1 -1
  110. package/lib/routes/gitlab/explore.js +2 -2
  111. package/lib/routes/gitlab/release.js +1 -1
  112. package/lib/routes/gitlab/tag.js +1 -1
  113. package/lib/routes/go.jp/mofa/main.js +7 -8
  114. package/lib/routes/gocomics/index.js +1 -1
  115. package/lib/routes/gov/beijing/eea.js +4 -4
  116. package/lib/routes/gov/beijing/mhc.js +1 -1
  117. package/lib/routes/gov/chongqing/ljxq/zwgk.js +1 -1
  118. package/lib/routes/gov/city/nanjing/get-content.js +69 -0
  119. package/lib/routes/gov/city/nanjing/index.js +1 -1
  120. package/lib/routes/gov/cnca/hydt.js +2 -2
  121. package/lib/routes/gov/cnca/jgdt.js +2 -2
  122. package/lib/routes/gov/cnca/zxtz.js +4 -4
  123. package/lib/routes/gov/cppcc/index.js +2 -2
  124. package/lib/routes/gov/guangdong/edu.js +1 -1
  125. package/lib/routes/gov/guangdong/eea.js +1 -1
  126. package/lib/routes/gov/harbin/kjj.js +2 -2
  127. package/lib/routes/gov/hubei/hbsia.js +1 -1
  128. package/lib/routes/gov/hunan/notice.js +2 -2
  129. package/lib/routes/gov/mohrss/sbjm.js +2 -2
  130. package/lib/routes/gov/mohurd/policy.js +1 -1
  131. package/lib/routes/gov/ngd/index.js +2 -2
  132. package/lib/routes/gov/nppa/channels.js +2 -2
  133. package/lib/routes/gov/nppa/contents.js +1 -1
  134. package/lib/routes/gov/province/jiangsu/get-content.js +77 -0
  135. package/lib/routes/gov/province/jiangsu/index.js +1 -1
  136. package/lib/routes/gov/sapprft/7026.js +2 -2
  137. package/lib/routes/gov/shanghai/sthj.js +1 -1
  138. package/lib/routes/gov/taiwan/mnd.js +2 -2
  139. package/lib/routes/gov/veterans/china.js +1 -1
  140. package/lib/routes/gov/veterans/hebei.js +3 -7
  141. package/lib/routes/gov/wuhan/kjj.js +1 -1
  142. package/lib/routes/gov/wuhan/wehdz.js +1 -1
  143. package/lib/routes/gov/xinwen/tujie.js +1 -1
  144. package/lib/routes/guanggoo/index.js +1 -1
  145. package/lib/routes/guardian/guardian.js +2 -2
  146. package/lib/routes/guat/news.js +1 -1
  147. package/lib/routes/guet/news.js +5 -5
  148. package/lib/routes/gwern/category.js +2 -2
  149. package/lib/routes/hackerone/hacktivity.js +3 -3
  150. package/lib/routes/hackerone/search.js +3 -3
  151. package/lib/routes/haohaozhu/discover.js +1 -1
  152. package/lib/routes/haohaozhu/whole-house.js +5 -5
  153. package/lib/routes/hdx/explore.js +2 -2
  154. package/lib/routes/hentai-cosplays/utils.js +2 -2
  155. package/lib/routes/hexo/fluid.js +1 -1
  156. package/lib/routes/hexo/next.js +1 -1
  157. package/lib/routes/hexo/yilia.js +1 -1
  158. package/lib/routes/hkej/index.js +1 -1
  159. package/lib/routes/huya/live.js +1 -1
  160. package/lib/routes/icourse163/newest.js +1 -1
  161. package/lib/routes/idownloadblog/index.js +1 -1
  162. package/lib/routes/ifanr/index.js +2 -6
  163. package/lib/routes/ifnews/column.js +4 -4
  164. package/lib/routes/im2maker/index.js +1 -1
  165. package/lib/routes/index.js +6 -11
  166. package/lib/routes/iplay/utils.js +4 -4
  167. package/lib/routes/ipsw/index.js +26 -31
  168. package/lib/routes/jpmorganchase/research.js +2 -2
  169. package/lib/routes/jx3/news.js +1 -7
  170. package/lib/routes/kaiyan/index.js +2 -2
  171. package/lib/routes/kongfz/shop.js +1 -1
  172. package/lib/routes/kuai/id.js +2 -2
  173. package/lib/routes/kuai/index.js +2 -2
  174. package/lib/routes/lastfm/loved.js +2 -2
  175. package/lib/routes/lastfm/recent.js +2 -2
  176. package/lib/routes/lastfm/top.js +2 -2
  177. package/lib/routes/law/dh.js +2 -2
  178. package/lib/routes/law/gf.js +2 -2
  179. package/lib/routes/law/hq.js +2 -2
  180. package/lib/routes/law/hw.js +2 -2
  181. package/lib/routes/law/jctd.js +2 -2
  182. package/lib/routes/law/jh.js +2 -2
  183. package/lib/routes/law/jtc.js +2 -2
  184. package/lib/routes/law/ts.js +2 -2
  185. package/lib/routes/law/zl.js +2 -2
  186. package/lib/routes/letterboxd/utils.js +6 -6
  187. package/lib/routes/lifetimes/index.js +9 -9
  188. package/lib/routes/liyuan-forums/threads.js +12 -12
  189. package/lib/routes/lol/newsindex.js +17 -25
  190. package/lib/routes/lolapp/article.js +2 -2
  191. package/lib/routes/mafengwo/note.js +1 -1
  192. package/lib/routes/magireco/announcements.js +1 -1
  193. package/lib/routes/magireco/event-banner.js +34 -0
  194. package/lib/routes/manxiaosi/book.js +1 -1
  195. package/lib/routes/maoyan/hot-complete.js +83 -0
  196. package/lib/routes/mcdonalds/news.js +3 -3
  197. package/lib/routes/mediadigest/category.js +5 -5
  198. package/lib/routes/meihua/article.js +1 -1
  199. package/lib/routes/meihua/shots.js +1 -1
  200. package/lib/routes/meituan/open/announce.js +2 -2
  201. package/lib/routes/method-studios/index.js +5 -5
  202. package/lib/routes/mhw/news.js +4 -5
  203. package/lib/routes/mhw/update.js +3 -4
  204. package/lib/routes/mi/crowdfunding.js +1 -5
  205. package/lib/routes/mi/miui/index.js +1 -1
  206. package/lib/routes/micmicidol/article.js +1 -1
  207. package/lib/routes/microsoft-store/updates.js +1 -1
  208. package/lib/routes/mihoyo/bh2.js +1 -1
  209. package/lib/routes/mihoyo/bh3.js +1 -1
  210. package/lib/routes/miniflux/get-entries.js +264 -0
  211. package/lib/routes/miniflux/get-feeds.js +90 -0
  212. package/lib/routes/missevan/drama.js +1 -1
  213. package/lib/routes/missevan/latest.js +3 -3
  214. package/lib/routes/modian/zhongchou.js +1 -5
  215. package/lib/routes/moxingfans/index.js +2 -2
  216. package/lib/routes/muchong/journal.js +1 -1
  217. package/lib/routes/netflix/newsroom.js +2 -2
  218. package/lib/routes/nobelprize/index.js +1 -1
  219. package/lib/routes/noi/index.js +1 -1
  220. package/lib/routes/noi/province-news.js +1 -1
  221. package/lib/routes/noi/rg-news.js +1 -1
  222. package/lib/routes/noi/winners-list.js +1 -1
  223. package/lib/routes/nosec/index.js +3 -3
  224. package/lib/routes/novel/biquge.js +1 -1
  225. package/lib/routes/novel/biqugeinfo.js +4 -7
  226. package/lib/routes/novel/uukanshu.js +2 -2
  227. package/lib/routes/one/index.js +2 -2
  228. package/lib/routes/owspace/read.js +8 -8
  229. package/lib/routes/p-articles/contributors.js +1 -1
  230. package/lib/routes/p-articles/section.js +1 -1
  231. package/lib/routes/patchwork.kernel.org/comments.js +1 -1
  232. package/lib/routes/pcr/news-cn.js +1 -1
  233. package/lib/routes/pcr/news-tw.js +4 -4
  234. package/lib/routes/pediy/topic.js +5 -5
  235. package/lib/routes/pediy/utils.js +5 -5
  236. package/lib/routes/piapro/public.js +3 -3
  237. package/lib/routes/piapro/user.js +1 -1
  238. package/lib/routes/piapro/utils.js +1 -1
  239. package/lib/routes/pmcaff/feed.js +2 -2
  240. package/lib/routes/pmcaff/list.js +2 -2
  241. package/lib/routes/pork-price/index.js +2 -2
  242. package/lib/routes/potplayer/update.js +3 -3
  243. package/lib/routes/project-zero-issues/index.js +2 -2
  244. package/lib/routes/ptpress/book.js +1 -1
  245. package/lib/routes/qstheory/index.js +1 -1
  246. package/lib/routes/quantamagazine/archive.js +12 -12
  247. package/lib/routes/qutoutiao/category.js +3 -5
  248. package/lib/routes/react/react-native-weekly.js +1 -1
  249. package/lib/routes/remote-work/index.js +1 -1
  250. package/lib/routes/rescuetime/release-notes.js +2 -2
  251. package/lib/routes/rthk-news/index.js +2 -2
  252. package/lib/routes/scboy/thread.js +1 -1
  253. package/lib/routes/sexinsex/index.js +6 -6
  254. package/lib/routes/shanbay/checkin.js +3 -3
  255. package/lib/routes/shanbay/footprints.js +2 -2
  256. package/lib/routes/simonsfoundation/articles.js +3 -8
  257. package/lib/routes/simpread/changelog.js +4 -4
  258. package/lib/routes/sketch/updates.js +3 -3
  259. package/lib/routes/socialbeta/home.js +2 -2
  260. package/lib/routes/socialclub/events.js +2 -2
  261. package/lib/routes/soul/hot.js +23 -11
  262. package/lib/routes/soundcloud/utils.js +1 -1
  263. package/lib/routes/steam/search.js +1 -1
  264. package/lib/routes/t66y/index.js +18 -29
  265. package/lib/routes/t66y/post.js +9 -13
  266. package/lib/routes/technologyreview/topic.js +2 -2
  267. package/lib/routes/tencent/tucaoqq/post.js +2 -2
  268. package/lib/routes/tencent/wechat/miniprogram/devtools.js +4 -5
  269. package/lib/routes/tencent/wechat/miniprogram/framework.js +3 -3
  270. package/lib/routes/tencent/wechat/miniprogram/wxcloud.js +4 -4
  271. package/lib/routes/tingdiantz/95598.js +1 -6
  272. package/lib/routes/titsguru/model.js +1 -1
  273. package/lib/routes/titsguru/util.js +2 -2
  274. package/lib/routes/tongli/news.js +1 -1
  275. package/lib/routes/totalcommander/whatsnew.js +1 -1
  276. package/lib/routes/touhougarakuta/index.js +1 -1
  277. package/lib/routes/touhougarakuta/json2html.js +4 -4
  278. package/lib/routes/tprtc/cqzr.js +2 -2
  279. package/lib/routes/tprtc/news.js +2 -2
  280. package/lib/routes/tprtc/qyzc.js +2 -2
  281. package/lib/routes/ui-cn/article.js +2 -9
  282. package/lib/routes/unit-image/films.js +2 -2
  283. package/lib/routes/universities/ahau/cs_news/utils.js +1 -1
  284. package/lib/routes/universities/ahau/jwc/utils.js +1 -1
  285. package/lib/routes/universities/ahau/main/utils.js +1 -1
  286. package/lib/routes/universities/ahmu/news.js +1 -1
  287. package/lib/routes/universities/ahut/cstzgg.js +1 -1
  288. package/lib/routes/universities/ahut/jwc.js +1 -1
  289. package/lib/routes/universities/ahut/news.js +1 -1
  290. package/lib/routes/universities/bjtu/gs/index.js +3 -3
  291. package/lib/routes/universities/bupt/funbox.js +3 -3
  292. package/lib/routes/universities/bupt/grs.js +3 -3
  293. package/lib/routes/universities/bupt/news.js +4 -4
  294. package/lib/routes/universities/bupt/portal.js +4 -4
  295. package/lib/routes/universities/bupt/utils.js +1 -6
  296. package/lib/routes/universities/bwu/utils.js +1 -1
  297. package/lib/routes/universities/cpu/home.js +1 -1
  298. package/lib/routes/universities/cpu/jwc.js +1 -1
  299. package/lib/routes/universities/cpu/yjsy.js +1 -1
  300. package/lib/routes/universities/cqu/jwc/announcement.js +1 -1
  301. package/lib/routes/universities/cqu/net/info.js +1 -1
  302. package/lib/routes/universities/cqu/news/tz.js +1 -1
  303. package/lib/routes/universities/cqu/news/utils.js +2 -2
  304. package/lib/routes/universities/cqu/sci/info.js +5 -2
  305. package/lib/routes/universities/cqu/youth/info.js +5 -2
  306. package/lib/routes/universities/cug/gcxy/index.js +2 -2
  307. package/lib/routes/universities/cug/news.js +4 -4
  308. package/lib/routes/universities/cuit/cxxww.js +2 -2
  309. package/lib/routes/universities/dlmu/news.js +2 -4
  310. package/lib/routes/universities/dlu/jiaowu/news.js +4 -5
  311. package/lib/routes/universities/fudan/cce.js +3 -3
  312. package/lib/routes/universities/gdou/jwc/utils.js +2 -2
  313. package/lib/routes/universities/gzmtu/jwc/utils.js +1 -1
  314. package/lib/routes/universities/gzmtu/tsg/utils.js +1 -1
  315. package/lib/routes/universities/hhu/lib-news.js +57 -0
  316. package/lib/routes/universities/hhu/lib-newsc.js +75 -0
  317. package/lib/routes/universities/hnust/graduate/index.js +1 -1
  318. package/lib/routes/universities/jnu/yw/index.js +2 -2
  319. package/lib/routes/universities/kmust/job/careers.js +1 -1
  320. package/lib/routes/universities/kmust/job/jobfairs.js +1 -1
  321. package/lib/routes/universities/kmust/jwc.js +1 -1
  322. package/lib/routes/universities/lit/jwc.js +1 -1
  323. package/lib/routes/universities/lit/tw.js +1 -1
  324. package/lib/routes/universities/lit/xwzx.js +2 -2
  325. package/lib/routes/universities/lntu/jwnews.js +2 -2
  326. package/lib/routes/universities/lyu/news/utils.js +1 -1
  327. package/lib/routes/universities/mit/graduateadmissions.js +3 -3
  328. package/lib/routes/universities/nciae/news.js +3 -3
  329. package/lib/routes/universities/nciae/tzgg.js +3 -3
  330. package/lib/routes/universities/nciae/xsxx.js +3 -3
  331. package/lib/routes/universities/njfu/jwc.js +2 -7
  332. package/lib/routes/universities/njtech/jwc.js +3 -3
  333. package/lib/routes/universities/nuc/index.js +4 -4
  334. package/lib/routes/universities/nudt/yjszs.js +1 -6
  335. package/lib/routes/universities/shanghaitech/activity.js +1 -1
  336. package/lib/routes/universities/shanghaitech/sist/activity.js +3 -3
  337. package/lib/routes/universities/shou/www.js +1 -1
  338. package/lib/routes/universities/slu/utils.js +2 -2
  339. package/lib/routes/universities/swufe/seie/index.js +3 -3
  340. package/lib/routes/universities/swust/cs.js +28 -13
  341. package/lib/routes/universities/swust/helper.js +1 -1
  342. package/lib/routes/universities/swust/jwc-news.js +45 -0
  343. package/lib/routes/universities/swust/jwc-notice.js +51 -0
  344. package/lib/routes/universities/thu/index.js +37 -42
  345. package/lib/routes/universities/usst/jwc.js +3 -3
  346. package/lib/routes/universities/utdallas/isso.js +3 -3
  347. package/lib/routes/universities/ynnu/edu/base64.js +6 -3
  348. package/lib/routes/universities/ynnu/edu/news.js +3 -3
  349. package/lib/routes/universities/ynu/utils.js +8 -8
  350. package/lib/routes/universities/yzu/home.js +4 -4
  351. package/lib/routes/universities/yzu/yjszs.js +4 -4
  352. package/lib/routes/universities/zjgsu/tzgg/utils.js +1 -1
  353. package/lib/routes/universities/zjut/design.js +3 -3
  354. package/lib/routes/universities/zjut/index.js +1 -1
  355. package/lib/routes/universities/zucc/cssearch/index.js +1 -1
  356. package/lib/routes/universities/zucc/news/index.js +3 -5
  357. package/lib/routes/universities/zzu/news.js +1 -1
  358. package/lib/routes/universities/zzu/soft/news.js +1 -1
  359. package/lib/routes/us/supremecourt/argument-audio.js +61 -0
  360. package/lib/routes/uwants/index.js +7 -7
  361. package/lib/routes/voa/index.js +1 -1
  362. package/lib/routes/vol/lastupdate.js +3 -3
  363. package/lib/routes/vulture/utils.js +1 -1
  364. package/lib/routes/watchface/update.js +4 -4
  365. package/lib/routes/webtoons/comic.js +2 -2
  366. package/lib/routes/webtoons/naver.js +1 -1
  367. package/lib/routes/weexcn/index.js +2 -2
  368. package/lib/routes/wegene/column.js +1 -6
  369. package/lib/routes/weidian/goods.js +1 -1
  370. package/lib/routes/whb/zhuzhan.js +7 -7
  371. package/lib/routes/wto/dispute-settlement.js +1 -1
  372. package/lib/routes/xiachufang/utils.js +3 -8
  373. package/lib/routes/xiaoheihe/discount.js +2 -2
  374. package/lib/routes/xiaoheihe/news.js +2 -4
  375. package/lib/routes/xiaoheihe/user.js +1 -1
  376. package/lib/routes/xuangubao/subject.js +1 -6
  377. package/lib/routes/xuetangx/course-list.js +54 -0
  378. package/lib/routes/yinxiang/card.js +2 -6
  379. package/lib/routes/yinxiang/category.js +2 -6
  380. package/lib/routes/yinxiang/note.js +2 -6
  381. package/lib/routes/yinxiang/personal.js +2 -6
  382. package/lib/routes/yinxiang/tag.js +2 -6
  383. package/lib/routes/youdao/latest.js +1 -1
  384. package/lib/routes/youdao/xueba.js +2 -2
  385. package/lib/routes/yuzu-emu/entry.js +1 -1
  386. package/lib/routes/zhishifenzi/depth.js +1 -3
  387. package/lib/routes/zhishifenzi/innovation.js +3 -9
  388. package/lib/routes/zhuixinfan/list.js +3 -3
  389. package/lib/routes/zimuku/index.js +1 -1
  390. package/lib/routes/zreading/home.js +2 -2
  391. package/lib/routes/zsnews/index.js +2 -2
  392. package/lib/utils/cf-email.js +1 -1
  393. package/lib/utils/common-config.js +3 -3
  394. package/lib/utils/common-utils.js +1 -1
  395. package/lib/utils/date-parser.js +86 -0
  396. package/lib/utils/date.js +38 -38
  397. package/lib/utils/got.js +6 -1
  398. package/lib/utils/logger.js +3 -3
  399. package/lib/utils/pac-proxy.js +75 -0
  400. package/lib/utils/parse-date.js +17 -17
  401. package/lib/utils/puppeteer.js +13 -15
  402. package/lib/utils/readable-social.js +3 -3
  403. package/lib/utils/request-wrapper.js +29 -24
  404. package/lib/utils/unify-proxy.js +15 -15
  405. package/lib/utils/valid-host.js +1 -1
  406. package/lib/utils/wechat-mp.js +8 -12
  407. package/lib/v2/12306/index.js +4 -4
  408. package/lib/v2/12306/zxdt.js +4 -13
  409. package/lib/v2/141jav/radar.js +2 -2
  410. package/lib/v2/141ppv/radar.js +2 -2
  411. package/lib/v2/163/exclusive.js +1 -1
  412. package/lib/v2/163/music/artist-songs.js +1 -1
  413. package/lib/v2/163/music/djradio.js +1 -1
  414. package/lib/v2/163/music/playlist.js +1 -1
  415. package/lib/v2/163/music/userplayrecords.js +1 -1
  416. package/lib/v2/163/news/rank.js +5 -5
  417. package/lib/v2/163/news/special.js +4 -4
  418. package/lib/v2/163/open/vip.js +1 -1
  419. package/lib/v2/163/renjian.js +2 -2
  420. package/lib/v2/163/today.js +1 -1
  421. package/lib/v2/18comic/index.js +1 -1
  422. package/lib/v2/18comic/search.js +1 -1
  423. package/lib/v2/18comic/utils.js +3 -3
  424. package/lib/v2/19lou/index.js +1 -1
  425. package/lib/v2/1lou/index.js +53 -0
  426. package/lib/v2/1lou/maintainer.js +3 -0
  427. package/lib/v2/1lou/radar.js +13 -0
  428. package/lib/v2/1lou/router.js +3 -0
  429. package/lib/v2/1point3acres/blog.js +2 -2
  430. package/lib/v2/1point3acres/category.js +1 -1
  431. package/lib/v2/1point3acres/offer.js +5 -5
  432. package/lib/v2/1point3acres/section.js +2 -2
  433. package/lib/v2/1point3acres/thread.js +1 -1
  434. package/lib/v2/1point3acres/utils.js +2 -2
  435. package/lib/v2/2048/index.js +1 -1
  436. package/lib/v2/2cycd/radar.js +1 -1
  437. package/lib/v2/36kr/hot-list.js +2 -2
  438. package/lib/v2/36kr/index.js +4 -4
  439. package/lib/v2/36kr/utils.js +4 -4
  440. package/lib/v2/3dmgame/game.js +1 -6
  441. package/lib/v2/3dmgame/news-center.js +42 -0
  442. package/lib/v2/3dmgame/router.js +1 -1
  443. package/lib/v2/4gamers/category.js +31 -0
  444. package/lib/v2/4gamers/maintainer.js +6 -0
  445. package/lib/v2/4gamers/radar.js +31 -0
  446. package/lib/v2/4gamers/router.js +6 -0
  447. package/lib/v2/4gamers/tag.js +23 -0
  448. package/lib/v2/4gamers/templates/description.art +3 -0
  449. package/lib/v2/4gamers/templates/image.art +3 -0
  450. package/lib/v2/4gamers/topic.js +22 -0
  451. package/lib/v2/4gamers/utils.js +73 -0
  452. package/lib/v2/4ksj/forum.js +6 -19
  453. package/lib/v2/500px/router.js +1 -1
  454. package/lib/v2/500px/tribe-set.js +29 -0
  455. package/lib/v2/500px/user.js +1 -1
  456. package/lib/v2/500px/utils.js +1 -1
  457. package/lib/v2/50forum/zhuanjia.js +1 -1
  458. package/lib/v2/591/list.js +2 -2
  459. package/lib/v2/5eplay/utils.js +5 -6
  460. package/lib/v2/6park/index.js +3 -3
  461. package/lib/v2/6park/news.js +5 -7
  462. package/lib/v2/6v123/router.js +2 -2
  463. package/lib/v2/6v123/utils.js +3 -3
  464. package/lib/v2/78dm/index.js +2 -2
  465. package/lib/v2/7mmtv/radar.js +2 -2
  466. package/lib/v2/81/81rc/index.js +1 -1
  467. package/lib/v2/8264/list.js +2 -2
  468. package/lib/v2/8kcos/article.js +1 -1
  469. package/lib/v2/8kcos/cat.js +1 -1
  470. package/lib/v2/8kcos/latest.js +1 -1
  471. package/lib/v2/8kcos/tag.js +1 -1
  472. package/lib/v2/91porn/utils.js +2 -2
  473. package/lib/v2/9to5/subsite.js +1 -1
  474. package/lib/v2/9to5/utils.js +1 -1
  475. package/lib/v2/abc/index.js +11 -12
  476. package/lib/v2/abskoop/index.js +1 -1
  477. package/lib/v2/abskoop/nsfw.js +1 -1
  478. package/lib/v2/acfun/article.js +7 -7
  479. package/lib/v2/acpaa/index.js +57 -0
  480. package/lib/v2/acpaa/maintainer.js +3 -0
  481. package/lib/v2/acpaa/radar.js +19 -0
  482. package/lib/v2/acpaa/router.js +3 -0
  483. package/lib/v2/aeon/utils.js +1 -1
  484. package/lib/v2/agirls/index.js +3 -21
  485. package/lib/v2/agirls/maintainer.js +1 -0
  486. package/lib/v2/agirls/radar.js +8 -2
  487. package/lib/v2/agirls/router.js +3 -2
  488. package/lib/v2/agirls/topic-list.js +31 -0
  489. package/lib/v2/agirls/topic.js +31 -0
  490. package/lib/v2/agirls/utils.js +2 -8
  491. package/lib/v2/agora0/index.js +1 -1
  492. package/lib/v2/ahjzu/news.js +1 -1
  493. package/lib/v2/aicaijing/index.js +1 -1
  494. package/lib/v2/aijishu/utils.js +3 -3
  495. package/lib/v2/ainvest/article.js +1 -1
  496. package/lib/v2/ainvest/news.js +1 -1
  497. package/lib/v2/ainvest/utils.js +2 -2
  498. package/lib/v2/aip/journal-pupp.js +1 -1
  499. package/lib/v2/aisixiang/column.js +2 -2
  500. package/lib/v2/aisixiang/thinktank.js +2 -2
  501. package/lib/v2/aisixiang/toplist.js +1 -1
  502. package/lib/v2/aisixiang/utils.js +2 -2
  503. package/lib/v2/aisixiang/zhuanti.js +1 -1
  504. package/lib/v2/aliresearch/information.js +1 -1
  505. package/lib/v2/alistapart/radar.js +2 -2
  506. package/lib/v2/aliyun/router.js +1 -1
  507. package/lib/v2/aljazeera/index.js +2 -2
  508. package/lib/v2/ally/rail.js +2 -2
  509. package/lib/v2/amazon/kindle-software-updates.js +1 -1
  510. package/lib/v2/annualreviews/index.js +1 -1
  511. package/lib/v2/anquanke/vul.js +3 -3
  512. package/lib/v2/apkpure/versions.js +3 -3
  513. package/lib/v2/apnews/topics.js +1 -1
  514. package/lib/v2/app-center/release.js +1 -1
  515. package/lib/v2/apple/apps.js +5 -5
  516. package/lib/v2/apple/router.js +1 -1
  517. package/lib/v2/appleinsider/index.js +1 -1
  518. package/lib/v2/appstore/maintainer.js +0 -1
  519. package/lib/v2/appstore/radar.js +0 -11
  520. package/lib/v2/appstore/router.js +0 -1
  521. package/lib/v2/aqara/community.js +1 -1
  522. package/lib/v2/aqara/news.js +2 -2
  523. package/lib/v2/aqara/post.js +2 -2
  524. package/lib/v2/arcteryx/new-arrivals.js +1 -4
  525. package/lib/v2/arcteryx/outlet.js +1 -4
  526. package/lib/v2/arcteryx/regear-new-arrivals.js +1 -5
  527. package/lib/v2/arcteryx/utils.js +3 -3
  528. package/lib/v2/artstation/user.js +4 -4
  529. package/lib/v2/asiantolick/index.js +2 -2
  530. package/lib/v2/atcoder/contest.js +1 -1
  531. package/lib/v2/auto-stats/index.js +65 -0
  532. package/lib/v2/auto-stats/radar.js +35 -0
  533. package/lib/v2/auto-stats/router.js +3 -0
  534. package/lib/v2/baai/comments.js +2 -3
  535. package/lib/v2/baai/events.js +2 -5
  536. package/lib/v2/baai/hub.js +5 -6
  537. package/lib/v2/backlinko/blog.js +44 -0
  538. package/lib/v2/backlinko/maintainer.js +3 -0
  539. package/lib/v2/backlinko/radar.js +13 -0
  540. package/lib/v2/backlinko/router.js +3 -0
  541. package/lib/v2/baidu/maintainer.js +1 -0
  542. package/lib/v2/baidu/radar.js +12 -1
  543. package/lib/v2/baidu/router.js +1 -0
  544. package/lib/v2/baidu/search.js +54 -0
  545. package/lib/v2/baidu/templates/description.art +6 -0
  546. package/lib/v2/baidu/tieba/post.js +1 -1
  547. package/lib/v2/bangumi/moe/index.js +1 -1
  548. package/lib/v2/bangumi/online/online.js +1 -1
  549. package/lib/v2/bangumi/tv/calendar/today.js +5 -5
  550. package/lib/v2/bangumi/tv/group/reply.js +1 -1
  551. package/lib/v2/bangumi/tv/other/followrank.js +19 -19
  552. package/lib/v2/bangumi/tv/person/index.js +1 -1
  553. package/lib/v2/bangumi/tv/subject/comments.js +3 -8
  554. package/lib/v2/bangumi/tv/subject/ep.js +2 -2
  555. package/lib/v2/bangumi/tv/subject/index.js +1 -1
  556. package/lib/v2/bast/index.js +1 -1
  557. package/lib/v2/bbc/index.js +4 -18
  558. package/lib/v2/bbc/utils.js +1 -1
  559. package/lib/v2/bbcnewslabs/news.js +1 -2
  560. package/lib/v2/bdys/index.js +2 -2
  561. package/lib/v2/behance/radar.js +3 -6
  562. package/lib/v2/bendibao/news.js +3 -3
  563. package/lib/v2/bilibili/bangumi.js +13 -11
  564. package/lib/v2/bilibili/cache.js +15 -19
  565. package/lib/v2/bilibili/coin.js +2 -2
  566. package/lib/v2/bilibili/danmaku.js +2 -6
  567. package/lib/v2/bilibili/dynamic.js +43 -43
  568. package/lib/v2/bilibili/fav.js +2 -2
  569. package/lib/v2/bilibili/followers.js +2 -2
  570. package/lib/v2/bilibili/followings-article.js +48 -0
  571. package/lib/v2/bilibili/followings-dynamic.js +152 -0
  572. package/lib/v2/bilibili/followings-video.js +46 -0
  573. package/lib/v2/bilibili/followings.js +3 -3
  574. package/lib/v2/bilibili/hot-search.js +29 -0
  575. package/lib/v2/bilibili/link-news.js +42 -0
  576. package/lib/v2/bilibili/live-room.js +41 -0
  577. package/lib/v2/bilibili/live-search.js +48 -0
  578. package/lib/v2/bilibili/mall-new.js +31 -0
  579. package/lib/v2/bilibili/manga-followings.js +39 -0
  580. package/lib/v2/bilibili/page.js +2 -2
  581. package/lib/v2/bilibili/partion-ranking.js +6 -8
  582. package/lib/v2/bilibili/partion.js +2 -2
  583. package/lib/v2/bilibili/popular.js +1 -1
  584. package/lib/v2/bilibili/radar.js +1 -1
  585. package/lib/v2/bilibili/ranking.js +4 -4
  586. package/lib/v2/bilibili/readlist.js +1 -1
  587. package/lib/v2/bilibili/router.js +18 -17
  588. package/lib/v2/bilibili/user-bangumi.js +36 -0
  589. package/lib/v2/bilibili/user-channel.js +70 -0
  590. package/lib/v2/bilibili/user-collection.js +53 -0
  591. package/lib/v2/bilibili/user-fav.js +37 -0
  592. package/lib/v2/bilibili/utils.js +43 -4
  593. package/lib/v2/bilibili/video-all.js +75 -0
  594. package/lib/v2/bilibili/video.js +4 -10
  595. package/lib/v2/bilibili/vsearch.js +4 -4
  596. package/lib/v2/bilibili/watchlater.js +3 -3
  597. package/lib/v2/bilibili/weekly-recommend.js +41 -0
  598. package/lib/v2/bing/daily-wallpaper.js +25 -0
  599. package/lib/v2/bing/maintainer.js +4 -0
  600. package/lib/v2/bing/radar.js +22 -0
  601. package/lib/v2/bing/router.js +4 -0
  602. package/lib/v2/bing/search.js +28 -0
  603. package/lib/v2/bioone/featured.js +2 -2
  604. package/lib/v2/bioone/journal.js +1 -1
  605. package/lib/v2/biquge/index.js +5 -5
  606. package/lib/v2/bitmovin/blog.js +1 -1
  607. package/lib/v2/bjfu/it/utils.js +1 -1
  608. package/lib/v2/bjfu/news/utils.js +1 -1
  609. package/lib/v2/bjsk/keti.js +1 -1
  610. package/lib/v2/bjwxdxh/index.js +1 -1
  611. package/lib/v2/bjx/huanbao.js +2 -2
  612. package/lib/v2/blizzard/news.js +1 -1
  613. package/lib/v2/bloomberg/utils.js +15 -12
  614. package/lib/v2/bnu/dwxgb.js +2 -2
  615. package/lib/v2/boc/whpj.js +1 -1
  616. package/lib/v2/bossdesign/index.js +1 -1
  617. package/lib/v2/brooklynmuseum/radar.js +1 -1
  618. package/lib/v2/bse/index.js +5 -6
  619. package/lib/v2/bsky/keyword.js +1 -1
  620. package/lib/v2/bsky/maintainer.js +1 -0
  621. package/lib/v2/bsky/posts.js +42 -0
  622. package/lib/v2/bsky/radar.js +6 -0
  623. package/lib/v2/bsky/router.js +1 -0
  624. package/lib/v2/bsky/templates/post.art +15 -0
  625. package/lib/v2/bsky/utils.js +52 -0
  626. package/lib/v2/btzj/index.js +2 -2
  627. package/lib/v2/bulianglin/bulianglin.js +32 -0
  628. package/lib/v2/bulianglin/maintainer.js +3 -0
  629. package/lib/v2/bulianglin/radar.js +13 -0
  630. package/lib/v2/bulianglin/router.js +3 -0
  631. package/lib/v2/byteclicks/index.js +1 -1
  632. package/lib/v2/byteclicks/tag.js +1 -1
  633. package/lib/v2/bytes/bytes.js +1 -1
  634. package/lib/v2/bytes/radar.js +1 -1
  635. package/lib/v2/c114/roll.js +1 -1
  636. package/lib/v2/caam/index.js +64 -0
  637. package/lib/v2/caam/maintainer.js +3 -0
  638. package/lib/v2/caam/radar.js +2677 -0
  639. package/lib/v2/caam/router.js +3 -0
  640. package/lib/v2/caijing/roll.js +1 -1
  641. package/lib/v2/caixin/blog.js +26 -26
  642. package/lib/v2/caixin/category.js +3 -3
  643. package/lib/v2/caixin/utils.js +21 -24
  644. package/lib/v2/caixin/weekly.js +20 -15
  645. package/lib/v2/caixinglobal/latest.js +1 -1
  646. package/lib/v2/camchina/index.js +1 -1
  647. package/lib/v2/cankaoxiaoxi/index.js +1 -1
  648. package/lib/v2/cas/genetics/index.js +63 -0
  649. package/lib/v2/cas/is/index.js +1 -1
  650. package/lib/v2/cas/maintainer.js +1 -1
  651. package/lib/v2/cas/mesalab/kb.js +1 -1
  652. package/lib/v2/cas/radar.js +3 -3
  653. package/lib/v2/cas/router.js +1 -1
  654. package/lib/v2/cau/yjs.js +1 -1
  655. package/lib/v2/caus/index.js +1 -1
  656. package/lib/v2/cbaigui/index.js +2 -2
  657. package/lib/v2/ccf/ccfcv/index.js +1 -1
  658. package/lib/v2/cctv/jx.js +1 -1
  659. package/lib/v2/cctv/lm.js +1 -1
  660. package/lib/v2/cctv/utils/mzzlbg.js +1 -1
  661. package/lib/v2/cde/utils.js +1 -1
  662. package/lib/v2/cdi/index.js +1 -1
  663. package/lib/v2/cdzjryb/router.js +1 -1
  664. package/lib/v2/cfachina/analygarden.js +1 -1
  665. package/lib/v2/cfmmc/index.js +72 -0
  666. package/lib/v2/cfmmc/maintainer.js +3 -0
  667. package/lib/v2/cfmmc/radar.js +17 -0
  668. package/lib/v2/cfmmc/router.js +3 -0
  669. package/lib/v2/changba/user.js +2 -2
  670. package/lib/v2/chiculture/topic.js +4 -4
  671. package/lib/v2/china/finance/finance.js +1 -1
  672. package/lib/v2/chinaisa/index.js +2 -2
  673. package/lib/v2/chinamoney/channels.js +57 -0
  674. package/lib/v2/chinamoney/maintainer.js +3 -0
  675. package/lib/v2/chinamoney/notice.js +61 -0
  676. package/lib/v2/chinamoney/radar.js +11 -0
  677. package/lib/v2/chinamoney/router.js +3 -0
  678. package/lib/v2/chinanews/index.js +1 -1
  679. package/lib/v2/chinaventure/index.js +1 -1
  680. package/lib/v2/chinawriter/index.js +6 -6
  681. package/lib/v2/chsi/hotnews.js +3 -11
  682. package/lib/v2/chsi/kydt.js +1 -6
  683. package/lib/v2/chsi/kyzx.js +1 -5
  684. package/lib/v2/chuanliu/maintainer.js +3 -0
  685. package/lib/v2/chuanliu/nice.js +76 -0
  686. package/lib/v2/chuanliu/radar.js +13 -0
  687. package/lib/v2/chuanliu/router.js +3 -0
  688. package/lib/v2/chuanliu/templates/description.art +23 -0
  689. package/lib/v2/civitai/discussions.js +2 -2
  690. package/lib/v2/cls/depth.js +8 -11
  691. package/lib/v2/cls/hot.js +1 -1
  692. package/lib/v2/cls/telegraph.js +1 -1
  693. package/lib/v2/cma/channel.js +1 -1
  694. package/lib/v2/cna/index.js +1 -1
  695. package/lib/v2/cna/web/index.js +2 -8
  696. package/lib/v2/cnbc/rss.js +1 -1
  697. package/lib/v2/cnbeta/utils.js +1 -1
  698. package/lib/v2/cneb/yjxw.js +3 -3
  699. package/lib/v2/cneb/yjxx.js +1 -1
  700. package/lib/v2/cnjxol/index.js +3 -3
  701. package/lib/v2/cnljxh/index.js +71 -0
  702. package/lib/v2/cnljxh/maintainer.js +7 -0
  703. package/lib/v2/cnljxh/radar.js +194 -0
  704. package/lib/v2/cnljxh/router.js +3 -0
  705. package/lib/v2/cntheory/maintainer.js +3 -0
  706. package/lib/v2/cntheory/paper.js +87 -0
  707. package/lib/v2/cntheory/radar.js +13 -0
  708. package/lib/v2/cntheory/router.js +3 -0
  709. package/lib/v2/cntheory/templates/description.art +2 -0
  710. package/lib/v2/cntv/column.js +1 -1
  711. package/lib/v2/codeforces/contests.js +2 -2
  712. package/lib/v2/codeforces/router.js +1 -1
  713. package/lib/v2/comicskingdom/index.js +1 -1
  714. package/lib/v2/consumer/maintainer.js +1 -0
  715. package/lib/v2/consumer/radar.js +6 -0
  716. package/lib/v2/consumer/router.js +1 -0
  717. package/lib/v2/consumer/shopping-guide.js +66 -0
  718. package/lib/v2/cool18/index.js +2 -2
  719. package/lib/v2/coolapk/dyh.js +2 -2
  720. package/lib/v2/coolapk/hot.js +1 -1
  721. package/lib/v2/coolapk/huati.js +2 -2
  722. package/lib/v2/coolapk/router.js +1 -1
  723. package/lib/v2/coolapk/user-dynamic.js +35 -0
  724. package/lib/v2/coolapk/utils.js +7 -7
  725. package/lib/v2/coomer/utils.js +1 -1
  726. package/lib/v2/copymanga/comic.js +4 -7
  727. package/lib/v2/cpcey/index.js +2 -2
  728. package/lib/v2/crac/index.js +1 -1
  729. package/lib/v2/creative-comic/book.js +1 -1
  730. package/lib/v2/cs/index.js +83 -0
  731. package/lib/v2/cs/maintainer.js +5 -0
  732. package/lib/v2/cs/radar.js +229 -0
  733. package/lib/v2/cs/router.js +13 -0
  734. package/lib/v2/cs/video.js +70 -0
  735. package/lib/v2/cssn/iolaw.js +1 -1
  736. package/lib/v2/cste/index.js +1 -1
  737. package/lib/v2/csu/utils.js +1 -1
  738. package/lib/v2/cts/news.js +1 -1
  739. package/lib/v2/curiouscat/radar.js +1 -1
  740. package/lib/v2/cw/utils.js +3 -3
  741. package/lib/v2/cyzone/author.js +2 -4
  742. package/lib/v2/cyzone/index.js +2 -4
  743. package/lib/v2/cyzone/label.js +2 -4
  744. package/lib/v2/cyzone/util.js +5 -5
  745. package/lib/v2/dahecube/radar.js +3 -3
  746. package/lib/v2/daily/radar.js +3 -3
  747. package/lib/v2/damai/activity.js +44 -0
  748. package/lib/v2/damai/maintainer.js +3 -0
  749. package/lib/v2/damai/radar.js +13 -0
  750. package/lib/v2/damai/router.js +3 -0
  751. package/lib/v2/damai/templates/activity.art +5 -0
  752. package/lib/v2/dayanzai/index.js +15 -17
  753. package/lib/v2/dblp/publication.js +1 -6
  754. package/lib/v2/dcard/section.js +1 -1
  755. package/lib/v2/dcard/utils.js +5 -5
  756. package/lib/v2/dcfever/news.js +1 -1
  757. package/lib/v2/dcfever/utils.js +8 -1
  758. package/lib/v2/deadline/posts.js +2 -2
  759. package/lib/v2/deadline/radar.js +1 -1
  760. package/lib/v2/dedao/knowledge.js +1 -1
  761. package/lib/v2/dedao/list.js +2 -2
  762. package/lib/v2/dedao/user.js +2 -2
  763. package/lib/v2/dgjyw/index.js +1 -1
  764. package/lib/v2/dgjyw/router.js +1 -1
  765. package/lib/v2/dhu/jiaowu/news.js +2 -4
  766. package/lib/v2/dhu/xxgk/news.js +1 -3
  767. package/lib/v2/diershoubing/news.js +1 -1
  768. package/lib/v2/discord/channel.js +1 -1
  769. package/lib/v2/discord/radar.js +1 -1
  770. package/lib/v2/discourse/notifications.js +2 -2
  771. package/lib/v2/discourse/utils.js +1 -1
  772. package/lib/v2/discuz/discuz.js +6 -10
  773. package/lib/v2/discuz/radar.js +1 -0
  774. package/lib/v2/dlnews/category.js +23 -14
  775. package/lib/v2/dlsite/campaign.js +1 -1
  776. package/lib/v2/dlsite/ci-en/article.js +1 -1
  777. package/lib/v2/dlsite/new.js +2 -2
  778. package/lib/v2/dlsite/utils.js +3 -3
  779. package/lib/v2/dn/news.js +1 -1
  780. package/lib/v2/dnaindia/radar.js +2 -2
  781. package/lib/v2/dockerhub/build.js +1 -1
  782. package/lib/v2/dockerhub/radar.js +2 -2
  783. package/lib/v2/dockerhub/tag.js +1 -1
  784. package/lib/v2/dol/announce.js +92 -0
  785. package/lib/v2/dol/maintainer.js +3 -0
  786. package/lib/v2/dol/radar.js +33 -0
  787. package/lib/v2/dol/router.js +3 -0
  788. package/lib/v2/domp4/detail.js +8 -6
  789. package/lib/v2/domp4/utils.js +4 -4
  790. package/lib/v2/dongqiudi/result.js +1 -1
  791. package/lib/v2/dongqiudi/router.js +3 -3
  792. package/lib/v2/dongqiudi/special.js +1 -1
  793. package/lib/v2/dongqiudi/top-news.js +33 -0
  794. package/lib/v2/dongqiudi/utils.js +1 -1
  795. package/lib/v2/dorohedoro/news.js +2 -2
  796. package/lib/v2/douban/channel/topic.js +1 -1
  797. package/lib/v2/douban/other/celebrity.js +1 -1
  798. package/lib/v2/douban/other/classification.js +10 -12
  799. package/lib/v2/douban/other/explore-column.js +56 -0
  800. package/lib/v2/douban/other/explore.js +1 -1
  801. package/lib/v2/douban/other/group.js +1 -1
  802. package/lib/v2/douban/other/list.js +46 -32
  803. package/lib/v2/douban/other/playing.js +12 -14
  804. package/lib/v2/douban/other/recommended.js +4 -2
  805. package/lib/v2/douban/other/replied.js +2 -2
  806. package/lib/v2/douban/other/topic.js +2 -2
  807. package/lib/v2/douban/people/status.js +39 -61
  808. package/lib/v2/douban/people/wish.js +4 -4
  809. package/lib/v2/douban/radar.js +1 -1
  810. package/lib/v2/douban/router.js +4 -4
  811. package/lib/v2/douyin/hashtag.js +4 -4
  812. package/lib/v2/douyin/live.js +3 -3
  813. package/lib/v2/douyin/user.js +4 -4
  814. package/lib/v2/douyin/utils.js +11 -11
  815. package/lib/v2/dribbble/utils.js +3 -3
  816. package/lib/v2/duozhuayu/search.js +4 -4
  817. package/lib/v2/dushu/fuzhou/index.js +1 -1
  818. package/lib/v2/dut/index.js +7 -7
  819. package/lib/v2/dut/radar.js +14 -14
  820. package/lib/v2/dut/router.js +1 -1
  821. package/lib/v2/dx2025/radar.js +1 -1
  822. package/lib/v2/dxy/profile/thread.js +6 -6
  823. package/lib/v2/dxy/special.js +6 -6
  824. package/lib/v2/dxy/utils.js +1 -1
  825. package/lib/v2/e-hentai/index.js +1 -1
  826. package/lib/v2/eagle/blog.js +3 -3
  827. package/lib/v2/eagle/changelog.js +3 -3
  828. package/lib/v2/earthquake/ceic.js +4 -4
  829. package/lib/v2/earthquake/index.js +3 -3
  830. package/lib/v2/eastday/24.js +4 -4
  831. package/lib/v2/eastmoney/report/index.js +1 -1
  832. package/lib/v2/eastmoney/search/index.js +1 -1
  833. package/lib/v2/economist/espresso.js +2 -2
  834. package/lib/v2/economist/full.js +1 -1
  835. package/lib/v2/economist/global-business-review.js +13 -7
  836. package/lib/v2/ecust/e/news.js +2 -2
  837. package/lib/v2/ecust/jwc/notice.js +1 -1
  838. package/lib/v2/ehentai/ehapi.js +10 -22
  839. package/lib/v2/ehentai/favorites.js +13 -15
  840. package/lib/v2/ehentai/search.js +11 -13
  841. package/lib/v2/ehentai/tag.js +11 -13
  842. package/lib/v2/ekantipur/issue.js +64 -0
  843. package/lib/v2/ekantipur/maintainer.js +3 -0
  844. package/lib/v2/ekantipur/radar.js +13 -0
  845. package/lib/v2/ekantipur/router.js +3 -0
  846. package/lib/v2/eleduck/posts.js +2 -2
  847. package/lib/v2/embassy/index.js +1 -1
  848. package/lib/v2/epicgames/index.js +1 -3
  849. package/lib/v2/eprice/rss.js +5 -5
  850. package/lib/v2/eventernote/actors.js +1 -3
  851. package/lib/v2/fansly/maintainer.js +4 -0
  852. package/lib/v2/fansly/post.js +29 -0
  853. package/lib/v2/fansly/radar.js +19 -0
  854. package/lib/v2/fansly/router.js +4 -0
  855. package/lib/v2/fansly/tag.js +30 -0
  856. package/lib/v2/fansly/templates/media.art +8 -0
  857. package/lib/v2/fansly/templates/poll.art +4 -0
  858. package/lib/v2/fansly/templates/tip-goal.art +2 -0
  859. package/lib/v2/fansly/utils.js +176 -0
  860. package/lib/v2/fantia/search.js +8 -9
  861. package/lib/v2/fantia/user.js +4 -4
  862. package/lib/v2/farmatters/index.js +2 -2
  863. package/lib/v2/fastbull/express-news.js +1 -1
  864. package/lib/v2/fastbull/news.js +1 -1
  865. package/lib/v2/fda/cdrh.js +3 -3
  866. package/lib/v2/ff14/ff14-global.js +44 -0
  867. package/lib/v2/ff14/router.js +4 -4
  868. package/lib/v2/fffdm/manhua/manhua.js +1 -6
  869. package/lib/v2/finology/router.js +1 -1
  870. package/lib/v2/finviz/news.js +4 -4
  871. package/lib/v2/firefox/release.js +13 -7
  872. package/lib/v2/firefox/router.js +1 -1
  873. package/lib/v2/fisher-spb/radar.js +1 -1
  874. package/lib/v2/fjksbm/index.js +2 -2
  875. package/lib/v2/flyert/utils.js +3 -2
  876. package/lib/v2/followin/index.js +3 -3
  877. package/lib/v2/followin/radar.js +1 -1
  878. package/lib/v2/followin/tag.js +2 -2
  879. package/lib/v2/followin/utils.js +6 -8
  880. package/lib/v2/foresightnews/article.js +1 -1
  881. package/lib/v2/foresightnews/column.js +1 -1
  882. package/lib/v2/foresightnews/index.js +1 -1
  883. package/lib/v2/foresightnews/news.js +1 -1
  884. package/lib/v2/foresightnews/util.js +3 -4
  885. package/lib/v2/fortnite/news.js +1 -1
  886. package/lib/v2/fortunechina/index.js +1 -1
  887. package/lib/v2/freecomputerbooks/radar.js +2 -2
  888. package/lib/v2/freewechat/profile.js +4 -2
  889. package/lib/v2/ft/maintainer.js +1 -0
  890. package/lib/v2/ft/myft.js +52 -0
  891. package/lib/v2/ft/radar.js +13 -0
  892. package/lib/v2/ft/router.js +1 -0
  893. package/lib/v2/ft/utils.js +1 -1
  894. package/lib/v2/furstar/archive.js +1 -1
  895. package/lib/v2/furstar/artists.js +1 -1
  896. package/lib/v2/furstar/index.js +1 -1
  897. package/lib/v2/futunn/main.js +2 -2
  898. package/lib/v2/fx-markets/channel.js +1 -1
  899. package/lib/v2/gamebase/news.js +3 -3
  900. package/lib/v2/gamer/gnn-index.js +126 -0
  901. package/lib/v2/gamer/router.js +1 -1
  902. package/lib/v2/gamersecret/index.js +1 -1
  903. package/lib/v2/gamme/category.js +3 -3
  904. package/lib/v2/gamme/tag.js +4 -4
  905. package/lib/v2/gcores/category.js +17 -19
  906. package/lib/v2/gcores/collection.js +14 -14
  907. package/lib/v2/gcores/radio.js +3 -15
  908. package/lib/v2/gdsrx/index.js +1 -1
  909. package/lib/v2/gdut/news.js +3 -2
  910. package/lib/v2/gdut/oa-news.js +210 -0
  911. package/lib/v2/gdut/router.js +1 -1
  912. package/lib/v2/getitfree/index.js +3 -3
  913. package/lib/v2/getitfree/util.js +11 -11
  914. package/lib/v2/gf-cn/news.js +1 -1
  915. package/lib/v2/gitee/repos/commits.js +1 -1
  916. package/lib/v2/gitee/repos/events.js +1 -1
  917. package/lib/v2/gitee/repos/releases.js +1 -1
  918. package/lib/v2/gitee/users/events.js +1 -1
  919. package/lib/v2/github/comments.js +15 -19
  920. package/lib/v2/github/contributors.js +24 -41
  921. package/lib/v2/github/follower.js +1 -1
  922. package/lib/v2/github/issue.js +1 -1
  923. package/lib/v2/github/notifications.js +5 -5
  924. package/lib/v2/github/pulls.js +1 -1
  925. package/lib/v2/github/router.js +1 -1
  926. package/lib/v2/github/star.js +1 -1
  927. package/lib/v2/github/starred-repos.js +63 -0
  928. package/lib/v2/github/trending.js +1 -1
  929. package/lib/v2/gitpod/blog.js +1 -1
  930. package/lib/v2/globallawreview/index.js +1 -1
  931. package/lib/v2/gocn/utils.js +1 -1
  932. package/lib/v2/gofans/index.js +41 -0
  933. package/lib/v2/gofans/maintainer.js +3 -0
  934. package/lib/v2/gofans/radar.js +13 -0
  935. package/lib/v2/gofans/router.js +3 -0
  936. package/lib/v2/gofans/templates/description.art +7 -0
  937. package/lib/v2/google/album.js +1 -1
  938. package/lib/v2/google/citations.js +4 -5
  939. package/lib/v2/google/fonts.js +1 -1
  940. package/lib/v2/google/maintainer.js +2 -1
  941. package/lib/v2/google/radar.js +12 -8
  942. package/lib/v2/google/router.js +1 -2
  943. package/lib/v2/google/scholar.js +1 -1
  944. package/lib/v2/google/search.js +62 -0
  945. package/lib/v2/google/templates/description.art +6 -0
  946. package/lib/v2/gov/beijing/bjedu/gh.js +48 -0
  947. package/lib/v2/gov/beijing/bphc/index.js +1 -1
  948. package/lib/v2/gov/beijing/jw/tzgg.js +1 -1
  949. package/lib/v2/gov/beijing/kw/index.js +3 -3
  950. package/lib/v2/gov/caac/cjwt.js +56 -0
  951. package/lib/v2/gov/caac/templates/description.art +25 -0
  952. package/lib/v2/gov/cac/index.js +2 -2
  953. package/lib/v2/gov/ccdi/index.js +1 -1
  954. package/lib/v2/gov/ccdi/utils.js +5 -5
  955. package/lib/v2/gov/chinamine-safety/util.js +1 -1
  956. package/lib/v2/gov/chinamine-safety/xw.js +1 -1
  957. package/lib/v2/gov/chinamine-safety/zfxxgk.js +1 -1
  958. package/lib/v2/gov/chinatax/latest.js +4 -4
  959. package/lib/v2/gov/chongqing/gzw.js +2 -5
  960. package/lib/v2/gov/cmse/index.js +2 -2
  961. package/lib/v2/gov/cnnic/index.js +2 -2
  962. package/lib/v2/gov/forestry/gjlckjdjt.js +2 -2
  963. package/lib/v2/gov/general/general.js +19 -33
  964. package/lib/v2/gov/huizhou/zwgk/index.js +1 -1
  965. package/lib/v2/gov/jgjcndrc/index.js +59 -0
  966. package/lib/v2/gov/maintainer.js +11 -1
  967. package/lib/v2/gov/maoming/maoming.js +15 -61
  968. package/lib/v2/gov/mee/ywdt.js +2 -2
  969. package/lib/v2/gov/mem/sgcc.js +1 -1
  970. package/lib/v2/gov/mfa/wjdt.js +1 -1
  971. package/lib/v2/gov/miit/wjfb.js +2 -2
  972. package/lib/v2/gov/miit/wjgs.js +1 -1
  973. package/lib/v2/gov/miit/yjzj.js +2 -2
  974. package/lib/v2/gov/miit/zcjd.js +1 -1
  975. package/lib/v2/gov/miit/zcwj.js +2 -2
  976. package/lib/v2/gov/moa/moa.js +5 -9
  977. package/lib/v2/gov/moa/zdscxx.js +4 -6
  978. package/lib/v2/gov/moe/moe.js +23 -27
  979. package/lib/v2/gov/mof/bond.js +51 -0
  980. package/lib/v2/gov/mofcom/article.js +7 -7
  981. package/lib/v2/gov/moj/lfyjzj.js +53 -0
  982. package/lib/v2/gov/mot/index.js +3 -3
  983. package/lib/v2/gov/ndrc/fggz.js +62 -0
  984. package/lib/v2/gov/ndrc/xwdt.js +54 -0
  985. package/lib/v2/gov/nea/ghs.js +1 -1
  986. package/lib/v2/gov/news/index.js +41 -55
  987. package/lib/v2/gov/nifdc/index.js +4 -4
  988. package/lib/v2/gov/nopss/index.js +1 -1
  989. package/lib/v2/gov/nrta/dsj.js +1 -1
  990. package/lib/v2/gov/nrta/news.js +2 -2
  991. package/lib/v2/gov/nsfc/index.js +3 -3
  992. package/lib/v2/gov/pbc/gzlw.js +1 -1
  993. package/lib/v2/gov/radar.js +832 -13
  994. package/lib/v2/gov/router.js +14 -4
  995. package/lib/v2/gov/safe/business.js +1 -1
  996. package/lib/v2/gov/safe/complaint.js +1 -1
  997. package/lib/v2/gov/safe/util.js +2 -2
  998. package/lib/v2/gov/samr/xgzlyhd.js +4 -4
  999. package/lib/v2/gov/shanghai/wgj/wgj.js +1 -1
  1000. package/lib/v2/gov/shanghai/yjj/index.js +2 -2
  1001. package/lib/v2/gov/shenzhen/hrss/szksy/index.js +1 -1
  1002. package/lib/v2/gov/shenzhen/xxgk/zfxxgj.js +1 -1
  1003. package/lib/v2/gov/shenzhen/zjj/index.js +1 -1
  1004. package/lib/v2/gov/shenzhen/zzb/index.js +1 -1
  1005. package/lib/v2/gov/sichuan/deyang/govpublicinfo.js +1 -1
  1006. package/lib/v2/gov/stats/index.js +2 -2
  1007. package/lib/v2/gov/suzhou/doc.js +46 -0
  1008. package/lib/v2/gov/suzhou/fg.js +62 -0
  1009. package/lib/v2/gov/suzhou/news.js +116 -0
  1010. package/lib/v2/gov/taiyuan/rsj.js +1 -1
  1011. package/lib/v2/gov/xuzhou/hrss.js +1 -1
  1012. package/lib/v2/gov/zhejiang/gwy.js +1 -1
  1013. package/lib/v2/gov/zhengce/govall.js +2 -2
  1014. package/lib/v2/gov/zhengce/index.js +3 -3
  1015. package/lib/v2/gov/zhengce/wenjian.js +1 -1
  1016. package/lib/v2/greasyfork/scripts.js +1 -1
  1017. package/lib/v2/grist/featured.js +1 -1
  1018. package/lib/v2/grubstreet/utils.js +1 -1
  1019. package/lib/v2/guancha/index.js +9 -15
  1020. package/lib/v2/guancha/member.js +4 -4
  1021. package/lib/v2/guancha/personalpage.js +4 -4
  1022. package/lib/v2/guangdiu/index.js +2 -7
  1023. package/lib/v2/guangdiu/radar.js +3 -3
  1024. package/lib/v2/guangzhoumetro/news.js +1 -1
  1025. package/lib/v2/guanhai/index.js +20 -13
  1026. package/lib/v2/gumroad/index.js +1 -1
  1027. package/lib/v2/guokr/channel.js +2 -2
  1028. package/lib/v2/gxmzu/utils/index.js +2 -6
  1029. package/lib/v2/hackernews/index.js +1 -1
  1030. package/lib/v2/hacking8/search.js +1 -1
  1031. package/lib/v2/hackyournews/index.js +2 -2
  1032. package/lib/v2/hakkatv/type.js +26 -29
  1033. package/lib/v2/hameln/chapter.js +1 -1
  1034. package/lib/v2/hdu/cs/notice.js +1 -1
  1035. package/lib/v2/hdu/cs/pg.js +1 -1
  1036. package/lib/v2/hebtv/nong-bo-shi-zai-xing-dong.js +1 -1
  1037. package/lib/v2/hellobtc/kepu.js +1 -1
  1038. package/lib/v2/hellobtc/news.js +1 -1
  1039. package/lib/v2/hellogithub/index.js +1 -1
  1040. package/lib/v2/hinatazaka46/news.js +1 -1
  1041. package/lib/v2/hit/jwc.js +4 -4
  1042. package/lib/v2/hit/today.js +4 -4
  1043. package/lib/v2/hitwh/today.js +2 -8
  1044. package/lib/v2/hizu/index.js +1 -1
  1045. package/lib/v2/hk01/utils.js +1 -1
  1046. package/lib/v2/hket/index.js +137 -0
  1047. package/lib/v2/hket/maintainer.js +3 -0
  1048. package/lib/v2/hket/radar.js +45 -0
  1049. package/lib/v2/hket/templates/image.art +4 -0
  1050. package/lib/v2/hnrb/index.js +2 -2
  1051. package/lib/v2/hongkong/chp.js +3 -3
  1052. package/lib/v2/hostmonit/cloudflareyes.js +3 -3
  1053. package/lib/v2/houxu/events.js +1 -1
  1054. package/lib/v2/houxu/index.js +1 -1
  1055. package/lib/v2/hoyolab/constant.js +37 -0
  1056. package/lib/v2/hoyolab/maintainer.js +3 -0
  1057. package/lib/v2/hoyolab/news.js +96 -0
  1058. package/lib/v2/hoyolab/radar.js +22 -0
  1059. package/lib/v2/hoyolab/router.js +3 -0
  1060. package/lib/v2/hoyolab/templates/post.art +7 -0
  1061. package/lib/v2/hoyolab/utils.js +32 -0
  1062. package/lib/v2/hpoi/all.js +3 -0
  1063. package/lib/v2/hpoi/banner-item.js +26 -0
  1064. package/lib/v2/hpoi/character.js +3 -0
  1065. package/lib/v2/hpoi/maintainer.js +8 -0
  1066. package/lib/v2/hpoi/radar.js +37 -0
  1067. package/lib/v2/hpoi/router.js +8 -0
  1068. package/lib/v2/hpoi/user.js +43 -0
  1069. package/lib/v2/hpoi/utils.js +49 -0
  1070. package/lib/v2/hpoi/work.js +3 -0
  1071. package/lib/v2/hrbeu/gx/card.js +2 -7
  1072. package/lib/v2/hrbeu/gx/list.js +2 -7
  1073. package/lib/v2/hrbeu/uae/news.js +2 -2
  1074. package/lib/v2/hrbeu/yjsy/list.js +1 -1
  1075. package/lib/v2/hrbust/utils.js +2 -11
  1076. package/lib/v2/huanqiu/index.js +13 -13
  1077. package/lib/v2/huggingface/blog-zh.js +34 -0
  1078. package/lib/v2/huggingface/daily-papers.js +10 -7
  1079. package/lib/v2/huggingface/maintainer.js +1 -0
  1080. package/lib/v2/huggingface/radar.js +6 -0
  1081. package/lib/v2/huggingface/router.js +1 -0
  1082. package/lib/v2/hunau/utils/common.js +3 -3
  1083. package/lib/v2/hunau/utils/index-page.js +10 -0
  1084. package/lib/v2/hunau/utils/news-content.js +47 -0
  1085. package/lib/v2/hupu/all.js +1 -1
  1086. package/lib/v2/hupu/bbs.js +1 -1
  1087. package/lib/v2/hupu/index.js +1 -1
  1088. package/lib/v2/huxiu/brief-column.js +29 -0
  1089. package/lib/v2/huxiu/channel.js +1 -1
  1090. package/lib/v2/huxiu/club.js +1 -1
  1091. package/lib/v2/huxiu/collection.js +1 -1
  1092. package/lib/v2/huxiu/member.js +1 -1
  1093. package/lib/v2/huxiu/moment.js +1 -1
  1094. package/lib/v2/huxiu/router.js +1 -1
  1095. package/lib/v2/huxiu/search.js +1 -1
  1096. package/lib/v2/huxiu/tag.js +1 -1
  1097. package/lib/v2/huxiu/util.js +20 -24
  1098. package/lib/v2/ianspriggs/index.js +1 -1
  1099. package/lib/v2/icbc/whpj.js +1 -1
  1100. package/lib/v2/ieee/earlyaccess.js +2 -2
  1101. package/lib/v2/ieee/journal.js +2 -2
  1102. package/lib/v2/ieee/recent.js +2 -2
  1103. package/lib/v2/ielts/index.js +1 -1
  1104. package/lib/v2/ifeng/feng.js +8 -8
  1105. package/lib/v2/ifeng/news.js +3 -3
  1106. package/lib/v2/ifeng/utils.js +3 -3
  1107. package/lib/v2/iguoguo/index.js +4 -4
  1108. package/lib/v2/ikea/cn/family-offers.js +70 -0
  1109. package/lib/v2/ikea/cn/low-price.js +22 -0
  1110. package/lib/v2/ikea/cn/new.js +2 -2
  1111. package/lib/v2/ikea/cn/utils.js +1 -1
  1112. package/lib/v2/ikea/gb/offer.js +6 -6
  1113. package/lib/v2/ikea/router.js +2 -2
  1114. package/lib/v2/imagemagick/changelog.js +1 -1
  1115. package/lib/v2/imiker/jinghua.js +1 -1
  1116. package/lib/v2/indiansinkuwait/radar.js +1 -1
  1117. package/lib/v2/indienova/article.js +24 -0
  1118. package/lib/v2/indienova/column.js +20 -0
  1119. package/lib/v2/indienova/gamedb.js +55 -0
  1120. package/lib/v2/indienova/maintainer.js +6 -0
  1121. package/lib/v2/indienova/radar.js +37 -0
  1122. package/lib/v2/indienova/router.js +6 -0
  1123. package/lib/v2/indienova/usergames.js +42 -0
  1124. package/lib/v2/indienova/utils.js +43 -0
  1125. package/lib/v2/infoq/topic.js +1 -1
  1126. package/lib/v2/infoq/utils.js +1 -1
  1127. package/lib/v2/instagram/common-utils.js +4 -4
  1128. package/lib/v2/instagram/private-api/index.js +9 -9
  1129. package/lib/v2/instagram/private-api/utils.js +2 -2
  1130. package/lib/v2/instagram/web-api/index.js +10 -13
  1131. package/lib/v2/instagram/web-api/utils.js +10 -10
  1132. package/lib/v2/instructables/projects.js +1 -1
  1133. package/lib/v2/iqilu/program.js +1 -1
  1134. package/lib/v2/iqiyi/album.js +1 -1
  1135. package/lib/v2/iqiyi/video.js +1 -1
  1136. package/lib/v2/iqnew/latest.js +1 -1
  1137. package/lib/v2/iresearch/report.js +1 -1
  1138. package/lib/v2/iresearch/weekly.js +3 -3
  1139. package/lib/v2/itch/devlog.js +1 -1
  1140. package/lib/v2/itch/router.js +1 -1
  1141. package/lib/v2/ithome/index.js +1 -1
  1142. package/lib/v2/ithome/ranking.js +1 -1
  1143. package/lib/v2/ithome/tag.js +1 -1
  1144. package/lib/v2/iwara/index.js +1 -1
  1145. package/lib/v2/iwara/subscriptions.js +3 -8
  1146. package/lib/v2/ixigua/router.js +1 -1
  1147. package/lib/v2/ixigua/user-video.js +37 -0
  1148. package/lib/v2/jandan/section.js +1 -1
  1149. package/lib/v2/japanpost/radar.js +1 -1
  1150. package/lib/v2/japanpost/track.js +2 -4
  1151. package/lib/v2/japanpost/utils.js +1 -5
  1152. package/lib/v2/javbus/index.js +14 -12
  1153. package/lib/v2/javdb/utils.js +3 -3
  1154. package/lib/v2/javlibrary/utils.js +5 -7
  1155. package/lib/v2/jewishmuseum/radar.js +1 -1
  1156. package/lib/v2/jiaoliudao/index.js +9 -18
  1157. package/lib/v2/jiemian/lists.js +100 -0
  1158. package/lib/v2/jiemian/maintainer.js +5 -2
  1159. package/lib/v2/jiemian/radar.js +620 -8
  1160. package/lib/v2/jiemian/router.js +7 -2
  1161. package/lib/v2/jiemian/templates/description.art +39 -0
  1162. package/lib/v2/jike/router.js +1 -1
  1163. package/lib/v2/jike/topic-text.js +21 -0
  1164. package/lib/v2/jike/topic.js +6 -3
  1165. package/lib/v2/jike/user.js +20 -20
  1166. package/lib/v2/jike/utils.js +4 -4
  1167. package/lib/v2/jinse/catalogue.js +101 -0
  1168. package/lib/v2/jinse/lives.js +87 -0
  1169. package/lib/v2/jinse/maintainer.js +5 -0
  1170. package/lib/v2/jinse/radar.js +187 -0
  1171. package/lib/v2/jinse/router.js +5 -0
  1172. package/lib/v2/jinse/templates/description.art +34 -0
  1173. package/lib/v2/jinse/timeline.js +96 -0
  1174. package/lib/v2/jisilu/index.js +2 -2
  1175. package/lib/v2/jornada/index.js +5 -5
  1176. package/lib/v2/jou/utils/index.js +2 -2
  1177. package/lib/v2/juejin/favorites.js +3 -3
  1178. package/lib/v2/juejin/maintainer.js +0 -2
  1179. package/lib/v2/juejin/pins.js +1 -1
  1180. package/lib/v2/juejin/radar.js +1 -13
  1181. package/lib/v2/juejin/router.js +0 -2
  1182. package/lib/v2/juejin/utils.js +1 -1
  1183. package/lib/v2/jump/discount.js +1 -1
  1184. package/lib/v2/kamen-rider-official/news.js +7 -7
  1185. package/lib/v2/kantarworldpanel/index.js +1 -1
  1186. package/lib/v2/kcna/news.js +2 -3
  1187. package/lib/v2/kcna/utils.js +2 -2
  1188. package/lib/v2/ke/results.js +2 -2
  1189. package/lib/v2/keep/user.js +5 -5
  1190. package/lib/v2/keepass/maintainer.js +3 -0
  1191. package/lib/v2/keepass/news.js +46 -0
  1192. package/lib/v2/keepass/radar.js +13 -0
  1193. package/lib/v2/keepass/router.js +3 -0
  1194. package/lib/v2/kemono/index.js +2 -2
  1195. package/lib/v2/kepu/live.js +1 -1
  1196. package/lib/v2/keylol/index.js +5 -5
  1197. package/lib/v2/konghq/blog-posts.js +52 -0
  1198. package/lib/v2/konghq/maintainer.js +3 -0
  1199. package/lib/v2/konghq/radar.js +13 -0
  1200. package/lib/v2/konghq/router.js +3 -0
  1201. package/lib/v2/kuaidi100/index.js +9 -10
  1202. package/lib/v2/kuaidi100/router.js +1 -1
  1203. package/lib/v2/kuaidi100/utils.js +25 -24
  1204. package/lib/v2/kunchengblog/essay.js +5 -5
  1205. package/lib/v2/kuwaitlocal/index.js +48 -0
  1206. package/lib/v2/kuwaitlocal/maintainer.js +4 -0
  1207. package/lib/v2/kuwaitlocal/radar.js +19 -0
  1208. package/lib/v2/kuwaitlocal/router.js +3 -0
  1209. package/lib/v2/kyodonews/index.js +3 -3
  1210. package/lib/v2/laimanhua/index.js +41 -0
  1211. package/lib/v2/laimanhua/maintainer.js +3 -0
  1212. package/lib/v2/laimanhua/radar.js +13 -0
  1213. package/lib/v2/laimanhua/router.js +3 -0
  1214. package/lib/v2/lanqiao/questions.js +17 -15
  1215. package/lib/v2/laohu8/personal.js +1 -1
  1216. package/lib/v2/latepost/index.js +10 -17
  1217. package/lib/v2/layoffs/index.js +5 -5
  1218. package/lib/v2/layoffs/radar.js +1 -1
  1219. package/lib/v2/leetcode/dailyquestion-solution-cn.js +1 -1
  1220. package/lib/v2/leetcode/dailyquestion-solution-en.js +4 -4
  1221. package/lib/v2/leetcode/radar.js +0 -20
  1222. package/lib/v2/leiphone/utils.js +2 -2
  1223. package/lib/v2/lfsyd/router.js +1 -1
  1224. package/lib/v2/lfsyd/utils.js +2 -2
  1225. package/lib/v2/lifeweek/channel.js +25 -0
  1226. package/lib/v2/lifeweek/maintainer.js +4 -0
  1227. package/lib/v2/lifeweek/radar.js +19 -0
  1228. package/lib/v2/lifeweek/router.js +4 -0
  1229. package/lib/v2/lifeweek/tag.js +24 -0
  1230. package/lib/v2/lifeweek/utils.js +18 -0
  1231. package/lib/v2/lightnovel/light-novel.js +62 -0
  1232. package/lib/v2/lightnovel/router.js +1 -1
  1233. package/lib/v2/line/publisher.js +1 -1
  1234. package/lib/v2/linkedin/cn/renderer.js +39 -39
  1235. package/lib/v2/linkedin/cn/utils.js +2 -2
  1236. package/lib/v2/linkedin/radar.js +1 -1
  1237. package/lib/v2/linkresearcher/index.js +5 -5
  1238. package/lib/v2/liquipedia/cs-matches.js +46 -0
  1239. package/lib/v2/liquipedia/router.js +2 -2
  1240. package/lib/v2/literotica/new.js +1 -1
  1241. package/lib/v2/liulinblog/index.js +3 -3
  1242. package/lib/v2/liveuamap/index.js +41 -0
  1243. package/lib/v2/liveuamap/maintainer.js +3 -0
  1244. package/lib/v2/liveuamap/radar.js +13 -0
  1245. package/lib/v2/liveuamap/router.js +3 -0
  1246. package/lib/v2/lkong/query.js +3 -3
  1247. package/lib/v2/lkong/thread.js +1 -1
  1248. package/lib/v2/lofter/tag.js +69 -34
  1249. package/lib/v2/lofter/user.js +3 -3
  1250. package/lib/v2/logclub/index.js +19 -20
  1251. package/lib/v2/logclub/radar.js +2 -2
  1252. package/lib/v2/logclub/report.js +3 -3
  1253. package/lib/v2/logonews/index.js +2 -2
  1254. package/lib/v2/logonews/router.js +1 -1
  1255. package/lib/v2/lovelive-anime/topics.js +1 -6
  1256. package/lib/v2/luogu/contest.js +1 -1
  1257. package/lib/v2/luogu/daily.js +10 -5
  1258. package/lib/v2/luogu/router.js +2 -2
  1259. package/lib/v2/lvv2/news.js +14 -15
  1260. package/lib/v2/lvv2/radar.js +4 -28
  1261. package/lib/v2/lvv2/top.js +13 -14
  1262. package/lib/v2/lxixsxa/discography.js +4 -4
  1263. package/lib/v2/lxixsxa/information.js +2 -2
  1264. package/lib/v2/lxixsxa/jsonp-helper.js +19 -0
  1265. package/lib/v2/lxixsxa/radar.js +4 -4
  1266. package/lib/v2/macfilos/blog.js +1 -1
  1267. package/lib/v2/macmenubar/recently.js +1 -1
  1268. package/lib/v2/magazinelib/latest-magazine.js +4 -4
  1269. package/lib/v2/mail/imap.js +8 -8
  1270. package/lib/v2/mangadex/index.js +1 -1
  1271. package/lib/v2/manhuagui/comic.js +5 -5
  1272. package/lib/v2/manhuagui/subscribe.js +1 -1
  1273. package/lib/v2/mastodon/router.js +3 -3
  1274. package/lib/v2/mastodon/utils.js +30 -34
  1275. package/lib/v2/mckinsey/cn/index.js +2 -2
  1276. package/lib/v2/mckinsey/radar.js +1 -1
  1277. package/lib/v2/mdpi/journal.js +1 -1
  1278. package/lib/v2/medieval-china/maintainer.js +3 -0
  1279. package/lib/v2/medieval-china/post.js +44 -0
  1280. package/lib/v2/medieval-china/radar.js +13 -0
  1281. package/lib/v2/medieval-china/router.js +3 -0
  1282. package/lib/v2/medium/following.js +2 -2
  1283. package/lib/v2/medium/for-you.js +2 -2
  1284. package/lib/v2/medium/list.js +2 -2
  1285. package/lib/v2/medium/parse-article.js +4 -4
  1286. package/lib/v2/medium/tag.js +2 -2
  1287. package/lib/v2/medsci/index.js +1 -1
  1288. package/lib/v2/metacritic/index.js +13 -13
  1289. package/lib/v2/meteor/index.js +4 -4
  1290. package/lib/v2/meteor/utils.js +5 -5
  1291. package/lib/v2/metmuseum/exhibitions.js +1 -1
  1292. package/lib/v2/metmuseum/radar.js +1 -1
  1293. package/lib/v2/mihoyo/bbs/cache.js +40 -0
  1294. package/lib/v2/mihoyo/bbs/follow-list.js +50 -0
  1295. package/lib/v2/mihoyo/bbs/img-ranking.js +2 -27
  1296. package/lib/v2/mihoyo/bbs/official.js +3 -20
  1297. package/lib/v2/mihoyo/bbs/timeline.js +41 -0
  1298. package/lib/v2/mihoyo/bbs/user-post.js +32 -0
  1299. package/lib/v2/mihoyo/bbs/utils.js +34 -0
  1300. package/lib/v2/mihoyo/maintainer.js +3 -0
  1301. package/lib/v2/mihoyo/radar.js +61 -32
  1302. package/lib/v2/mihoyo/router.js +3 -0
  1303. package/lib/v2/mihoyo/sr/news.js +5 -7
  1304. package/lib/v2/mihoyo/ys/news.js +2 -2
  1305. package/lib/v2/mingpao/index.js +3 -3
  1306. package/lib/v2/mirror/index.js +1 -1
  1307. package/lib/v2/missav/new.js +2 -2
  1308. package/lib/v2/mittrchina/index.js +11 -16
  1309. package/lib/v2/mixcloud/index.js +3 -3
  1310. package/lib/v2/modelscope/community.js +1 -1
  1311. package/lib/v2/modelscope/datasets.js +2 -2
  1312. package/lib/v2/modelscope/models.js +2 -2
  1313. package/lib/v2/modelscope/studios.js +1 -1
  1314. package/lib/v2/modrinth/api.d.ts +101 -0
  1315. package/lib/v2/modrinth/maintainer.js +3 -0
  1316. package/lib/v2/modrinth/radar.js +13 -0
  1317. package/lib/v2/modrinth/router.js +3 -0
  1318. package/lib/v2/modrinth/templates/version.art +8 -0
  1319. package/lib/v2/modrinth/versions.js +75 -0
  1320. package/lib/v2/mpaypass/main.js +2 -12
  1321. package/lib/v2/mrm/index.js +42 -0
  1322. package/lib/v2/mrm/maintainer.js +3 -0
  1323. package/lib/v2/mrm/radar.js +13 -0
  1324. package/lib/v2/mrm/router.js +3 -0
  1325. package/lib/v2/mydrivers/cid.js +4 -5
  1326. package/lib/v2/mydrivers/index.js +3 -3
  1327. package/lib/v2/mydrivers/rank.js +2 -2
  1328. package/lib/v2/mydrivers/util.js +6 -6
  1329. package/lib/v2/myfigurecollection/activity.js +1 -1
  1330. package/lib/v2/myfigurecollection/index.js +5 -5
  1331. package/lib/v2/mygopen/index.js +1 -1
  1332. package/lib/v2/mymusicsheet/usersheets.js +1 -1
  1333. package/lib/v2/nasa/apod-cn.js +1 -1
  1334. package/lib/v2/nasa/apod-ncku.js +1 -1
  1335. package/lib/v2/nasa/apod.js +1 -1
  1336. package/lib/v2/natgeo/dailyphoto.js +1 -1
  1337. package/lib/v2/natgeo/dailyselection.js +1 -1
  1338. package/lib/v2/natgeo/natgeo.js +1 -1
  1339. package/lib/v2/nationalgeographic/latest-stories.js +4 -4
  1340. package/lib/v2/nature/cover.js +2 -2
  1341. package/lib/v2/nature/siteindex.js +1 -1
  1342. package/lib/v2/nature/utils.js +4 -4
  1343. package/lib/v2/nautil/radar.js +1 -1
  1344. package/lib/v2/nautil/topics.js +1 -1
  1345. package/lib/v2/nber/radar.js +2 -2
  1346. package/lib/v2/ncc-cma/cmdp.js +81 -0
  1347. package/lib/v2/ncc-cma/maintainer.js +3 -0
  1348. package/lib/v2/ncc-cma/radar.js +229 -0
  1349. package/lib/v2/ncc-cma/router.js +3 -0
  1350. package/lib/v2/ncc-cma/templates/description.art +9 -0
  1351. package/lib/v2/ncepu/master/masterinfo.js +1 -6
  1352. package/lib/v2/ndss-symposium/ndss.js +4 -4
  1353. package/lib/v2/neatdownloadmanager/download.js +3 -7
  1354. package/lib/v2/neea/index.js +1 -1
  1355. package/lib/v2/nenu/sohac.js +1 -1
  1356. package/lib/v2/nenu/yjsy.js +2 -2
  1357. package/lib/v2/netflav/index.js +2 -2
  1358. package/lib/v2/neu/bmie.js +1 -1
  1359. package/lib/v2/newmuseum/radar.js +1 -1
  1360. package/lib/v2/newrank/douyin.js +1 -1
  1361. package/lib/v2/newrank/utils.js +5 -5
  1362. package/lib/v2/newrank/wechat.js +3 -3
  1363. package/lib/v2/news/maintainer.js +1 -1
  1364. package/lib/v2/news/radar.js +2 -2
  1365. package/lib/v2/news/router.js +2 -1
  1366. package/lib/v2/news/templates/description.art +21 -0
  1367. package/lib/v2/news/xhsxw.js +81 -0
  1368. package/lib/v2/newsmarket/index.js +1 -1
  1369. package/lib/v2/newzmz/index.js +3 -3
  1370. package/lib/v2/newzmz/util.js +8 -9
  1371. package/lib/v2/nga/forum.js +3 -3
  1372. package/lib/v2/nga/post.js +20 -25
  1373. package/lib/v2/nhentai/other.js +4 -4
  1374. package/lib/v2/nhentai/search.js +1 -1
  1375. package/lib/v2/nhentai/util.js +5 -5
  1376. package/lib/v2/nhk/router.js +1 -1
  1377. package/lib/v2/niaogebiji/index.js +1 -1
  1378. package/lib/v2/niaogebiji/today.js +1 -1
  1379. package/lib/v2/nikkei/asia/index.js +2 -2
  1380. package/lib/v2/nikkei/cn/index.js +6 -6
  1381. package/lib/v2/nikkei/news.js +6 -9
  1382. package/lib/v2/nintendo/eshop-hk.js +79 -0
  1383. package/lib/v2/nintendo/router.js +5 -5
  1384. package/lib/v2/nintendo/system-update.js +1 -1
  1385. package/lib/v2/nintendo/utils.js +2 -2
  1386. package/lib/v2/njglyy/utils/index.js +2 -2
  1387. package/lib/v2/njit/jwc.js +24 -10
  1388. package/lib/v2/njit/tzgg.js +11 -11
  1389. package/lib/v2/nju/admission.js +7 -9
  1390. package/lib/v2/nju/dafls.js +9 -11
  1391. package/lib/v2/nju/hosptial.js +7 -9
  1392. package/lib/v2/nju/hqjt.js +9 -11
  1393. package/lib/v2/nju/itsc.js +13 -15
  1394. package/lib/v2/nju/jjc.js +10 -12
  1395. package/lib/v2/nju/radar.js +4 -4
  1396. package/lib/v2/nju/zbb.js +12 -14
  1397. package/lib/v2/nju/zcc.js +7 -9
  1398. package/lib/v2/njucm/utils/index.js +2 -2
  1399. package/lib/v2/njupt/jwc.js +3 -3
  1400. package/lib/v2/njupt/radar.js +2 -2
  1401. package/lib/v2/njust/cwc.js +1 -1
  1402. package/lib/v2/njust/dgxg.js +1 -1
  1403. package/lib/v2/njust/eo.js +1 -1
  1404. package/lib/v2/njust/eoe.js +1 -1
  1405. package/lib/v2/njust/jwc.js +1 -1
  1406. package/lib/v2/njust/radar.js +3 -3
  1407. package/lib/v2/njxzc/utils/index.js +2 -2
  1408. package/lib/v2/nmtv/column.js +1 -1
  1409. package/lib/v2/nodejs/blog.js +1 -1
  1410. package/lib/v2/nogizaka46/news.js +1 -1
  1411. package/lib/v2/notefolio/search.js +8 -9
  1412. package/lib/v2/notion/database.js +1 -1
  1413. package/lib/v2/now/news.js +2 -7
  1414. package/lib/v2/nowcoder/discuss.js +1 -1
  1415. package/lib/v2/nowcoder/jobcenter.js +2 -2
  1416. package/lib/v2/nowcoder/recommend.js +2 -2
  1417. package/lib/v2/nowcoder/schedule.js +6 -6
  1418. package/lib/v2/npm/router.js +1 -1
  1419. package/lib/v2/npr/full.js +5 -7
  1420. package/lib/v2/nua/dc.js +1 -1
  1421. package/lib/v2/nua/lib.js +1 -1
  1422. package/lib/v2/nuaa/college/cae.js +1 -1
  1423. package/lib/v2/nuaa/college/cs.js +2 -2
  1424. package/lib/v2/nuaa/jwc/jwc.js +1 -1
  1425. package/lib/v2/nuaa/yjsy/yjsy.js +1 -1
  1426. package/lib/v2/nuist/bulletin.js +1 -1
  1427. package/lib/v2/nuist/cas.js +2 -2
  1428. package/lib/v2/nuist/xgc.js +2 -2
  1429. package/lib/v2/nyaa/main.js +1 -6
  1430. package/lib/v2/nytimes/daily-briefing-chinese.js +67 -0
  1431. package/lib/v2/nytimes/index.js +27 -12
  1432. package/lib/v2/nytimes/router.js +1 -1
  1433. package/lib/v2/oceanengine/arithmetic-index.js +145 -0
  1434. package/lib/v2/oceanengine/router.js +1 -1
  1435. package/lib/v2/odaily/activity.js +1 -1
  1436. package/lib/v2/odaily/router.js +1 -1
  1437. package/lib/v2/odaily/user.js +1 -1
  1438. package/lib/v2/oeeee/app/channel.js +1 -1
  1439. package/lib/v2/oeeee/utils.js +1 -1
  1440. package/lib/v2/oncc/money18.js +3 -3
  1441. package/lib/v2/onehu/common.js +28 -0
  1442. package/lib/v2/onehu/maintainer.js +3 -0
  1443. package/lib/v2/onehu/radar.js +11 -0
  1444. package/lib/v2/onehu/router.js +3 -0
  1445. package/lib/v2/onet/maintainer.js +3 -0
  1446. package/lib/v2/onet/news.js +56 -0
  1447. package/lib/v2/onet/radar.js +13 -0
  1448. package/lib/v2/onet/router.js +3 -0
  1449. package/lib/v2/onet/templates/article.art +5 -0
  1450. package/lib/v2/onet/templates/image.art +9 -0
  1451. package/lib/v2/onet/utils.js +51 -0
  1452. package/lib/v2/openai/chatgpt.js +5 -5
  1453. package/lib/v2/openai/radar.js +3 -3
  1454. package/lib/v2/orcid/index.js +6 -8
  1455. package/lib/v2/oreno3d/main.js +3 -3
  1456. package/lib/v2/oschina/topic.js +1 -1
  1457. package/lib/v2/oschina/user.js +1 -1
  1458. package/lib/v2/oshwhub/explore.js +21 -16
  1459. package/lib/v2/otobanana/cast.js +29 -0
  1460. package/lib/v2/otobanana/livestream.js +29 -0
  1461. package/lib/v2/otobanana/maintainer.js +5 -0
  1462. package/lib/v2/otobanana/radar.js +25 -0
  1463. package/lib/v2/otobanana/router.js +5 -0
  1464. package/lib/v2/otobanana/templates/description.art +11 -0
  1465. package/lib/v2/otobanana/timeline.js +29 -0
  1466. package/lib/v2/otobanana/utils.js +67 -0
  1467. package/lib/v2/ouc/it.js +1 -1
  1468. package/lib/v2/outagereport/index.js +4 -4
  1469. package/lib/v2/panewslab/news.js +1 -1
  1470. package/lib/v2/papers/index.js +76 -0
  1471. package/lib/v2/papers/maintainer.js +3 -0
  1472. package/lib/v2/papers/radar.js +17 -0
  1473. package/lib/v2/papers/router.js +3 -0
  1474. package/lib/v2/papers/templates/description.art +15 -0
  1475. package/lib/v2/parliament/maintainer.js +3 -0
  1476. package/lib/v2/parliament/radar.js +22 -0
  1477. package/lib/v2/parliament/router.js +3 -0
  1478. package/lib/v2/parliament/section77.js +161 -0
  1479. package/lib/v2/patagonia/radar.js +1 -5
  1480. package/lib/v2/paulgraham/article.js +1 -1
  1481. package/lib/v2/penguin-random-house/utils.js +2 -2
  1482. package/lib/v2/people/index.js +4 -4
  1483. package/lib/v2/people/xjpjh.js +5 -5
  1484. package/lib/v2/phoronix/index.js +23 -25
  1485. package/lib/v2/pianyuan/search.js +1 -1
  1486. package/lib/v2/pianyuan/utils.js +5 -5
  1487. package/lib/v2/picnob/radar.js +1 -1
  1488. package/lib/v2/picnob/user.js +12 -12
  1489. package/lib/v2/picnob/utils.js +1 -5
  1490. package/lib/v2/picuki/profile.js +8 -7
  1491. package/lib/v2/pikabu/radar.js +3 -3
  1492. package/lib/v2/pikabu/utils.js +1 -1
  1493. package/lib/v2/pixabay/radar.js +1 -1
  1494. package/lib/v2/pixabay/search.js +1 -1
  1495. package/lib/v2/pixiv/api/get-ranking.js +30 -0
  1496. package/lib/v2/pixiv/bookmarks.js +4 -4
  1497. package/lib/v2/pixiv/illustfollow.js +3 -3
  1498. package/lib/v2/pixiv/novels.js +3 -3
  1499. package/lib/v2/pixiv/pixiv-got.js +5 -5
  1500. package/lib/v2/pixiv/ranking.js +4 -4
  1501. package/lib/v2/pixiv/search.js +5 -10
  1502. package/lib/v2/pixiv/token.js +2 -2
  1503. package/lib/v2/pixiv/user.js +3 -3
  1504. package/lib/v2/pkmer/maintainer.js +3 -0
  1505. package/lib/v2/pkmer/radar.js +13 -0
  1506. package/lib/v2/pkmer/recent.js +36 -0
  1507. package/lib/v2/pkmer/router.js +3 -0
  1508. package/lib/v2/pku/bbs/hot.js +1 -1
  1509. package/lib/v2/pku/eecs.js +1 -1
  1510. package/lib/v2/pku/router.js +1 -1
  1511. package/lib/v2/playpcesor/maintainer.js +3 -0
  1512. package/lib/v2/playpcesor/radar.js +13 -0
  1513. package/lib/v2/playpcesor/router.js +3 -0
  1514. package/lib/v2/playpcesor/rss.js +32 -0
  1515. package/lib/v2/plurk/top.js +3 -3
  1516. package/lib/v2/plurk/user.js +2 -2
  1517. package/lib/v2/plurk/utils.js +1 -1
  1518. package/lib/v2/pnas/index.js +2 -2
  1519. package/lib/v2/pornhub/category-url.js +25 -0
  1520. package/lib/v2/pornhub/category.js +2 -2
  1521. package/lib/v2/pornhub/model.js +1 -1
  1522. package/lib/v2/pornhub/pornstar.js +1 -1
  1523. package/lib/v2/pornhub/router.js +1 -1
  1524. package/lib/v2/pornhub/users.js +1 -1
  1525. package/lib/v2/pornhub/utils.js +8 -3
  1526. package/lib/v2/producthunt/today.js +1 -1
  1527. package/lib/v2/ps/maintainer.js +4 -0
  1528. package/lib/v2/ps/monthly-games.js +31 -0
  1529. package/lib/v2/ps/radar.js +17 -0
  1530. package/lib/v2/ps/router.js +4 -0
  1531. package/lib/v2/ps/templates/monthly-games.art +1 -0
  1532. package/lib/v2/ps/trophy.js +86 -0
  1533. package/lib/v2/pts/index.js +1 -1
  1534. package/lib/v2/pts/live.js +1 -1
  1535. package/lib/v2/pubmed/trending.js +1 -1
  1536. package/lib/v2/pumc/mdadmission.js +1 -1
  1537. package/lib/v2/putty/changes.js +1 -1
  1538. package/lib/v2/pwc/maintainer.js +3 -0
  1539. package/lib/v2/pwc/radar.js +13 -0
  1540. package/lib/v2/pwc/router.js +3 -0
  1541. package/lib/v2/pwc/sustainability.js +58 -0
  1542. package/lib/v2/qdu/jwc.js +8 -14
  1543. package/lib/v2/qianp/maintainer.js +3 -0
  1544. package/lib/v2/qianp/news.js +57 -0
  1545. package/lib/v2/qianp/radar.js +13 -0
  1546. package/lib/v2/qianp/router.js +3 -0
  1547. package/lib/v2/qianp/utils.js +19 -0
  1548. package/lib/v2/qidian/forum.js +1 -2
  1549. package/lib/v2/qingting/podcast.js +1 -1
  1550. package/lib/v2/qlu/notice.js +4 -9
  1551. package/lib/v2/qoo-app/news.js +5 -5
  1552. package/lib/v2/qoo-app/notes/note.js +1 -1
  1553. package/lib/v2/qoo-app/router.js +1 -1
  1554. package/lib/v2/qq/ac/utils.js +1 -1
  1555. package/lib/v2/qq/kg/cache.js +1 -1
  1556. package/lib/v2/qq/maintainer.js +0 -1
  1557. package/lib/v2/qq/radar.js +0 -8
  1558. package/lib/v2/qq/router.js +0 -1
  1559. package/lib/v2/qqorw/index.js +3 -3
  1560. package/lib/v2/questmobile/report.js +4 -4
  1561. package/lib/v2/quicker/qa.js +2 -2
  1562. package/lib/v2/quicker/share.js +2 -2
  1563. package/lib/v2/quicker/user.js +2 -2
  1564. package/lib/v2/qweather/3days.js +47 -20
  1565. package/lib/v2/qweather/maintainer.js +1 -1
  1566. package/lib/v2/qweather/templates/3days.art +2 -0
  1567. package/lib/v2/radio/album.js +3 -3
  1568. package/lib/v2/radio/zhibo.js +1 -1
  1569. package/lib/v2/radio-canada/latest.js +1 -1
  1570. package/lib/v2/rarehistoricalphotos/radar.js +1 -1
  1571. package/lib/v2/rattibha/radar.js +1 -1
  1572. package/lib/v2/rawkuma/manga.js +2 -2
  1573. package/lib/v2/reactnewsletter/radar.js +1 -1
  1574. package/lib/v2/readhub/daily.js +2 -2
  1575. package/lib/v2/readhub/index.js +2 -2
  1576. package/lib/v2/readhub/util.js +7 -8
  1577. package/lib/v2/reuters/common.js +26 -28
  1578. package/lib/v2/rfa/index.js +2 -2
  1579. package/lib/v2/rfi/news.js +1 -1
  1580. package/lib/v2/right/forum.js +1 -1
  1581. package/lib/v2/routledge/book-series.js +3 -3
  1582. package/lib/v2/rsc/journal.js +1 -1
  1583. package/lib/v2/rsshub/maintainer.js +0 -1
  1584. package/lib/v2/rsshub/radar.js +0 -6
  1585. package/lib/v2/rsshub/router.js +0 -1
  1586. package/lib/v2/rsshub/transform/html.js +7 -26
  1587. package/lib/v2/rsshub/transform/json.js +2 -2
  1588. package/lib/v2/rsshub/transform/sitemap.js +22 -24
  1589. package/lib/v2/ruancan/utils.js +1 -1
  1590. package/lib/v2/ruc/hr.js +1 -1
  1591. package/lib/v2/runtrail/posts.js +2 -2
  1592. package/lib/v2/sakurazaka46/news.js +1 -1
  1593. package/lib/v2/saraba1st/digest.js +14 -2
  1594. package/lib/v2/saraba1st/thread.js +5 -5
  1595. package/lib/v2/sass/gs/index.js +2 -11
  1596. package/lib/v2/sciencenet/blog.js +1 -1
  1597. package/lib/v2/sciencenet/user.js +1 -1
  1598. package/lib/v2/scmp/index.js +2 -31
  1599. package/lib/v2/scmp/maintainer.js +2 -0
  1600. package/lib/v2/scmp/radar.js +7 -1
  1601. package/lib/v2/scmp/router.js +2 -0
  1602. package/lib/v2/scmp/topic.js +66 -0
  1603. package/lib/v2/scmp/utils.js +32 -0
  1604. package/lib/v2/scnu/router.js +3 -3
  1605. package/lib/v2/sctv/programme.js +3 -3
  1606. package/lib/v2/scut/jwc/news.js +4 -10
  1607. package/lib/v2/scut/jwc/notice.js +3 -3
  1608. package/lib/v2/scut/jwc/school.js +3 -3
  1609. package/lib/v2/scut/router.js +1 -1
  1610. package/lib/v2/scut/seie/news-ccenter.js +52 -0
  1611. package/lib/v2/sdu/cmse.js +1 -1
  1612. package/lib/v2/sdu/cs.js +1 -1
  1613. package/lib/v2/sdu/epe.js +1 -1
  1614. package/lib/v2/sdu/extractor/sdrj.js +1 -1
  1615. package/lib/v2/sdu/extractor/view.js +1 -1
  1616. package/lib/v2/sdu/extractor/wh/jwc.js +1 -1
  1617. package/lib/v2/sdu/extractor/wh/news.js +1 -1
  1618. package/lib/v2/sdu/mech.js +1 -1
  1619. package/lib/v2/sdu/sc.js +2 -2
  1620. package/lib/v2/sdu/wh/jwc.js +1 -1
  1621. package/lib/v2/sec-wiki/weekly.js +1 -1
  1622. package/lib/v2/secrss/author.js +18 -7
  1623. package/lib/v2/secrss/category.js +19 -8
  1624. package/lib/v2/secrss/maintainer.js +2 -2
  1625. package/lib/v2/seekingalpha/radar.js +1 -1
  1626. package/lib/v2/segmentfault/channel.js +1 -1
  1627. package/lib/v2/sehuatang/index.js +2 -2
  1628. package/lib/v2/sehuatang/user.js +3 -3
  1629. package/lib/v2/sensortower/blog.js +2 -2
  1630. package/lib/v2/setn/index.js +5 -5
  1631. package/lib/v2/seu/cse/index.js +1 -1
  1632. package/lib/v2/seu/yzb/index.js +1 -1
  1633. package/lib/v2/shiep/config.js +11 -11
  1634. package/lib/v2/shiep/index.js +26 -24
  1635. package/lib/v2/shiep/radar.js +6 -6
  1636. package/lib/v2/shmeea/index.js +35 -26
  1637. package/lib/v2/shmeea/maintainer.js +1 -1
  1638. package/lib/v2/shmeea/radar.js +8 -5
  1639. package/lib/v2/shmeea/router.js +1 -1
  1640. package/lib/v2/shoac/maintainer.js +3 -0
  1641. package/lib/v2/shoac/radar.js +13 -0
  1642. package/lib/v2/shoac/recent-show.js +72 -0
  1643. package/lib/v2/shoac/router.js +3 -0
  1644. package/lib/v2/shoac/templates/detail.art +25 -0
  1645. package/lib/v2/showstart/event.js +3 -3
  1646. package/lib/v2/showstart/service.js +6 -5
  1647. package/lib/v2/shuiguopai/index.js +86 -0
  1648. package/lib/v2/shuiguopai/maintainer.js +3 -0
  1649. package/lib/v2/shuiguopai/radar.js +13 -0
  1650. package/lib/v2/shuiguopai/templates/description.art +8 -0
  1651. package/lib/v2/sigsac/ccs.js +2 -2
  1652. package/lib/v2/sina/finance/stock/usstock.js +1 -1
  1653. package/lib/v2/sina/utils.js +7 -7
  1654. package/lib/v2/sinchew/index.js +2 -2
  1655. package/lib/v2/sjtu/tongqu/activity.js +2 -2
  1656. package/lib/v2/slowmist/slowmist.js +19 -9
  1657. package/lib/v2/smashingmagazine/category.js +1 -6
  1658. package/lib/v2/smashingmagazine/radar.js +2 -2
  1659. package/lib/v2/smzdm/haowen-fenlei.js +51 -0
  1660. package/lib/v2/smzdm/router.js +1 -1
  1661. package/lib/v2/sogou/maintainer.js +4 -0
  1662. package/lib/v2/sogou/radar.js +16 -0
  1663. package/lib/v2/sogou/router.js +4 -0
  1664. package/lib/v2/sogou/search.js +54 -0
  1665. package/lib/v2/sogou/templates/description.art +6 -0
  1666. package/lib/v2/sohu/mp.js +3 -7
  1667. package/lib/v2/solidot/_article.js +8 -8
  1668. package/lib/v2/solidot/main.js +3 -3
  1669. package/lib/v2/spotify/saved.js +1 -1
  1670. package/lib/v2/spotify/top.js +2 -2
  1671. package/lib/v2/spotify/utils.js +2 -2
  1672. package/lib/v2/sse/convert.js +1 -1
  1673. package/lib/v2/sse/disclosure.js +1 -1
  1674. package/lib/v2/sse/inquire.js +1 -1
  1675. package/lib/v2/sse/lawandrules.js +1 -1
  1676. package/lib/v2/sse/radar.js +1 -1
  1677. package/lib/v2/sse/renewal.js +1 -1
  1678. package/lib/v2/sspai/author.js +2 -2
  1679. package/lib/v2/sspai/router.js +2 -2
  1680. package/lib/v2/sspai/shortcuts-gallery.js +29 -0
  1681. package/lib/v2/sspu/jwc.js +1 -1
  1682. package/lib/v2/sspu/maintainer.js +1 -0
  1683. package/lib/v2/sspu/pe.js +65 -0
  1684. package/lib/v2/sspu/radar.js +8 -0
  1685. package/lib/v2/sspu/router.js +1 -0
  1686. package/lib/v2/stcn/index.js +2 -2
  1687. package/lib/v2/stockedge/radar.js +1 -1
  1688. package/lib/v2/stratechery/radar.js +2 -2
  1689. package/lib/v2/studygolang/utils.js +2 -2
  1690. package/lib/v2/subhd/index.js +1 -1
  1691. package/lib/v2/supchina/index.js +3 -3
  1692. package/lib/v2/supchina/podcasts.js +1 -1
  1693. package/lib/v2/surfshark/blog.js +1 -1
  1694. package/lib/v2/swissinfo/index.js +1 -1
  1695. package/lib/v2/swpu/utils.js +1 -1
  1696. package/lib/v2/syosetu/chapter.js +1 -1
  1697. package/lib/v2/sysu/cse.js +8 -8
  1698. package/lib/v2/sysu/ygafz.js +1 -1
  1699. package/lib/v2/szse/inquire.js +1 -1
  1700. package/lib/v2/szse/notice.js +13 -15
  1701. package/lib/v2/szse/projectdynamic.js +1 -1
  1702. package/lib/v2/szu/yz/index.js +1 -1
  1703. package/lib/v2/taiwannews/hot.js +53 -0
  1704. package/lib/v2/taiwannews/maintainer.js +3 -0
  1705. package/lib/v2/taiwannews/radar.js +13 -0
  1706. package/lib/v2/taiwannews/router.js +3 -0
  1707. package/lib/v2/tangshufang/index.js +1 -1
  1708. package/lib/v2/taoguba/blog.js +1 -1
  1709. package/lib/v2/taoguba/index.js +1 -1
  1710. package/lib/v2/tass/maintainer.js +3 -0
  1711. package/lib/v2/tass/news.js +58 -0
  1712. package/lib/v2/tass/radar.js +13 -0
  1713. package/lib/v2/tass/router.js +3 -0
  1714. package/lib/v2/techpowerup/radar.js +2 -2
  1715. package/lib/v2/telecompaper/news.js +1 -1
  1716. package/lib/v2/telecompaper/search.js +2 -2
  1717. package/lib/v2/telegram/channel.js +20 -33
  1718. package/lib/v2/telegram/stickerpack.js +1 -1
  1719. package/lib/v2/tencent/maintainer.js +0 -1
  1720. package/lib/v2/tencent/news/author.js +38 -14
  1721. package/lib/v2/tencent/pvp/newsindex.js +4 -2
  1722. package/lib/v2/tencent/qq/sdk/changelog.js +1 -1
  1723. package/lib/v2/tencent/radar.js +1 -41
  1724. package/lib/v2/tencent/router.js +0 -1
  1725. package/lib/v2/tencent/templates/news/image.art +4 -0
  1726. package/lib/v2/tesla/cx.js +3 -3
  1727. package/lib/v2/tesla/price/get-price.js +1 -1
  1728. package/lib/v2/test/index.js +284 -227
  1729. package/lib/v2/tfc-taiwan/utils.js +2 -2
  1730. package/lib/v2/theatlantic/utils.js +2 -2
  1731. package/lib/v2/theblockbeats/index.js +53 -0
  1732. package/lib/v2/theblockbeats/radar.js +19 -0
  1733. package/lib/v2/theblockbeats/router.js +3 -0
  1734. package/lib/v2/thecatcity/index.js +3 -3
  1735. package/lib/v2/thecatcity/radar.js +1 -1
  1736. package/lib/v2/thehindu/radar.js +1 -1
  1737. package/lib/v2/theinitium/full.js +2 -2
  1738. package/lib/v2/thenewslens/index.js +1 -1
  1739. package/lib/v2/thepaper/factpaper.js +1 -1
  1740. package/lib/v2/thepaper/featured.js +1 -1
  1741. package/lib/v2/thepaper/utils.js +1 -1
  1742. package/lib/v2/theverge/index.js +1 -7
  1743. package/lib/v2/thoughtco/index.js +5 -5
  1744. package/lib/v2/threads/index.js +1 -1
  1745. package/lib/v2/threads/radar.js +1 -1
  1746. package/lib/v2/threads/utils.js +21 -21
  1747. package/lib/v2/thwiki/index.js +2 -2
  1748. package/lib/v2/tiktok/maintainer.js +1 -1
  1749. package/lib/v2/tiktok/radar.js +1 -1
  1750. package/lib/v2/tingshuitz/wuhan.js +1 -1
  1751. package/lib/v2/tingtingfm/program.js +5 -5
  1752. package/lib/v2/tju/cic/index.js +3 -7
  1753. package/lib/v2/tju/news/index.js +4 -12
  1754. package/lib/v2/tju/oaa/index.js +2 -2
  1755. package/lib/v2/tju/yzb/index.js +3 -7
  1756. package/lib/v2/tokeninsight/blog.js +2 -2
  1757. package/lib/v2/tokeninsight/bulletin.js +1 -1
  1758. package/lib/v2/tokeninsight/report.js +2 -2
  1759. package/lib/v2/toodaylab/index.js +5 -5
  1760. package/lib/v2/topys/index.js +1 -1
  1761. package/lib/v2/tradingview/blog.js +65 -22
  1762. package/lib/v2/tradingview/desktop.js +61 -0
  1763. package/lib/v2/tradingview/maintainer.js +2 -1
  1764. package/lib/v2/tradingview/pine.js +54 -0
  1765. package/lib/v2/tradingview/radar.js +98 -2
  1766. package/lib/v2/tradingview/router.js +3 -1
  1767. package/lib/v2/tradingview/templates/description.art +12 -3
  1768. package/lib/v2/transcriptforest/index.js +116 -0
  1769. package/lib/v2/transcriptforest/maintainer.js +3 -0
  1770. package/lib/v2/transcriptforest/radar.js +307 -0
  1771. package/lib/v2/transcriptforest/router.js +3 -0
  1772. package/lib/v2/transcriptforest/templates/description.art +23 -0
  1773. package/lib/v2/trending/router.js +1 -1
  1774. package/lib/v2/trendingpapers/maintainer.js +3 -0
  1775. package/lib/v2/trendingpapers/papers.js +41 -0
  1776. package/lib/v2/trendingpapers/radar.js +11 -0
  1777. package/lib/v2/trendingpapers/router.js +3 -0
  1778. package/lib/v2/tvb/news.js +1 -1
  1779. package/lib/v2/twitch/live.js +1 -1
  1780. package/lib/v2/twitch/schedule.js +4 -3
  1781. package/lib/v2/twitch/video.js +15 -8
  1782. package/lib/v2/twitter/api-fallback-common.js +17 -0
  1783. package/lib/v2/twitter/collection.js +3 -3
  1784. package/lib/v2/twitter/followings.js +1 -1
  1785. package/lib/v2/twitter/likes.js +1 -1
  1786. package/lib/v2/twitter/list.js +3 -3
  1787. package/lib/v2/twitter/trends.js +1 -1
  1788. package/lib/v2/twitter/utils.js +61 -38
  1789. package/lib/v2/twitter/web-api/constants.js +6 -0
  1790. package/lib/v2/twitter/web-api/login.js +183 -0
  1791. package/lib/v2/twitter/web-api/media.js +2 -0
  1792. package/lib/v2/twitter/web-api/search.js +2 -0
  1793. package/lib/v2/twitter/web-api/token.js +44 -0
  1794. package/lib/v2/twitter/web-api/tweet.js +2 -0
  1795. package/lib/v2/twitter/web-api/twitter-api.js +29 -31
  1796. package/lib/v2/twitter/web-api/user.js +3 -6
  1797. package/lib/v2/twreporter/newest.js +1 -1
  1798. package/lib/v2/txrjy/fornumtopic.js +2 -2
  1799. package/lib/v2/txrjy/radar.js +1 -1
  1800. package/lib/v2/u3c3/index.js +2 -2
  1801. package/lib/v2/u9a9/index.js +1 -1
  1802. package/lib/v2/uber/blog.js +1 -1
  1803. package/lib/v2/uchicago/current.js +2 -2
  1804. package/lib/v2/udn/breaking-news.js +2 -2
  1805. package/lib/v2/udn/global/index.js +8 -12
  1806. package/lib/v2/uibe/hr.js +1 -1
  1807. package/lib/v2/unusualwhales/radar.js +1 -1
  1808. package/lib/v2/uptimerobot/rss.js +1 -1
  1809. package/lib/v2/uraaka-joshi/uraaka-joshi-user.js +2 -2
  1810. package/lib/v2/uraaka-joshi/uraaka-joshi.js +2 -2
  1811. package/lib/v2/urbandictionary/radar.js +1 -1
  1812. package/lib/v2/usenix/usenix.js +17 -22
  1813. package/lib/v2/ustb/tj/news.js +1 -1
  1814. package/lib/v2/ustb/yjsy/news.js +13 -20
  1815. package/lib/v2/ustb/yzxc/tzgg.js +1 -1
  1816. package/lib/v2/ustc/eeis.js +2 -2
  1817. package/lib/v2/ustc/gs.js +2 -2
  1818. package/lib/v2/ustc/job.js +1 -1
  1819. package/lib/v2/ustc/sist.js +2 -2
  1820. package/lib/v2/usts/jwch.js +8 -11
  1821. package/lib/v2/utgd/category.js +2 -1
  1822. package/lib/v2/utgd/templates/description.art +5 -1
  1823. package/lib/v2/utgd/timeline.js +2 -1
  1824. package/lib/v2/utgd/topic.js +3 -2
  1825. package/lib/v2/v2ex/tab.js +1 -1
  1826. package/lib/v2/vcb-s/category.js +1 -1
  1827. package/lib/v2/vcb-s/index.js +1 -1
  1828. package/lib/v2/verfghbw/press.js +12 -14
  1829. package/lib/v2/verfghbw/radar.js +1 -1
  1830. package/lib/v2/vimeo/category.js +1 -1
  1831. package/lib/v2/vimeo/channel.js +2 -2
  1832. package/lib/v2/vimeo/radar.js +1 -1
  1833. package/lib/v2/vimeo/usr-videos.js +4 -4
  1834. package/lib/v2/wallhaven/index.js +2 -2
  1835. package/lib/v2/web3caff/index.js +1 -1
  1836. package/lib/v2/wechat/ce.js +1 -1
  1837. package/lib/v2/wechat/data258.js +12 -16
  1838. package/lib/v2/wechat/feeddd.js +1 -1
  1839. package/lib/v2/wechat/sogou.js +2 -2
  1840. package/lib/v2/wechat/tgchannel.js +4 -4
  1841. package/lib/v2/wechat/uread.js +2 -2
  1842. package/lib/v2/wechat/wxnmh.js +3 -5
  1843. package/lib/v2/weibo/friends.js +122 -0
  1844. package/lib/v2/weibo/group.js +3 -11
  1845. package/lib/v2/weibo/maintainer.js +1 -0
  1846. package/lib/v2/weibo/radar.js +7 -1
  1847. package/lib/v2/weibo/router.js +2 -1
  1848. package/lib/v2/weibo/search/hot.js +3 -7
  1849. package/lib/v2/weibo/timeline.js +3 -11
  1850. package/lib/v2/weibo/user.js +6 -12
  1851. package/lib/v2/weibo/utils.js +36 -39
  1852. package/lib/v2/wenku8/chapter.js +1 -1
  1853. package/lib/v2/wenku8/volume.js +2 -2
  1854. package/lib/v2/wfu/news.js +3 -3
  1855. package/lib/v2/who/news-room.js +1 -1
  1856. package/lib/v2/whu/cs.js +24 -9
  1857. package/lib/v2/whu/gs/index.js +2 -2
  1858. package/lib/v2/whu/hyxt.js +1 -1
  1859. package/lib/v2/whu/news.js +1 -1
  1860. package/lib/v2/whu/util.js +4 -7
  1861. package/lib/v2/winstall/update.js +2 -2
  1862. package/lib/v2/wise/pair.js +2 -2
  1863. package/lib/v2/wmc-bj/maintainer.js +3 -0
  1864. package/lib/v2/wmc-bj/publish.js +58 -0
  1865. package/lib/v2/wmc-bj/radar.js +17 -0
  1866. package/lib/v2/wmc-bj/router.js +3 -0
  1867. package/lib/v2/wmc-bj/templates/description.art +5 -0
  1868. package/lib/v2/wnacg/index.js +3 -9
  1869. package/lib/v2/woshipm/router.js +1 -1
  1870. package/lib/v2/woshipm/user-article.js +37 -0
  1871. package/lib/v2/wsj/news.js +1 -1
  1872. package/lib/v2/wsj/utils.js +2 -2
  1873. package/lib/v2/wsyu/news.js +4 -4
  1874. package/lib/v2/wtu/index.js +1 -1
  1875. package/lib/v2/wyzxwk/article.js +1 -1
  1876. package/lib/v2/wzu/news.js +1 -1
  1877. package/lib/v2/x-mol/news.js +4 -4
  1878. package/lib/v2/x-mol/paper.js +1 -1
  1879. package/lib/v2/x6d/index.js +9 -12
  1880. package/lib/v2/xaufe/jiaowu.js +1 -4
  1881. package/lib/v2/xaut/rsc.js +1 -1
  1882. package/lib/v2/xiaohongshu/user.js +2 -2
  1883. package/lib/v2/xiaohongshu/util.js +19 -19
  1884. package/lib/v2/xiaomiyoupin/utils.js +1 -1
  1885. package/lib/v2/xiaote/index.js +2 -2
  1886. package/lib/v2/ximalaya/album.js +6 -6
  1887. package/lib/v2/ximalaya/radar.js +1 -1
  1888. package/lib/v2/ximalaya/utils.js +1 -1
  1889. package/lib/v2/xinpianchang/index.js +2 -2
  1890. package/lib/v2/xinpianchang/rank.js +1 -1
  1891. package/lib/v2/xinpianchang/util.js +1 -1
  1892. package/lib/v2/xjtu/dean.js +2 -2
  1893. package/lib/v2/xmanhua/index.js +4 -14
  1894. package/lib/v2/xmnn/epaper.js +2 -2
  1895. package/lib/v2/xmnn/news.js +1 -1
  1896. package/lib/v2/xsijishe/forum.js +1 -6
  1897. package/lib/v2/xsijishe/rank.js +1 -1
  1898. package/lib/v2/xueqiu/hots.js +2 -1
  1899. package/lib/v2/xueqiu/router.js +3 -3
  1900. package/lib/v2/xueqiu/snb.js +1 -1
  1901. package/lib/v2/xueqiu/stock-comments.js +45 -0
  1902. package/lib/v2/xueqiu/stock-info.js +69 -0
  1903. package/lib/v2/xueqiu/today.js +1 -1
  1904. package/lib/v2/xueqiu/user.js +2 -1
  1905. package/lib/v2/xys/new.js +3 -3
  1906. package/lib/v2/xyzrank/index.js +1 -1
  1907. package/lib/v2/yahoo/news/tw/index.js +2 -2
  1908. package/lib/v2/yahoo/news/tw/provider-helper.js +1 -1
  1909. package/lib/v2/yahoo/news/tw/provider.js +2 -2
  1910. package/lib/v2/yahoo/news/tw/utils.js +3 -3
  1911. package/lib/v2/yahoo/news/us/index.js +1 -1
  1912. package/lib/v2/yangtzeu/dongke.js +1 -1
  1913. package/lib/v2/ycwb/index.js +2 -2
  1914. package/lib/v2/yicai/dt.js +110 -0
  1915. package/lib/v2/yicai/maintainer.js +1 -0
  1916. package/lib/v2/yicai/radar.js +164 -0
  1917. package/lib/v2/yicai/router.js +1 -0
  1918. package/lib/v2/yicai/templates/description.art +35 -7
  1919. package/lib/v2/yicai/utils.js +10 -4
  1920. package/lib/v2/yoasobi-music/info.js +3 -3
  1921. package/lib/v2/yoasobi-music/jsonp-helper.js +19 -0
  1922. package/lib/v2/yoasobi-music/live.js +2 -2
  1923. package/lib/v2/yoasobi-music/media.js +2 -2
  1924. package/lib/v2/yoasobi-music/radar.js +4 -4
  1925. package/lib/v2/yomujp/level.js +2 -2
  1926. package/lib/v2/youku/channel.js +2 -2
  1927. package/lib/v2/youtube/channel.js +2 -2
  1928. package/lib/v2/youtube/charts.js +23 -25
  1929. package/lib/v2/youtube/community.js +1 -1
  1930. package/lib/v2/youtube/custom.js +1 -1
  1931. package/lib/v2/youtube/live.js +1 -1
  1932. package/lib/v2/youtube/playlist.js +1 -1
  1933. package/lib/v2/youtube/radar.js +1 -1
  1934. package/lib/v2/youtube/subscriptions.js +2 -2
  1935. package/lib/v2/youtube/user.js +1 -1
  1936. package/lib/v2/youtube/utils.js +6 -6
  1937. package/lib/v2/youzhiyouxing/materials.js +2 -2
  1938. package/lib/v2/yuque/utils.js +4 -4
  1939. package/lib/v2/yxdzqb/index.js +1 -1
  1940. package/lib/v2/yxrb/home.js +1 -1
  1941. package/lib/v2/yystv/category.js +1 -1
  1942. package/lib/v2/zaobao/realtime.js +28 -13
  1943. package/lib/v2/zaobao/util.js +14 -19
  1944. package/lib/v2/zaobao/znews.js +32 -15
  1945. package/lib/v2/zcmu/jwc/index.js +1 -1
  1946. package/lib/v2/zcmu/yxy/index.js +1 -1
  1947. package/lib/v2/zcool/discover.js +5 -2
  1948. package/lib/v2/zcool/user.js +1 -1
  1949. package/lib/v2/zhibo8/more.js +2 -5
  1950. package/lib/v2/zhibo8/post.js +1 -1
  1951. package/lib/v2/zhihu/activities.js +28 -13
  1952. package/lib/v2/zhihu/answers.js +1 -1
  1953. package/lib/v2/zhihu/bookstore/newest.js +1 -1
  1954. package/lib/v2/zhihu/collection.js +1 -1
  1955. package/lib/v2/zhihu/daily-section.js +51 -0
  1956. package/lib/v2/zhihu/daily.js +2 -2
  1957. package/lib/v2/zhihu/execlib/x-zse-96-v3.js +125 -0
  1958. package/lib/v2/zhihu/maintainer.js +2 -1
  1959. package/lib/v2/zhihu/pin/utils.js +3 -3
  1960. package/lib/v2/zhihu/question.js +2 -2
  1961. package/lib/v2/zhihu/radar.js +13 -4
  1962. package/lib/v2/zhihu/router.js +3 -2
  1963. package/lib/v2/zhihu/timeline.js +18 -3
  1964. package/lib/v2/zhihu/topic.js +93 -50
  1965. package/lib/v2/zhihu/utils.js +0 -1
  1966. package/lib/v2/zhihu/xhu/activities.js +26 -11
  1967. package/lib/v2/zhihu/xhu/auth.js +1 -1
  1968. package/lib/v2/zhihu/xhu/collection.js +22 -10
  1969. package/lib/v2/zhihu/xhu/posts.js +34 -0
  1970. package/lib/v2/zhihu/xhu/zhuanlan.js +30 -22
  1971. package/lib/v2/zhihu/zhuanlan.js +31 -23
  1972. package/lib/v2/zhitongcaijing/index.js +3 -3
  1973. package/lib/v2/zhiy/letter.js +5 -5
  1974. package/lib/v2/zhiy/post.js +5 -5
  1975. package/lib/v2/zhubai/index.js +2 -2
  1976. package/lib/v2/zhubai/top20.js +1 -1
  1977. package/lib/v2/zimuxia/index.js +1 -1
  1978. package/lib/v2/zimuxia/portfolio.js +2 -2
  1979. package/lib/v2/zjgtjy/index.js +1 -4
  1980. package/lib/v2/zjol/paper.js +1 -1
  1981. package/lib/v2/zju/career/index.js +1 -1
  1982. package/lib/v2/zju/cst/custom.js +3 -1
  1983. package/lib/v2/zju/cst/index.js +12 -18
  1984. package/lib/v2/zju/grs/index.js +1 -1
  1985. package/lib/v2/zju/list.js +1 -5
  1986. package/lib/v2/zju/physics/index.js +1 -1
  1987. package/lib/v2/zodgame/forum.js +5 -5
  1988. package/lib/v2/zotero/versions.js +1 -5
  1989. package/lib/v2/zuel/notice.js +1 -1
  1990. package/lib/v2/zuvio/utils.js +23 -8
  1991. package/lib/v2/zyshow/router.js +1 -1
  1992. package/lib/views/rss.art +1 -1
  1993. package/lib/views/rss3-ums.js +1 -1
  1994. package/package.json +37 -31
  1995. package/lib/api_router.js +0 -26
  1996. package/lib/routes/1draw/index.js +0 -44
  1997. package/lib/routes/3ycy/home.js +0 -58
  1998. package/lib/routes/4gamers/category.js +0 -20
  1999. package/lib/routes/4gamers/tag.js +0 -20
  2000. package/lib/routes/4gamers/topic.js +0 -20
  2001. package/lib/routes/51voa/channel.js +0 -158
  2002. package/lib/routes/aliyun-kernel/index.js +0 -60
  2003. package/lib/routes/alter-cn/news.js +0 -44
  2004. package/lib/routes/amazon/ku.js +0 -57
  2005. package/lib/routes/animen/news.js +0 -84
  2006. package/lib/routes/anitama/channel.js +0 -64
  2007. package/lib/routes/anki/changes.js +0 -39
  2008. package/lib/routes/aom/journal.js +0 -107
  2009. package/lib/routes/aptonic/action.js +0 -38
  2010. package/lib/routes/atfd/index.js +0 -46
  2011. package/lib/routes/babehub/index.js +0 -30
  2012. package/lib/routes/babehub/search.js +0 -15
  2013. package/lib/routes/babehub/utils.js +0 -71
  2014. package/lib/routes/bahamut/creation_index.js +0 -73
  2015. package/lib/routes/baidu/doodles.js +0 -27
  2016. package/lib/routes/bing/index.js +0 -26
  2017. package/lib/routes/biobio/index.js +0 -40
  2018. package/lib/routes/biobio/others.js +0 -45
  2019. package/lib/routes/blogs/diygod/animal-crossing.js +0 -39
  2020. package/lib/routes/blogs/diygod/gk.js +0 -33
  2021. package/lib/routes/blogs/jianning.js +0 -45
  2022. package/lib/routes/bookscomtw/newbooks.js +0 -37
  2023. package/lib/routes/booksource/index.js +0 -22
  2024. package/lib/routes/cfd/gbp_div.js +0 -28
  2025. package/lib/routes/changku/index.js +0 -39
  2026. package/lib/routes/chuiniu/column.js +0 -89
  2027. package/lib/routes/chuiniu/column_list.js +0 -36
  2028. package/lib/routes/ciweimao/chapter.js +0 -34
  2029. package/lib/routes/cktest/app.js +0 -34
  2030. package/lib/routes/cktest/policy.js +0 -43
  2031. package/lib/routes/codeceo/category.js +0 -51
  2032. package/lib/routes/codeceo/home.js +0 -49
  2033. package/lib/routes/coronavirus/caixin.js +0 -34
  2034. package/lib/routes/coronavirus/dxy-data.js +0 -86
  2035. package/lib/routes/coronavirus/dxy.js +0 -27
  2036. package/lib/routes/coronavirus/mogov-2019ncov.js +0 -49
  2037. package/lib/routes/coronavirus/nhc.js +0 -30
  2038. package/lib/routes/coronavirus/scmp.js +0 -32
  2039. package/lib/routes/coronavirus/sg-moh.js +0 -40
  2040. package/lib/routes/coronavirus/yahoo-japan.js +0 -77
  2041. package/lib/routes/cpta/notice.js +0 -41
  2042. package/lib/routes/craigslist/search.js +0 -51
  2043. package/lib/routes/cs/news.js +0 -69
  2044. package/lib/routes/curseforge/files.js +0 -36
  2045. package/lib/routes/curseforge/generalfiles.js +0 -42
  2046. package/lib/routes/cve/search.js +0 -26
  2047. package/lib/routes/d1bz/novel.js +0 -72
  2048. package/lib/routes/d2/daily.js +0 -49
  2049. package/lib/routes/damai/activity.js +0 -28
  2050. package/lib/routes/dengekionline/new.js +0 -133
  2051. package/lib/routes/dhl/shipment-tracking.js +0 -56
  2052. package/lib/routes/digic-pictures/index.js +0 -72
  2053. package/lib/routes/dilbert/strip.js +0 -54
  2054. package/lib/routes/dilidili/fanju.js +0 -78
  2055. package/lib/routes/dockone/weekly.js +0 -60
  2056. package/lib/routes/dysfz/index.js +0 -20
  2057. package/lib/routes/eleme/open-be/announce.js +0 -21
  2058. package/lib/routes/elife/index.js +0 -67
  2059. package/lib/routes/elitebabes/index.js +0 -30
  2060. package/lib/routes/elitebabes/search.js +0 -15
  2061. package/lib/routes/elitebabes/utils.js +0 -88
  2062. package/lib/routes/elitebabes/videos.js +0 -26
  2063. package/lib/routes/fanfou/home_timeline.js +0 -32
  2064. package/lib/routes/fanfou/public_timeline.js +0 -34
  2065. package/lib/routes/fanfou/user_timeline.js +0 -35
  2066. package/lib/routes/feed-the-beast/modpack.js +0 -31
  2067. package/lib/routes/fir/update.js +0 -31
  2068. package/lib/routes/fitchratings/site.js +0 -33
  2069. package/lib/routes/fontstory/tw.js +0 -48
  2070. package/lib/routes/galgame/hhgal.js +0 -70
  2071. package/lib/routes/galgame/sayhuahuo.js +0 -22
  2072. package/lib/routes/galgame/zdfx.js +0 -30
  2073. package/lib/routes/gaoqingla/latest.js +0 -37
  2074. package/lib/routes/gbcc/trust.js +0 -28
  2075. package/lib/routes/geektime/news.js +0 -54
  2076. package/lib/routes/girlimg/album.js +0 -57
  2077. package/lib/routes/gitchat/newest.js +0 -23
  2078. package/lib/routes/gitea/blog.js +0 -70
  2079. package/lib/routes/gov/city/nanjing/getContent.js +0 -69
  2080. package/lib/routes/gov/ndrc/xwdt.js +0 -54
  2081. package/lib/routes/gov/province/jiangsu/getContent.js +0 -77
  2082. package/lib/routes/gov/suzhou/doc.js +0 -39
  2083. package/lib/routes/gov/suzhou/news.js +0 -142
  2084. package/lib/routes/gov/suzhou/utils.js +0 -20
  2085. package/lib/routes/gracg/user.js +0 -65
  2086. package/lib/routes/gradcafe/result.js +0 -37
  2087. package/lib/routes/guiltfree/onsale.js +0 -48
  2088. package/lib/routes/haimaoba/comics.js +0 -57
  2089. package/lib/routes/hentai-cosplays/hentai-cosplays.js +0 -11
  2090. package/lib/routes/hopper/index.js +0 -82
  2091. package/lib/routes/hpoi/index.js +0 -47
  2092. package/lib/routes/hpoi/user.js +0 -37
  2093. package/lib/routes/hugo/releases.js +0 -53
  2094. package/lib/routes/imuseum/index.js +0 -49
  2095. package/lib/routes/indienova/article.js +0 -53
  2096. package/lib/routes/instapaper/person.js +0 -28
  2097. package/lib/routes/itslide/new.js +0 -40
  2098. package/lib/routes/iyouport/index.js +0 -35
  2099. package/lib/routes/iyouport/utils.js +0 -22
  2100. package/lib/routes/jdlingyu/index.js +0 -45
  2101. package/lib/routes/jijitang/article.js +0 -19
  2102. package/lib/routes/jijitang/publication.js +0 -18
  2103. package/lib/routes/jingdong/zhongchou.js +0 -78
  2104. package/lib/routes/jinse/catalogue.js +0 -20
  2105. package/lib/routes/jinse/lives.js +0 -20
  2106. package/lib/routes/jinse/timeline.js +0 -21
  2107. package/lib/routes/jskou/index.js +0 -21
  2108. package/lib/routes/justrun/index.js +0 -44
  2109. package/lib/routes/kaggle/competitions.js +0 -51
  2110. package/lib/routes/kaggle/discussion.js +0 -72
  2111. package/lib/routes/kaggle/user.js +0 -19
  2112. package/lib/routes/kirara/news.js +0 -30
  2113. package/lib/routes/konami/pesmobile.js +0 -31
  2114. package/lib/routes/ku/index.js +0 -31
  2115. package/lib/routes/leboncoin/ad.js +0 -136
  2116. package/lib/routes/leetcode/check-cn.js +0 -98
  2117. package/lib/routes/leetcode/check-us.js +0 -32
  2118. package/lib/routes/leetcode/utils.js +0 -54
  2119. package/lib/routes/liequtv/room.js +0 -36
  2120. package/lib/routes/linkedkeeper/index.js +0 -37
  2121. package/lib/routes/liwushuo/index.js +0 -28
  2122. package/lib/routes/loveheaven/update.js +0 -45
  2123. package/lib/routes/macau-bolsas/index.js +0 -47
  2124. package/lib/routes/macked/app.js +0 -25
  2125. package/lib/routes/macwk/soft.js +0 -32
  2126. package/lib/routes/magireco/event_banner.js +0 -34
  2127. package/lib/routes/manhuadui/manhua.js +0 -36
  2128. package/lib/routes/manong-weekly/issues.js +0 -33
  2129. package/lib/routes/maoyan/hotComplete.js +0 -87
  2130. package/lib/routes/maxnews/dota2.js +0 -45
  2131. package/lib/routes/meituan/tech/home.js +0 -45
  2132. package/lib/routes/mercari/index.js +0 -67
  2133. package/lib/routes/metred/fuli.js +0 -42
  2134. package/lib/routes/mind42/index.js +0 -7
  2135. package/lib/routes/mind42/search.js +0 -5
  2136. package/lib/routes/mind42/tag.js +0 -5
  2137. package/lib/routes/mind42/utils.js +0 -47
  2138. package/lib/routes/mingjian/index.js +0 -46
  2139. package/lib/routes/miniapp/article.js +0 -57
  2140. package/lib/routes/miniapp/store/newest.js +0 -36
  2141. package/lib/routes/miniflux/get_entries.js +0 -264
  2142. package/lib/routes/miniflux/get_feeds.js +0 -90
  2143. package/lib/routes/mitre/publications.js +0 -27
  2144. package/lib/routes/mlhang/latest.js +0 -23
  2145. package/lib/routes/mlog-club/projects.js +0 -33
  2146. package/lib/routes/mlog-club/topics.js +0 -37
  2147. package/lib/routes/mobdata/report.js +0 -30
  2148. package/lib/routes/moxingnet/index.js +0 -61
  2149. package/lib/routes/mp4ba/index.js +0 -133
  2150. package/lib/routes/mqube/latest.js +0 -21
  2151. package/lib/routes/mqube/tag.js +0 -23
  2152. package/lib/routes/mqube/top.js +0 -21
  2153. package/lib/routes/mqube/user.js +0 -25
  2154. package/lib/routes/mzitu/category.js +0 -26
  2155. package/lib/routes/mzitu/home.js +0 -32
  2156. package/lib/routes/mzitu/post.js +0 -41
  2157. package/lib/routes/mzitu/tag.js +0 -25
  2158. package/lib/routes/mzitu/tags.js +0 -23
  2159. package/lib/routes/mzitu/util.js +0 -51
  2160. package/lib/routes/namoc/announcement.js +0 -64
  2161. package/lib/routes/namoc/exhibition.js +0 -67
  2162. package/lib/routes/namoc/media.js +0 -67
  2163. package/lib/routes/namoc/news.js +0 -67
  2164. package/lib/routes/namoc/specials.js +0 -42
  2165. package/lib/routes/network360/jobs.js +0 -24
  2166. package/lib/routes/nfmovies/index.js +0 -58
  2167. package/lib/routes/ningmeng/song.js +0 -77
  2168. package/lib/routes/novel/axdzs.js +0 -67
  2169. package/lib/routes/novel/booksky.js +0 -44
  2170. package/lib/routes/novel/dcrsw.js +0 -58
  2171. package/lib/routes/novel/ptwxz.js +0 -76
  2172. package/lib/routes/novel/wenxuemi.js +0 -63
  2173. package/lib/routes/novel/zhaishuyuan.js +0 -84
  2174. package/lib/routes/obsidian/announcements.js +0 -22
  2175. package/lib/routes/ow/patch.js +0 -23
  2176. package/lib/routes/pgyer/app.js +0 -91
  2177. package/lib/routes/piaohua/hot.js +0 -37
  2178. package/lib/routes/pocket/trending.js +0 -31
  2179. package/lib/routes/processon/popular.js +0 -51
  2180. package/lib/routes/ps/list.js +0 -34
  2181. package/lib/routes/ps/product.js +0 -133
  2182. package/lib/routes/ps/ps4updates.js +0 -60
  2183. package/lib/routes/ps/trophy.js +0 -86
  2184. package/lib/routes/putonghua/hangzhou.js +0 -45
  2185. package/lib/routes/qtfyfl/category.js +0 -91
  2186. package/lib/routes/rs05/rs05.js +0 -35
  2187. package/lib/routes/s-hentai/index.js +0 -64
  2188. package/lib/routes/sagawa/index.js +0 -67
  2189. package/lib/routes/sankakucomplex/post.js +0 -50
  2190. package/lib/routes/sans/summit_archive.js +0 -24
  2191. package/lib/routes/scala-blog/scala-blog.js +0 -29
  2192. package/lib/routes/sckjt/news.js +0 -35
  2193. package/lib/routes/scoresaber/user.js +0 -44
  2194. package/lib/routes/sf/sffq-announce.js +0 -22
  2195. package/lib/routes/shengwugu/index.js +0 -41
  2196. package/lib/routes/shinybbs/index.js +0 -60
  2197. package/lib/routes/shinybbs/latest.js +0 -57
  2198. package/lib/routes/shinybbs/p.js +0 -38
  2199. package/lib/routes/showroom/room.js +0 -31
  2200. package/lib/routes/shuax/project.js +0 -37
  2201. package/lib/routes/shuhui/comics.js +0 -95
  2202. package/lib/routes/stork/keyword.js +0 -58
  2203. package/lib/routes/tahui/rptlist.js +0 -48
  2204. package/lib/routes/tencent/bigdata/index.js +0 -53
  2205. package/lib/routes/tencent/bugly/changelog.js +0 -49
  2206. package/lib/routes/tencent/egame/room.js +0 -52
  2207. package/lib/routes/tencent/gameinstitute/community.js +0 -60
  2208. package/lib/routes/tencent/video/playlist.js +0 -46
  2209. package/lib/routes/tencent/wechat/miniprogram/plugins.js +0 -54
  2210. package/lib/routes/tssstatus/index.js +0 -35
  2211. package/lib/routes/uisdc/news.js +0 -34
  2212. package/lib/routes/uisdc/talk.js +0 -58
  2213. package/lib/routes/uisdc/topic.js +0 -55
  2214. package/lib/routes/uisdc/zt.js +0 -65
  2215. package/lib/routes/universities/hhu/libNews.js +0 -57
  2216. package/lib/routes/universities/hhu/libNewsc.js +0 -75
  2217. package/lib/routes/universities/swust/jwc_news.js +0 -45
  2218. package/lib/routes/universities/swust/jwc_notice.js +0 -51
  2219. package/lib/routes/us/supremecourt/argument_audio.js +0 -58
  2220. package/lib/routes/vgtime/keyword.js +0 -46
  2221. package/lib/routes/vgtime/news.js +0 -52
  2222. package/lib/routes/vgtime/release.js +0 -20
  2223. package/lib/routes/wanwansub/index.js +0 -57
  2224. package/lib/routes/wanwansub/info.js +0 -44
  2225. package/lib/routes/weforum/report.js +0 -56
  2226. package/lib/routes/westore/new.js +0 -40
  2227. package/lib/routes/wikihow/category.js +0 -34
  2228. package/lib/routes/wikihow/index.js +0 -32
  2229. package/lib/routes/wineyun/index.js +0 -36
  2230. package/lib/routes/wolley/host.js +0 -39
  2231. package/lib/routes/wolley/index.js +0 -47
  2232. package/lib/routes/wolley/user.js +0 -38
  2233. package/lib/routes/xinquji/internal.js +0 -15
  2234. package/lib/routes/xinquji/today.js +0 -15
  2235. package/lib/routes/xposed/module.js +0 -36
  2236. package/lib/routes/xuetangx/course_list.js +0 -52
  2237. package/lib/routes/yahoo-jp-tv/index.js +0 -21
  2238. package/lib/routes/zcfy/hot.js +0 -34
  2239. package/lib/routes/zcfy/index.js +0 -34
  2240. package/lib/routes/zhanqi/room.js +0 -37
  2241. package/lib/routes/zhilian/index.js +0 -78
  2242. package/lib/routes/zhutix/latest.js +0 -41
  2243. package/lib/routes/zimuzu/resource.js +0 -19
  2244. package/lib/routes/zimuzu/top.js +0 -27
  2245. package/lib/routes/ziroom/room.js +0 -55
  2246. package/lib/utils/dateParser.js +0 -89
  2247. package/lib/v2/35photo/actual.js +0 -7
  2248. package/lib/v2/35photo/author.js +0 -9
  2249. package/lib/v2/35photo/genre.js +0 -10
  2250. package/lib/v2/35photo/interesting.js +0 -7
  2251. package/lib/v2/35photo/maintainer.js +0 -8
  2252. package/lib/v2/35photo/map.js +0 -7
  2253. package/lib/v2/35photo/new.js +0 -7
  2254. package/lib/v2/35photo/radar.js +0 -43
  2255. package/lib/v2/35photo/router.js +0 -8
  2256. package/lib/v2/35photo/utils.js +0 -57
  2257. package/lib/v2/3dmgame/news_center.js +0 -42
  2258. package/lib/v2/500px/tribeSet.js +0 -29
  2259. package/lib/v2/agirls/topic_list.js +0 -44
  2260. package/lib/v2/aliyundrive/files.js +0 -59
  2261. package/lib/v2/aliyundrive/maintainer.js +0 -3
  2262. package/lib/v2/aliyundrive/radar.js +0 -13
  2263. package/lib/v2/aliyundrive/router.js +0 -3
  2264. package/lib/v2/appstore/gofans.js +0 -34
  2265. package/lib/v2/ash-maurya/index.js +0 -54
  2266. package/lib/v2/ash-maurya/maintainer.js +0 -3
  2267. package/lib/v2/ash-maurya/radar.js +0 -13
  2268. package/lib/v2/bilibili/followings_article.js +0 -48
  2269. package/lib/v2/bilibili/followings_dynamic.js +0 -152
  2270. package/lib/v2/bilibili/followings_video.js +0 -46
  2271. package/lib/v2/bilibili/hotSearch.js +0 -29
  2272. package/lib/v2/bilibili/linkNews.js +0 -42
  2273. package/lib/v2/bilibili/liveRoom.js +0 -41
  2274. package/lib/v2/bilibili/liveSearch.js +0 -48
  2275. package/lib/v2/bilibili/mallNew.js +0 -31
  2276. package/lib/v2/bilibili/manga_followings.js +0 -39
  2277. package/lib/v2/bilibili/userChannel.js +0 -70
  2278. package/lib/v2/bilibili/userCollection.js +0 -53
  2279. package/lib/v2/bilibili/userFav.js +0 -37
  2280. package/lib/v2/bilibili/user_bangumi.js +0 -36
  2281. package/lib/v2/bilibili/weekly_recommend.js +0 -41
  2282. package/lib/v2/blockbeats/index.js +0 -43
  2283. package/lib/v2/blockbeats/radar.js +0 -19
  2284. package/lib/v2/blockbeats/router.js +0 -3
  2285. package/lib/v2/cas/genetics/xshd.js +0 -29
  2286. package/lib/v2/chinacef/experts.js +0 -38
  2287. package/lib/v2/chinacef/hot.js +0 -38
  2288. package/lib/v2/chinacef/index.js +0 -39
  2289. package/lib/v2/chinacef/maintainer.js +0 -5
  2290. package/lib/v2/chinacef/radar.js +0 -25
  2291. package/lib/v2/chinacef/router.js +0 -5
  2292. package/lib/v2/chinacef/templates/description.art +0 -1
  2293. package/lib/v2/chinacef/utils.js +0 -55
  2294. package/lib/v2/clash/maintainer.js +0 -3
  2295. package/lib/v2/clash/premium.js +0 -23
  2296. package/lib/v2/clash/radar.js +0 -13
  2297. package/lib/v2/clash/router.js +0 -3
  2298. package/lib/v2/coolapk/userDynamic.js +0 -35
  2299. package/lib/v2/csc/maintainer.js +0 -3
  2300. package/lib/v2/csc/notice.js +0 -99
  2301. package/lib/v2/csc/radar.js +0 -31
  2302. package/lib/v2/csc/router.js +0 -3
  2303. package/lib/v2/cscse/maintainer.js +0 -3
  2304. package/lib/v2/cscse/radar.js +0 -13
  2305. package/lib/v2/cscse/router.js +0 -3
  2306. package/lib/v2/cscse/tzgg.js +0 -54
  2307. package/lib/v2/dbmv/index.js +0 -64
  2308. package/lib/v2/dbmv/maintainer.js +0 -3
  2309. package/lib/v2/dbmv/radar.js +0 -13
  2310. package/lib/v2/dongqiudi/top_news.js +0 -33
  2311. package/lib/v2/douban/other/explore_column.js +0 -56
  2312. package/lib/v2/ems/apple.js +0 -42
  2313. package/lib/v2/ems/maintainer.js +0 -4
  2314. package/lib/v2/ems/news.js +0 -21
  2315. package/lib/v2/ems/radar.js +0 -19
  2316. package/lib/v2/ems/router.js +0 -4
  2317. package/lib/v2/ems/templates/apple.art +0 -6
  2318. package/lib/v2/ff14/ff14_global.js +0 -42
  2319. package/lib/v2/gamer/gnn_index.js +0 -130
  2320. package/lib/v2/gaze/maintainer.js +0 -3
  2321. package/lib/v2/gaze/radar.js +0 -13
  2322. package/lib/v2/gaze/router.js +0 -3
  2323. package/lib/v2/gaze/templates/update.art +0 -4
  2324. package/lib/v2/gaze/update.js +0 -27
  2325. package/lib/v2/gdut/oa_news.js +0 -214
  2326. package/lib/v2/github/starred_repos.js +0 -63
  2327. package/lib/v2/google/sites.js +0 -75
  2328. package/lib/v2/google/sitesRecentChanges.js +0 -51
  2329. package/lib/v2/guggenheim/exhibitions.js +0 -29
  2330. package/lib/v2/guggenheim/maintainer.js +0 -3
  2331. package/lib/v2/guggenheim/radar.js +0 -11
  2332. package/lib/v2/guggenheim/router.js +0 -3
  2333. package/lib/v2/huangz/index.js +0 -29
  2334. package/lib/v2/huangz/maintainer.js +0 -3
  2335. package/lib/v2/huangz/radar.js +0 -13
  2336. package/lib/v2/huangz/router.js +0 -3
  2337. package/lib/v2/hunau/utils/indexPage.js +0 -10
  2338. package/lib/v2/hunau/utils/newsContent.js +0 -47
  2339. package/lib/v2/huxiu/briefColumn.js +0 -29
  2340. package/lib/v2/ibc/maintainer.js +0 -4
  2341. package/lib/v2/ibc/maitta.js +0 -32
  2342. package/lib/v2/ibc/radar.js +0 -19
  2343. package/lib/v2/ibc/radio.js +0 -73
  2344. package/lib/v2/ibc/router.js +0 -4
  2345. package/lib/v2/ibc/templates/description.art +0 -6
  2346. package/lib/v2/ikea/cn/family_offers.js +0 -70
  2347. package/lib/v2/ikea/cn/low_price.js +0 -22
  2348. package/lib/v2/independent/maintainer.js +0 -3
  2349. package/lib/v2/independent/ps5-stock-uk.js +0 -27
  2350. package/lib/v2/independent/radar.js +0 -13
  2351. package/lib/v2/independent/router.js +0 -3
  2352. package/lib/v2/ixigua/userVideo.js +0 -40
  2353. package/lib/v2/jiemian/list.js +0 -60
  2354. package/lib/v2/jike/topicText.js +0 -21
  2355. package/lib/v2/juejin/news.js +0 -25
  2356. package/lib/v2/juejin/shares.js +0 -26
  2357. package/lib/v2/kakuyomu/episode.js +0 -54
  2358. package/lib/v2/kakuyomu/maintainer.js +0 -3
  2359. package/lib/v2/kakuyomu/radar.js +0 -13
  2360. package/lib/v2/kakuyomu/router.js +0 -1
  2361. package/lib/v2/lativ/index.js +0 -42
  2362. package/lib/v2/lativ/maintainer.js +0 -3
  2363. package/lib/v2/lativ/radar.js +0 -13
  2364. package/lib/v2/lativ/router.js +0 -3
  2365. package/lib/v2/lativ/templates/detail.art +0 -9
  2366. package/lib/v2/layer3/maintainer.js +0 -3
  2367. package/lib/v2/layer3/quests.js +0 -37
  2368. package/lib/v2/layer3/radar.js +0 -13
  2369. package/lib/v2/layer3/router.js +0 -3
  2370. package/lib/v2/layer3/templates/description.art +0 -24
  2371. package/lib/v2/lever/index.js +0 -28
  2372. package/lib/v2/lever/maintainer.js +0 -3
  2373. package/lib/v2/lever/radar.js +0 -13
  2374. package/lib/v2/lever/router.js +0 -3
  2375. package/lib/v2/lianxh/index.js +0 -61
  2376. package/lib/v2/lianxh/radar.js +0 -13
  2377. package/lib/v2/lianxh/router.js +0 -3
  2378. package/lib/v2/lightnovel/lightNovel.js +0 -62
  2379. package/lib/v2/liquipedia/cs_matches.js +0 -52
  2380. package/lib/v2/lxixsxa/jsonpHelper.js +0 -19
  2381. package/lib/v2/mcachicago/exhibitions.js +0 -17
  2382. package/lib/v2/mcachicago/maintainer.js +0 -3
  2383. package/lib/v2/mcachicago/radar.js +0 -11
  2384. package/lib/v2/mcachicago/router.js +0 -3
  2385. package/lib/v2/meituclub/latest.js +0 -41
  2386. package/lib/v2/meituclub/maintainer.js +0 -3
  2387. package/lib/v2/meituclub/radar.js +0 -13
  2388. package/lib/v2/meituclub/router.js +0 -3
  2389. package/lib/v2/meituclub/templates/description.art +0 -1
  2390. package/lib/v2/miris/blog.js +0 -19
  2391. package/lib/v2/miris/maintainer.js +0 -3
  2392. package/lib/v2/miris/radar.js +0 -11
  2393. package/lib/v2/miris/router.js +0 -3
  2394. package/lib/v2/mtime/maintainer.js +0 -3
  2395. package/lib/v2/mtime/news.js +0 -52
  2396. package/lib/v2/mtime/radar.js +0 -13
  2397. package/lib/v2/mtime/router.js +0 -3
  2398. package/lib/v2/news/whxw.js +0 -68
  2399. package/lib/v2/nintendo/eshop_hk.js +0 -79
  2400. package/lib/v2/nytimes/daily_briefing_chinese.js +0 -67
  2401. package/lib/v2/oceanengine/arithmeticIndex.js +0 -145
  2402. package/lib/v2/pixiv/api/getRanking.js +0 -30
  2403. package/lib/v2/polkadot/home.js +0 -34
  2404. package/lib/v2/polkadot/maintainer.js +0 -3
  2405. package/lib/v2/polkadot/radar.js +0 -13
  2406. package/lib/v2/polkadot/router.js +0 -3
  2407. package/lib/v2/polkaworld/home.js +0 -24
  2408. package/lib/v2/polkaworld/maintainer.js +0 -3
  2409. package/lib/v2/polkaworld/radar.js +0 -13
  2410. package/lib/v2/polkaworld/router.js +0 -3
  2411. package/lib/v2/pornhub/category_url.js +0 -25
  2412. package/lib/v2/prestige-av/maintainer.js +0 -3
  2413. package/lib/v2/prestige-av/radar.js +0 -18
  2414. package/lib/v2/prestige-av/router.js +0 -3
  2415. package/lib/v2/prestige-av/series.js +0 -42
  2416. package/lib/v2/qidiantu/index.js +0 -87
  2417. package/lib/v2/qidiantu/maintainer.js +0 -4
  2418. package/lib/v2/qidiantu/radar.js +0 -19
  2419. package/lib/v2/qidiantu/router.js +0 -3
  2420. package/lib/v2/qq/live.js +0 -36
  2421. package/lib/v2/rsshub/sponsors.js +0 -47
  2422. package/lib/v2/scut/seie/news_center.js +0 -52
  2423. package/lib/v2/secnews/index.js +0 -27
  2424. package/lib/v2/secnews/maintainer.js +0 -3
  2425. package/lib/v2/secnews/radar.js +0 -13
  2426. package/lib/v2/secnews/router.js +0 -3
  2427. package/lib/v2/smzdm/haowen_fenlei.js +0 -56
  2428. package/lib/v2/sspai/shortcutsGallery.js +0 -29
  2429. package/lib/v2/tencent/cloud/column.js +0 -51
  2430. package/lib/v2/twitter/api_fallback_common.js +0 -17
  2431. package/lib/v2/vlive/index.js +0 -71
  2432. package/lib/v2/vlive/maintainer.js +0 -3
  2433. package/lib/v2/vlive/radar.js +0 -13
  2434. package/lib/v2/vlive/router.js +0 -3
  2435. package/lib/v2/vlive/templates/post.art +0 -8
  2436. package/lib/v2/vlive/templates/video.art +0 -3
  2437. package/lib/v2/vmware/flings.js +0 -59
  2438. package/lib/v2/vmware/maintainer.js +0 -3
  2439. package/lib/v2/vmware/radar.js +0 -13
  2440. package/lib/v2/vmware/router.js +0 -3
  2441. package/lib/v2/wangqiutiyu/anchor.js +0 -42
  2442. package/lib/v2/wangqiutiyu/maintainer.js +0 -3
  2443. package/lib/v2/wangqiutiyu/radar.js +0 -13
  2444. package/lib/v2/wangqiutiyu/router.js +0 -3
  2445. package/lib/v2/whoscall/index.js +0 -55
  2446. package/lib/v2/whoscall/maintainer.js +0 -5
  2447. package/lib/v2/whoscall/radar.js +0 -25
  2448. package/lib/v2/whoscall/router.js +0 -3
  2449. package/lib/v2/woshipm/user_article.js +0 -37
  2450. package/lib/v2/xmnn/docs.js +0 -0
  2451. package/lib/v2/xueqiu/stock_comments.js +0 -45
  2452. package/lib/v2/xueqiu/stock_info.js +0 -72
  2453. package/lib/v2/yoasobi-music/jsonpHelper.js +0 -19
  2454. package/lib/v2/zhihu/daily_section.js +0 -51
  2455. package/lib/v2/zhihu/execlib/x-zse-96_v3.js +0 -122
  2456. package/lib/v2/zooTeam/blog.js +0 -32
  2457. package/lib/v2/zooTeam/maintainer.js +0 -4
  2458. package/lib/v2/zooTeam/radar.js +0 -21
  2459. package/lib/v2/zooTeam/router.js +0 -4
  2460. package/lib/v2/zooTeam/weekly.js +0 -34
  2461. /package/lib/{core_router.js → core-router.js} +0 -0
  2462. /package/lib/{protected_router.js → protected-router.js} +0 -0
  2463. /package/lib/routes/anigamer/{new_anime.js → new-anime.js} +0 -0
  2464. /package/lib/routes/blogs/{jingwei_link.js → jingwei-link.js} +0 -0
  2465. /package/lib/routes/dgtle/{whale_rank.js → whale-rank.js} +0 -0
  2466. /package/lib/routes/furaffinity/{journal_comments.js → journal-comments.js} +0 -0
  2467. /package/lib/routes/furaffinity/{submission_comments.js → submission-comments.js} +0 -0
  2468. /package/lib/routes/interesting-sky/{astronomical_events.js → astronomical-events.js} +0 -0
  2469. /package/lib/routes/konachan/{post_popular_recent.js → post-popular-recent.js} +0 -0
  2470. /package/lib/routes/sesame/{release_notes.js → release-notes.js} +0 -0
  2471. /package/lib/routes/universities/fzu/{news_min.js → news-min.js} +0 -0
  2472. /package/lib/routes/xuetangx/{course_info.js → course-info.js} +0 -0
  2473. /package/lib/routes/yande.re/{post_popular_recent.js → post-popular-recent.js} +0 -0
  2474. /package/lib/v2/6v123/{latestMovies.js → latest-movies.js} +0 -0
  2475. /package/lib/v2/6v123/{latestTVSeries.js → latest-tvseries.js} +0 -0
  2476. /package/lib/v2/aliyun/{database_month.js → database-month.js} +0 -0
  2477. /package/lib/v2/apple/{exchange_repair.js → exchange-repair.js} +0 -0
  2478. /package/lib/v2/{lianxh → auto-stats}/maintainer.js +0 -0
  2479. /package/lib/v2/bilibili/{liveArea.js → live-area.js} +0 -0
  2480. /package/lib/v2/bilibili/{mallIP.js → mall-ip.js} +0 -0
  2481. /package/lib/v2/bilibili/{manga_update.js → manga-update.js} +0 -0
  2482. /package/lib/v2/cdzjryb/{projectList.js → project-list.js} +0 -0
  2483. /package/lib/v2/codeforces/{recent_actions.js → recent-actions.js} +0 -0
  2484. /package/lib/v2/dongqiudi/{player_news.js → player-news.js} +0 -0
  2485. /package/lib/v2/dongqiudi/{team_news.js → team-news.js} +0 -0
  2486. /package/lib/v2/douban/other/{latest_book.js → latest-book.js} +0 -0
  2487. /package/lib/v2/douban/other/{latest_music.js → latest-music.js} +0 -0
  2488. /package/lib/v2/douban/other/{weekly_best.js → weekly-best.js} +0 -0
  2489. /package/lib/v2/embassy/{supportedList.js → supported-list.js} +0 -0
  2490. /package/lib/v2/ff14/{ff14_zh.js → ff14-zh.js} +0 -0
  2491. /package/lib/v2/finology/{mostViewed.js → most-viewed.js} +0 -0
  2492. /package/lib/v2/gov/jinan/healthcommission/{medical_exam_notice.js → medical-exam-notice.js} +0 -0
  2493. /package/lib/v2/gov/pbc/{tradeAnnouncement.js → trade-announcement.js} +0 -0
  2494. /package/lib/v2/{dbmv → hket}/router.js +0 -0
  2495. /package/lib/{routes → v2}/hpoi/info.js +0 -0
  2496. /package/lib/v2/hunau/utils/{categoryTitle.js → category-title.js} +0 -0
  2497. /package/lib/v2/kuaidi100/{supported_company.js → supported-company.js} +0 -0
  2498. /package/lib/v2/lfsyd/{old_home.js → old-home.js} +0 -0
  2499. /package/lib/v2/liquipedia/{dota2_matches.js → dota2-matches.js} +0 -0
  2500. /package/lib/v2/luogu/{userBlog.js → user-blog.js} +0 -0
  2501. /package/lib/v2/luogu/{userFeed.js → user-feed.js} +0 -0
  2502. /package/lib/v2/mastodon/{account_id.js → account-id.js} +0 -0
  2503. /package/lib/v2/mastodon/{timeline_local.js → timeline-local.js} +0 -0
  2504. /package/lib/v2/mastodon/{timeline_remote.js → timeline-remote.js} +0 -0
  2505. /package/lib/v2/mckinsey/cn/{categoryMap.js → category-map.js} +0 -0
  2506. /package/lib/v2/nhk/{news_web_easy.js → news-web-easy.js} +0 -0
  2507. /package/lib/v2/nintendo/{eshop_cn.js → eshop-cn.js} +0 -0
  2508. /package/lib/v2/nintendo/{eshop_jp.js → eshop-jp.js} +0 -0
  2509. /package/lib/v2/nintendo/{eshop_us.js → eshop-us.js} +0 -0
  2510. /package/lib/v2/nintendo/{news_china.js → news-china.js} +0 -0
  2511. /package/lib/v2/odaily/{search_news.js → search-news.js} +0 -0
  2512. /package/lib/v2/oreno3d/{get_sec_page_data.js → get-sec-page-data.js} +0 -0
  2513. /package/lib/v2/pixiv/api/{getBookmarks.js → get-bookmarks.js} +0 -0
  2514. /package/lib/v2/pixiv/api/{getIllustFollows.js → get-illust-follows.js} +0 -0
  2515. /package/lib/v2/pixiv/api/{getIllusts.js → get-illusts.js} +0 -0
  2516. /package/lib/v2/pixiv/api/{getUserDetail.js → get-user-detail.js} +0 -0
  2517. /package/lib/v2/pixiv/api/{searchIllust.js → search-illust.js} +0 -0
  2518. /package/lib/v2/pixiv/api/{searchPopularIllust.js → search-popular-illust.js} +0 -0
  2519. /package/lib/v2/pku/ss/{pg_admin.js → pg-admin.js} +0 -0
  2520. /package/lib/v2/qoo-app/user/{appComment.js → app-comment.js} +0 -0
  2521. /package/lib/v2/scnu/{physics_school_announcements_and_news.js → physics-school-announcements-and-news.js} +0 -0
  2522. /package/lib/v2/{ash-maurya → shuiguopai}/router.js +0 -0
  2523. /package/lib/{routes → v2}/sogou/doodles.js +0 -0
  2524. /package/lib/v2/sspai/{seriesUpdate.js → series-update.js} +0 -0
  2525. /package/lib/v2/{blockbeats → theblockbeats}/maintainer.js +0 -0
  2526. /package/lib/v2/thecatcity/{termsMap.js → terms-map.js} +0 -0
  2527. /package/lib/v2/trending/{allTrending.js → all-trending.js} +0 -0
  2528. /package/lib/v2/twreporter/{fetch_article.js → fetch-article.js} +0 -0
  2529. /package/lib/v2/weibo/{super_index.js → super-index.js} +0 -0
  2530. /package/lib/v2/xueqiu/{user_stock.js → user-stock.js} +0 -0
@@ -297,6 +297,17 @@ module.exports = {
297
297
  },
298
298
  ],
299
299
  },
300
+ 'bjedu.gov.cn': {
301
+ _name: '北京市教育委员会',
302
+ gh: [
303
+ {
304
+ title: '教育科学规划网 - 通用',
305
+ docs: 'https://docs.rsshub.app/routes/government#bei-jing-shi-jiao-yu-ke-xue-gui-hua-wang',
306
+ source: ['/ghsite/:urlPath/index.html', '/ghsite/:urlPath'],
307
+ target: '/gov/beijing/bjedu/gh/:urlPath',
308
+ },
309
+ ],
310
+ },
300
311
  'bphc.com.cn': {
301
312
  _name: '北京保障房中心有限公司',
302
313
  gycpt: [
@@ -319,6 +330,53 @@ module.exports = {
319
330
  },
320
331
  ],
321
332
  },
333
+ 'caac.gov.cn': {
334
+ _name: '中国民用航空局',
335
+ '.': [
336
+ {
337
+ title: '公众留言',
338
+ docs: 'https://docs.rsshub.app/routes/government#zhong-guo-min-yong-hang-kong-ju-gong-zhong-liu-yan',
339
+ source: ['/HDJL/'],
340
+ target: '/gov/caac/cjwt',
341
+ },
342
+ {
343
+ title: '公众留言 - 机票',
344
+ docs: 'https://docs.rsshub.app/routes/government#zhong-guo-min-yong-hang-kong-ju-gong-zhong-liu-yan',
345
+ source: ['/HDJL/'],
346
+ target: '/gov/caac/cjwt/机票',
347
+ },
348
+ {
349
+ title: '公众留言 - 托运',
350
+ docs: 'https://docs.rsshub.app/routes/government#zhong-guo-min-yong-hang-kong-ju-gong-zhong-liu-yan',
351
+ source: ['/HDJL/'],
352
+ target: '/gov/caac/cjwt/托运',
353
+ },
354
+ {
355
+ title: '公众留言 - 无人机',
356
+ docs: 'https://docs.rsshub.app/routes/government#zhong-guo-min-yong-hang-kong-ju-gong-zhong-liu-yan',
357
+ source: ['/HDJL/'],
358
+ target: '/gov/caac/cjwt/无人机',
359
+ },
360
+ {
361
+ title: '公众留言 - 体检',
362
+ docs: 'https://docs.rsshub.app/routes/government#zhong-guo-min-yong-hang-kong-ju-gong-zhong-liu-yan',
363
+ source: ['/HDJL/'],
364
+ target: '/gov/caac/cjwt/体检',
365
+ },
366
+ {
367
+ title: '公众留言 - 行政审批',
368
+ docs: 'https://docs.rsshub.app/routes/government#zhong-guo-min-yong-hang-kong-ju-gong-zhong-liu-yan',
369
+ source: ['/HDJL/'],
370
+ target: '/gov/caac/cjwt/行政审批',
371
+ },
372
+ {
373
+ title: '公众留言 - 投诉',
374
+ docs: 'https://docs.rsshub.app/routes/government#zhong-guo-min-yong-hang-kong-ju-gong-zhong-liu-yan',
375
+ source: ['/HDJL/'],
376
+ target: '/gov/caac/cjwt/投诉',
377
+ },
378
+ ],
379
+ },
322
380
  'ccdi.gov.cn': {
323
381
  _name: '中央纪委国家监委',
324
382
  www: [
@@ -696,7 +754,7 @@ module.exports = {
696
754
  title: '茂名市电白区人民政府',
697
755
  docs: 'https://docs.rsshub.app/routes/government#mao-ming-shi-ren-min-zheng-fu-mao-ming-shi-dian-bai-qu-ren-min-zheng-fu',
698
756
  source: ['/*'],
699
- target: (params, url) => `/gov/dianbai/${new URL(url).host.split('.dianbai.gov.cn')[0] + new URL(url).pathname.replace(/(index.*$)/g, '')}`,
757
+ target: (params, url) => `/gov/dianbai/${new URL(url).host.split('.dianbai.gov.cn')[0] + new URL(url).pathname.replaceAll(/(index.*$)/g, '')}`,
700
758
  },
701
759
  ],
702
760
  },
@@ -709,7 +767,7 @@ module.exports = {
709
767
  source: ['gjlckjdjt.jhtml'],
710
768
  target: (_, url) => {
711
769
  url = new URL(url);
712
- const path = url.href.match(/\/([\w]+)\.jhtml/)[1];
770
+ const path = url.href.match(/\/(\w+)\.jhtml/)[1];
713
771
 
714
772
  return `/gov/forestry/gjlckjdjt${path ? `/${path}` : ''}`;
715
773
  },
@@ -759,7 +817,7 @@ module.exports = {
759
817
  title: '高州市人民政府',
760
818
  docs: 'https://docs.rsshub.app/routes/government#mao-ming-shi-ren-min-zheng-fu-gao-zhou-shi-ren-min-zheng-fu',
761
819
  source: ['/*'],
762
- target: (params, url) => `/gov/gaozhou/${new URL(url).host.split('.gaozhou.gov.cn')[0] + new URL(url).pathname.replace(/(index.*$)/g, '')}`,
820
+ target: (params, url) => `/gov/gaozhou/${new URL(url).host.split('.gaozhou.gov.cn')[0] + new URL(url).pathname.replaceAll(/(index.*$)/g, '')}`,
763
821
  },
764
822
  ],
765
823
  },
@@ -814,7 +872,7 @@ module.exports = {
814
872
  immi: [
815
873
  {
816
874
  title: 'Immigration and Citizenship',
817
- docs: 'https://docs.rsshub.app/routes/en/government#Australia-Department-of-Home-Affairs',
875
+ docs: 'https://docs.rsshub.app/routes/government#Australia-Department-of-Home-Affairs',
818
876
  source: '/news-media/archive',
819
877
  target: () => '/gov/immiau/news',
820
878
  },
@@ -827,7 +885,7 @@ module.exports = {
827
885
  title: '化州市人民政府',
828
886
  docs: 'https://docs.rsshub.app/routes/government#mao-ming-shi-ren-min-zheng-fu-hua-zhou-shi-ren-min-zheng-fu',
829
887
  source: ['/*'],
830
- target: (params, url) => `/gov/huazhou/${new URL(url).host.split('.huazhou.gov.cn')[0] + new URL(url).pathname.replace(/(index.*$)/g, '')}`,
888
+ target: (params, url) => `/gov/huazhou/${new URL(url).host.split('.huazhou.gov.cn')[0] + new URL(url).pathname.replaceAll(/(index.*$)/g, '')}`,
831
889
  },
832
890
  ],
833
891
  },
@@ -866,6 +924,154 @@ module.exports = {
866
924
  },
867
925
  ],
868
926
  },
927
+ 'jgjcndrc.org.cn': {
928
+ _name: '中华人民共和国国家发展和改革委员会价格监测中心',
929
+ '.': [
930
+ {
931
+ title: '栏目',
932
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
933
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
934
+ target: (_, url) => {
935
+ url = new URL(url);
936
+ const id = url.searchParams.get('id');
937
+
938
+ return `/gov/jgjcndrc${id ? `/${id}` : ''}`;
939
+ },
940
+ },
941
+ {
942
+ title: '通知公告',
943
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
944
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
945
+ target: '/gov/jgjcndrc/692',
946
+ },
947
+ {
948
+ title: '中心工作动态',
949
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
950
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
951
+ target: '/gov/jgjcndrc/693',
952
+ },
953
+ {
954
+ title: '地方工作动态',
955
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
956
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
957
+ target: '/gov/jgjcndrc/694',
958
+ },
959
+ {
960
+ title: '监测信息',
961
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
962
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
963
+ target: '/gov/jgjcndrc/695',
964
+ },
965
+ {
966
+ title: '分析预测',
967
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
968
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
969
+ target: '/gov/jgjcndrc/696',
970
+ },
971
+ {
972
+ title: '调查报告',
973
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
974
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
975
+ target: '/gov/jgjcndrc/697',
976
+ },
977
+ {
978
+ title: '价格指数',
979
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
980
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
981
+ target: '/gov/jgjcndrc/698',
982
+ },
983
+ {
984
+ title: '地方价格监测',
985
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
986
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
987
+ target: '/gov/jgjcndrc/699',
988
+ },
989
+ {
990
+ title: '价格监测报告制度',
991
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
992
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
993
+ target: '/gov/jgjcndrc/700',
994
+ },
995
+ {
996
+ title: '监测法规',
997
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
998
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
999
+ target: '/gov/jgjcndrc/701',
1000
+ },
1001
+ {
1002
+ title: '媒体聚焦',
1003
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
1004
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
1005
+ target: '/gov/jgjcndrc/753',
1006
+ },
1007
+ {
1008
+ title: '国内外市场价格监测情况周报',
1009
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
1010
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
1011
+ target: '/gov/jgjcndrc/749',
1012
+ },
1013
+ {
1014
+ title: '主要粮油副食品日报',
1015
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
1016
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
1017
+ target: '/gov/jgjcndrc/703',
1018
+ },
1019
+ {
1020
+ title: '生猪出厂价与玉米价格周报',
1021
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
1022
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
1023
+ target: '/gov/jgjcndrc/704',
1024
+ },
1025
+ {
1026
+ title: '国际市场石油价格每日动态',
1027
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
1028
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
1029
+ target: '/gov/jgjcndrc/705',
1030
+ },
1031
+ {
1032
+ title: '非学科类培训服务价格',
1033
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
1034
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
1035
+ target: '/gov/jgjcndrc/821',
1036
+ },
1037
+ {
1038
+ title: '监测周期价格动态',
1039
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
1040
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
1041
+ target: '/gov/jgjcndrc/706',
1042
+ },
1043
+ {
1044
+ title: '月度监测行情表',
1045
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
1046
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
1047
+ target: '/gov/jgjcndrc/707',
1048
+ },
1049
+ {
1050
+ title: '猪料、鸡料、蛋料比价',
1051
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
1052
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
1053
+ target: '/gov/jgjcndrc/708',
1054
+ },
1055
+ {
1056
+ title: '全国钢材批发市场价格周报',
1057
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
1058
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
1059
+ target: '/gov/jgjcndrc/739',
1060
+ },
1061
+ {
1062
+ title: '全国成品油批发市场价格周报',
1063
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
1064
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
1065
+ target: '/gov/jgjcndrc/740',
1066
+ },
1067
+ {
1068
+ title: '线上价格监测',
1069
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-jia-ge-jian-ce-zhong-xin',
1070
+ source: ['/list.aspx', '/list1.aspx', '/list2.aspx', '/list3.aspx'],
1071
+ target: '/gov/jgjcndrc/822',
1072
+ },
1073
+ ],
1074
+ },
869
1075
  'jinan.gov.cn': {
870
1076
  _name: '济南市卫生健康委员会',
871
1077
  jnmhc: [
@@ -884,7 +1090,7 @@ module.exports = {
884
1090
  title: '茂名市人民政府',
885
1091
  docs: 'https://docs.rsshub.app/routes/government#mao-ming-shi-ren-min-zheng-fu-mao-ming-shi-ren-min-zheng-fu-men-hu-wang-zhan',
886
1092
  source: ['/*'],
887
- target: (params, url) => `/gov/maoming/${new URL(url).host.split('.maoming.gov.cn')[0] + new URL(url).pathname.replace(/(index.*$)/g, '')}`,
1093
+ target: (params, url) => `/gov/maoming/${new URL(url).host.split('.maoming.gov.cn')[0] + new URL(url).pathname.replaceAll(/(index.*$)/g, '')}`,
888
1094
  },
889
1095
  ],
890
1096
  },
@@ -975,7 +1181,7 @@ module.exports = {
975
1181
  title: '广东茂名滨海新区政务网',
976
1182
  docs: 'https://docs.rsshub.app/routes/government#mao-ming-shi-ren-min-zheng-fu-guang-dong-mao-ming-bin-hai-xin-qu-zheng-wu-wang',
977
1183
  source: ['/*'],
978
- target: (params, url) => `/gov/mgs/${new URL(url).host.split('.mgs.gov.cn')[0] + new URL(url).pathname.replace(/(index.*$)/g, '')}`,
1184
+ target: (params, url) => `/gov/mgs/${new URL(url).host.split('.mgs.gov.cn')[0] + new URL(url).pathname.replaceAll(/(index.*$)/g, '')}`,
979
1185
  },
980
1186
  ],
981
1187
  },
@@ -1003,7 +1209,7 @@ module.exports = {
1003
1209
  title: '茂名高新技术产业开发区政务网',
1004
1210
  docs: 'https://docs.rsshub.app/routes/government#mao-ming-shi-ren-min-zheng-fu-guang-dong-mao-ming-gao-xin-ji-shu-chan-ye-kai-fa-qu',
1005
1211
  source: ['/*'],
1006
- target: (params, url) => `/gov/mmht/${new URL(url).host.split('.mmht.gov.cn')[0] + new URL(url).pathname.replace(/(index.*$)/g, '')}`,
1212
+ target: (params, url) => `/gov/mmht/${new URL(url).host.split('.mmht.gov.cn')[0] + new URL(url).pathname.replaceAll(/(index.*$)/g, '')}`,
1007
1213
  },
1008
1214
  ],
1009
1215
  },
@@ -1027,9 +1233,7 @@ module.exports = {
1027
1233
  return '/gov/moa/zdscxx';
1028
1234
  }
1029
1235
  const selected = document.querySelectorAll('.colorRed');
1030
- const categories = Array.from(selected)
1031
- .map((s) => s.getAttribute('_key'))
1032
- .join('/');
1236
+ const categories = [...selected].map((s) => s.getAttribute('_key')).join('/');
1033
1237
 
1034
1238
  return `/gov/moa/zdscxx${categories ? `/${categories}` : ''}`;
1035
1239
  },
@@ -1053,6 +1257,20 @@ module.exports = {
1053
1257
  },
1054
1258
  ],
1055
1259
  },
1260
+ 'mof.gov.cn': {
1261
+ _name: '中华人民共和国财政部',
1262
+ gks: [
1263
+ {
1264
+ title: '专题: 政府债券管理',
1265
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-cai-zheng-bu',
1266
+ source: ['/ztztz/guozaiguanli/:category', '/ztztz/guozaiguanli/:category/*', '/ztztz/guozaiguanli/'],
1267
+ target: (params) => {
1268
+ const category = params.category;
1269
+ return `/gov/mof/bond/${category ?? ''}`;
1270
+ },
1271
+ },
1272
+ ],
1273
+ },
1056
1274
  'mofcom.gov.cn': {
1057
1275
  _name: '中华人民共和国商务部',
1058
1276
  '.': [
@@ -1064,6 +1282,17 @@ module.exports = {
1064
1282
  },
1065
1283
  ],
1066
1284
  },
1285
+ 'moj.gov.cn': {
1286
+ _name: '中华人民共和国司法部',
1287
+ www: [
1288
+ {
1289
+ title: '立法意见征集',
1290
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-si-fa-bu',
1291
+ source: ['/lfyjzj/lflfyjzj/*', '/pub/sfbgw/lfyjzj/lflfyjzj/*'],
1292
+ target: '/gov/moj/lfyjzj',
1293
+ },
1294
+ ],
1295
+ },
1067
1296
  'moj.gov.tw': {
1068
1297
  _name: '台灣法務部廉政署',
1069
1298
  'www.aac': [
@@ -1239,6 +1468,571 @@ module.exports = {
1239
1468
  },
1240
1469
  ],
1241
1470
  },
1471
+ 'ndrc.gov.cn': {
1472
+ _name: '中华人民共和国国家发展和改革委员会',
1473
+ '.': [
1474
+ {
1475
+ title: '新闻动态',
1476
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-xin-wen-dong-tai',
1477
+ source: ['/xwdt/:category*'],
1478
+ target: (params) => {
1479
+ const category = params.category;
1480
+
1481
+ return `/gov/ndrc/xwdt/${category ? `/${category.endsWith('/') ? category : `${category}/`}` : '/'}`;
1482
+ },
1483
+ },
1484
+ {
1485
+ title: '发展改革工作',
1486
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1487
+ source: ['/fggz/:category*'],
1488
+ target: (params) => {
1489
+ const category = params.category;
1490
+
1491
+ return `/gov/ndrc/fggz/${category ? `/${category.endsWith('/') ? category : `${category}/`}` : '/'}`;
1492
+ },
1493
+ },
1494
+ {
1495
+ title: '机关办公 - 业务工作',
1496
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1497
+ source: ['/fggz/jgbg/ywgz'],
1498
+ target: '/gov/ndrc/fggz/jgbg/ywgz',
1499
+ },
1500
+ {
1501
+ title: '机关办公 - 学思践悟',
1502
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1503
+ source: ['/fggz/jgbg/xsjw'],
1504
+ target: '/gov/ndrc/fggz/jgbg/xsjw',
1505
+ },
1506
+ {
1507
+ title: '发改政研 - 经济数据概览',
1508
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1509
+ source: ['/fggz/fgzy/jjsjgl'],
1510
+ target: '/gov/ndrc/fggz/fgzy/jjsjgl',
1511
+ },
1512
+ {
1513
+ title: '发改政研 - 社会关切回应',
1514
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1515
+ source: ['/fggz/fgzy/shgqhy'],
1516
+ target: '/gov/ndrc/fggz/fgzy/shgqhy',
1517
+ },
1518
+ {
1519
+ title: '发改政研 - 新媒体解读',
1520
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1521
+ source: ['/fggz/fgzy/xmtjd'],
1522
+ target: '/gov/ndrc/fggz/fgzy/xmtjd',
1523
+ },
1524
+ {
1525
+ title: '发展战略和规划 - 国家发展战略和规划',
1526
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1527
+ source: ['/fggz/fzzlgh/gjfzgh'],
1528
+ target: '/gov/ndrc/fggz/fzzlgh/gjfzgh',
1529
+ },
1530
+ {
1531
+ title: '发展战略和规划 - 国家级专项规划',
1532
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1533
+ source: ['/fggz/fzzlgh/gjjzxgh'],
1534
+ target: '/gov/ndrc/fggz/fzzlgh/gjjzxgh',
1535
+ },
1536
+ {
1537
+ title: '发展战略和规划 - 地方发展规划',
1538
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1539
+ source: ['/fggz/fzzlgh/dffzgh'],
1540
+ target: '/gov/ndrc/fggz/fzzlgh/dffzgh',
1541
+ },
1542
+ {
1543
+ title: '发展战略和规划 - 发展规划工作',
1544
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1545
+ source: ['/fggz/fzzlgh/fzgggz'],
1546
+ target: '/gov/ndrc/fggz/fzzlgh/fzgggz',
1547
+ },
1548
+ {
1549
+ title: '发改综合 - 国内经济监测',
1550
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1551
+ source: ['/fggz/fgzh/gnjjjc'],
1552
+ target: '/gov/ndrc/fggz/fgzh/gnjjjc',
1553
+ },
1554
+ {
1555
+ title: '发改综合 - 工业经济',
1556
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1557
+ source: ['/fggz/fgzh/gnjjjc/gyjj'],
1558
+ target: '/gov/ndrc/fggz/fgzh/gnjjjc/gyjj',
1559
+ },
1560
+ {
1561
+ title: '发改综合 - 投资运行',
1562
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1563
+ source: ['/fggz/fgzh/gnjjjc/tzyx'],
1564
+ target: '/gov/ndrc/fggz/fgzh/gnjjjc/tzyx',
1565
+ },
1566
+ {
1567
+ title: '发改综合 - 市场消费',
1568
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1569
+ source: ['/fggz/fgzh/gnjjjc/scxf'],
1570
+ target: '/gov/ndrc/fggz/fgzh/gnjjjc/scxf',
1571
+ },
1572
+ {
1573
+ title: '发改综合 - 价格情况',
1574
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1575
+ source: ['/fggz/fgzh/gnjjjc/jgqk'],
1576
+ target: '/gov/ndrc/fggz/fgzh/gnjjjc/jgqk',
1577
+ },
1578
+ {
1579
+ title: '发改综合 - 财政收支',
1580
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1581
+ source: ['/fggz/fgzh/gnjjjc/czsz'],
1582
+ target: '/gov/ndrc/fggz/fgzh/gnjjjc/czsz',
1583
+ },
1584
+ {
1585
+ title: '发改综合 - 货币金融',
1586
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1587
+ source: ['/fggz/fgzh/gnjjjc/hbjr'],
1588
+ target: '/gov/ndrc/fggz/fgzh/gnjjjc/hbjr',
1589
+ },
1590
+ {
1591
+ title: '发改综合 - 就业情况',
1592
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1593
+ source: ['/fggz/fgzh/gnjjjc/jyqk'],
1594
+ target: '/gov/ndrc/fggz/fgzh/gnjjjc/jyqk',
1595
+ },
1596
+ {
1597
+ title: '发改综合 - 地区经济',
1598
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1599
+ source: ['/fggz/fgzh/gnjjjc/dqjj'],
1600
+ target: '/gov/ndrc/fggz/fgzh/gnjjjc/dqjj',
1601
+ },
1602
+ {
1603
+ title: '发改综合 - 国际经济监测',
1604
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1605
+ source: ['/fggz/fgzh/gjjjjc'],
1606
+ target: '/gov/ndrc/fggz/fgzh/gjjjjc',
1607
+ },
1608
+ {
1609
+ title: '发改综合 - 先行指数',
1610
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1611
+ source: ['/fggz/fgzh/gjjjjc/xxzs'],
1612
+ target: '/gov/ndrc/fggz/fgzh/gjjjjc/xxzs',
1613
+ },
1614
+ {
1615
+ title: '发改综合 - 大宗商品市场情况',
1616
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1617
+ source: ['/fggz/fgzh/gjjjjc/dzspscqk'],
1618
+ target: '/gov/ndrc/fggz/fgzh/gjjjjc/dzspscqk',
1619
+ },
1620
+ {
1621
+ title: '发改综合 - 国别分析',
1622
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1623
+ source: ['/fggz/fgzh/gjjjjc/gbfx'],
1624
+ target: '/gov/ndrc/fggz/fgzh/gjjjjc/gbfx',
1625
+ },
1626
+ {
1627
+ title: '发改综合 - 国际组织预测和研究动态',
1628
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1629
+ source: ['/fggz/fgzh/gjzzychyjdt'],
1630
+ target: '/gov/ndrc/fggz/fgzh/gjzzychyjdt',
1631
+ },
1632
+ {
1633
+ title: '发改综合 - 国际组织预测',
1634
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1635
+ source: ['/fggz/fgzh/gjzzychyjdt/gjzzyc'],
1636
+ target: '/gov/ndrc/fggz/fgzh/gjzzychyjdt/gjzzyc',
1637
+ },
1638
+ {
1639
+ title: '发改综合 - 国际组织研究动态',
1640
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1641
+ source: ['/fggz/fgzh/gjzzychyjdt/gjzzyjdt'],
1642
+ target: '/gov/ndrc/fggz/fgzh/gjzzychyjdt/gjzzyjdt',
1643
+ },
1644
+ {
1645
+ title: '经济运行与调节 - 宏观经济运行',
1646
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1647
+ source: ['/fggz/jjyxtj/hgjjyx'],
1648
+ target: '/gov/ndrc/fggz/jjyxtj/hgjjyx',
1649
+ },
1650
+ {
1651
+ title: '经济运行与调节 - 地方经济运行',
1652
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1653
+ source: ['/fggz/jjyxtj/dfjjyx'],
1654
+ target: '/gov/ndrc/fggz/jjyxtj/dfjjyx',
1655
+ },
1656
+ {
1657
+ title: '经济运行与调节 - 煤电油气运',
1658
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1659
+ source: ['/fggz/jjyxtj/mdyqy'],
1660
+ target: '/gov/ndrc/fggz/jjyxtj/mdyqy',
1661
+ },
1662
+ {
1663
+ title: '经济运行与调节 - 现代物流',
1664
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1665
+ source: ['/fggz/jjyxtj/xdwl'],
1666
+ target: '/gov/ndrc/fggz/jjyxtj/xdwl',
1667
+ },
1668
+ {
1669
+ title: '经济运行与调节 - 应急管理',
1670
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1671
+ source: ['/fggz/jjyxtj/yjgl'],
1672
+ target: '/gov/ndrc/fggz/jjyxtj/yjgl',
1673
+ },
1674
+ {
1675
+ title: '体制改革 - 改革快讯',
1676
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1677
+ source: ['/fggz/tzgg/ggkx'],
1678
+ target: '/gov/ndrc/fggz/tzgg/ggkx',
1679
+ },
1680
+ {
1681
+ title: '体制改革 - 半月改革动态',
1682
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1683
+ source: ['/fggz/tzgg/byggdt'],
1684
+ target: '/gov/ndrc/fggz/tzgg/byggdt',
1685
+ },
1686
+ {
1687
+ title: '体制改革 - 地方改革经验',
1688
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1689
+ source: ['/fggz/tzgg/dfggjx'],
1690
+ target: '/gov/ndrc/fggz/tzgg/dfggjx',
1691
+ },
1692
+ {
1693
+ title: '固定资产投资 - 投资法规与政策动态',
1694
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1695
+ source: ['/fggz/gdzctz/tzfg'],
1696
+ target: '/gov/ndrc/fggz/gdzctz/tzfg',
1697
+ },
1698
+ {
1699
+ title: '利用外资和境外投资 - 境外投资',
1700
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1701
+ source: ['/fggz/lywzjw/jwtz'],
1702
+ target: '/gov/ndrc/fggz/lywzjw/jwtz',
1703
+ },
1704
+ {
1705
+ title: '利用外资和境外投资 - 外商投资',
1706
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1707
+ source: ['/fggz/lywzjw/wstz'],
1708
+ target: '/gov/ndrc/fggz/lywzjw/wstz',
1709
+ },
1710
+ {
1711
+ title: '利用外资和境外投资 - 外债管理',
1712
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1713
+ source: ['/fggz/lywzjw/wzgl'],
1714
+ target: '/gov/ndrc/fggz/lywzjw/wzgl',
1715
+ },
1716
+ {
1717
+ title: '利用外资和境外投资 - 政策法规',
1718
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1719
+ source: ['/fggz/lywzjw/zcfg'],
1720
+ target: '/gov/ndrc/fggz/lywzjw/zcfg',
1721
+ },
1722
+ {
1723
+ title: '地区经济 - 重大战略',
1724
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1725
+ source: ['/fggz/dqjj/zdzl'],
1726
+ target: '/gov/ndrc/fggz/dqjj/zdzl',
1727
+ },
1728
+ {
1729
+ title: '地区经济 - 四大板块',
1730
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1731
+ source: ['/fggz/dqjj/sdbk'],
1732
+ target: '/gov/ndrc/fggz/dqjj/sdbk',
1733
+ },
1734
+ {
1735
+ title: '地区经济 - 国土海洋流域新区',
1736
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1737
+ source: ['/fggz/dqjj/qt'],
1738
+ target: '/gov/ndrc/fggz/dqjj/qt',
1739
+ },
1740
+ {
1741
+ title: '地区振兴 - 巩固拓展脱贫攻坚成果和欠发达地区振兴发展',
1742
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1743
+ source: ['/fggz/dqzx/tpgjypkfq'],
1744
+ target: '/gov/ndrc/fggz/dqzx/tpgjypkfq',
1745
+ },
1746
+ {
1747
+ title: '地区振兴 - 对口支援与合作',
1748
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1749
+ source: ['/fggz/dqzx/dkzyyhz'],
1750
+ target: '/gov/ndrc/fggz/dqzx/dkzyyhz',
1751
+ },
1752
+ {
1753
+ title: '地区振兴 - 革命老区振兴发展',
1754
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1755
+ source: ['/fggz/dqzx/gglqzxfz'],
1756
+ target: '/gov/ndrc/fggz/dqzx/gglqzxfz',
1757
+ },
1758
+ {
1759
+ title: '地区振兴 - 生态退化地区治理',
1760
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1761
+ source: ['/fggz/dqzx/stthdqzl'],
1762
+ target: '/gov/ndrc/fggz/dqzx/stthdqzl',
1763
+ },
1764
+ {
1765
+ title: '地区振兴 - 资源型地区转型发展',
1766
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1767
+ source: ['/fggz/dqzx/zyxdqzxfz'],
1768
+ target: '/gov/ndrc/fggz/dqzx/zyxdqzxfz',
1769
+ },
1770
+ {
1771
+ title: '地区振兴 - 老工业地区振兴发展',
1772
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1773
+ source: ['/fggz/dqzx/lzydfzxfz'],
1774
+ target: '/gov/ndrc/fggz/dqzx/lzydfzxfz',
1775
+ },
1776
+ {
1777
+ title: '区域开放 - 信息集萃',
1778
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1779
+ source: ['/fggz/qykf/xxjc'],
1780
+ target: '/gov/ndrc/fggz/qykf/xxjc',
1781
+ },
1782
+ {
1783
+ title: '农业农村经济 - 重点建设',
1784
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1785
+ source: ['/fggz/nyncjj/zdjs'],
1786
+ target: '/gov/ndrc/fggz/nyncjj/zdjs',
1787
+ },
1788
+ {
1789
+ title: '农业农村经济 - 投资指南',
1790
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1791
+ source: ['/fggz/nyncjj/tzzn'],
1792
+ target: '/gov/ndrc/fggz/nyncjj/tzzn',
1793
+ },
1794
+ {
1795
+ title: '农业农村经济 - 乡村振兴',
1796
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1797
+ source: ['/fggz/nyncjj/xczx'],
1798
+ target: '/gov/ndrc/fggz/nyncjj/xczx',
1799
+ },
1800
+ {
1801
+ title: '农业农村经济 - 农经信息',
1802
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1803
+ source: ['/fggz/nyncjj/njxx'],
1804
+ target: '/gov/ndrc/fggz/nyncjj/njxx',
1805
+ },
1806
+ {
1807
+ title: '基础设施发展 - 政策规划',
1808
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1809
+ source: ['/fggz/zcssfz/zcgh'],
1810
+ target: '/gov/ndrc/fggz/zcssfz/zcgh',
1811
+ },
1812
+ {
1813
+ title: '基础设施发展 - 城轨监管',
1814
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1815
+ source: ['/fggz/zcssfz/cgjg'],
1816
+ target: '/gov/ndrc/fggz/zcssfz/cgjg',
1817
+ },
1818
+ {
1819
+ title: '基础设施发展 - 重大工程',
1820
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1821
+ source: ['/fggz/zcssfz/zdgc'],
1822
+ target: '/gov/ndrc/fggz/zcssfz/zdgc',
1823
+ },
1824
+ {
1825
+ title: '基础设施发展 - 问题研究',
1826
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1827
+ source: ['/fggz/zcssfz/wtyj'],
1828
+ target: '/gov/ndrc/fggz/zcssfz/wtyj',
1829
+ },
1830
+ {
1831
+ title: '基础设施发展 - 行业数据',
1832
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1833
+ source: ['/fggz/zcssfz/hysj'],
1834
+ target: '/gov/ndrc/fggz/zcssfz/hysj',
1835
+ },
1836
+ {
1837
+ title: '基础设施发展 - 地方发展',
1838
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1839
+ source: ['/fggz/zcssfz/dffz'],
1840
+ target: '/gov/ndrc/fggz/zcssfz/dffz',
1841
+ },
1842
+ {
1843
+ title: '产业发展 - 制造业发展',
1844
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1845
+ source: ['/fggz/cyfz/zcyfz'],
1846
+ target: '/gov/ndrc/fggz/cyfz/zcyfz',
1847
+ },
1848
+ {
1849
+ title: '产业发展 - 服务业发展',
1850
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1851
+ source: ['/fggz/cyfz/fwyfz'],
1852
+ target: '/gov/ndrc/fggz/cyfz/fwyfz',
1853
+ },
1854
+ {
1855
+ title: '创新和高技术发展 - 地方进展',
1856
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1857
+ source: ['/fggz/cxhgjsfz/dfjz'],
1858
+ target: '/gov/ndrc/fggz/cxhgjsfz/dfjz',
1859
+ },
1860
+ {
1861
+ title: '环境与资源 - 碳达峰碳中和',
1862
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1863
+ source: ['/fggz/hjyzy/tdftzh'],
1864
+ target: '/gov/ndrc/fggz/hjyzy/tdftzh',
1865
+ },
1866
+ {
1867
+ title: '环境与资源 - 生态文明建设',
1868
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1869
+ source: ['/fggz/hjyzy/stwmjs'],
1870
+ target: '/gov/ndrc/fggz/hjyzy/stwmjs',
1871
+ },
1872
+ {
1873
+ title: '环境与资源 - 节能和能效',
1874
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1875
+ source: ['/fggz/hjyzy/jnhnx'],
1876
+ target: '/gov/ndrc/fggz/hjyzy/jnhnx',
1877
+ },
1878
+ {
1879
+ title: '环境与资源 - 资源利用和循环经济',
1880
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1881
+ source: ['/fggz/hjyzy/zyzhlyhxhjj'],
1882
+ target: '/gov/ndrc/fggz/hjyzy/zyzhlyhxhjj',
1883
+ },
1884
+ {
1885
+ title: '环境与资源 - 水节约与保护',
1886
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1887
+ source: ['/fggz/hjyzy/sjyybh'],
1888
+ target: '/gov/ndrc/fggz/hjyzy/sjyybh',
1889
+ },
1890
+ {
1891
+ title: '环境与资源 - 环境与保护',
1892
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1893
+ source: ['/fggz/hjyzy/hjybh'],
1894
+ target: '/gov/ndrc/fggz/hjyzy/hjybh',
1895
+ },
1896
+ {
1897
+ title: '就业与收入 - 就业收入社保消费',
1898
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1899
+ source: ['/fggz/jyysr/jysrsbxf'],
1900
+ target: '/gov/ndrc/fggz/jyysr/jysrsbxf',
1901
+ },
1902
+ {
1903
+ title: '就业与收入 - 地方经验',
1904
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1905
+ source: ['/fggz/jyysr/dfjx'],
1906
+ target: '/gov/ndrc/fggz/jyysr/dfjx',
1907
+ },
1908
+ {
1909
+ title: '经济贸易 - 重要商品情况',
1910
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1911
+ source: ['/fggz/jjmy/zyspqk'],
1912
+ target: '/gov/ndrc/fggz/jjmy/zyspqk',
1913
+ },
1914
+ {
1915
+ title: '经济贸易 - 对外经贸及政策分析',
1916
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1917
+ source: ['/fggz/jjmy/dwjmjzcfx'],
1918
+ target: '/gov/ndrc/fggz/jjmy/dwjmjzcfx',
1919
+ },
1920
+ {
1921
+ title: '经济贸易 - 流通业发展',
1922
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1923
+ source: ['/fggz/jjmy/ltyfz'],
1924
+ target: '/gov/ndrc/fggz/jjmy/ltyfz',
1925
+ },
1926
+ {
1927
+ title: '财金信用 - 工作动态',
1928
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1929
+ source: ['/fggz/cjxy/gzdt03'],
1930
+ target: '/gov/ndrc/fggz/cjxy/gzdt03',
1931
+ },
1932
+ {
1933
+ title: '价格管理 - 地方工作',
1934
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1935
+ source: ['/fggz/jggl/dfgz'],
1936
+ target: '/gov/ndrc/fggz/jggl/dfgz',
1937
+ },
1938
+ {
1939
+ title: '发改法规 - 地方信息',
1940
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1941
+ source: ['/fggz/fgfg/dfxx'],
1942
+ target: '/gov/ndrc/fggz/fgfg/dfxx',
1943
+ },
1944
+ {
1945
+ title: '国际合作 - 世经动态',
1946
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1947
+ source: ['/fggz/gjhz/zywj'],
1948
+ target: '/gov/ndrc/fggz/gjhz/zywj',
1949
+ },
1950
+ {
1951
+ title: '干部之家 - 系统风采',
1952
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1953
+ source: ['/fggz/gbzj/xtfc'],
1954
+ target: '/gov/ndrc/fggz/gbzj/xtfc',
1955
+ },
1956
+ {
1957
+ title: '干部之家 - 人才招聘',
1958
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1959
+ source: ['/fggz/gbzj/rczp'],
1960
+ target: '/gov/ndrc/fggz/gbzj/rczp',
1961
+ },
1962
+ {
1963
+ title: '干部之家 - 委属工作',
1964
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1965
+ source: ['/fggz/gbzj/wsgz'],
1966
+ target: '/gov/ndrc/fggz/gbzj/wsgz',
1967
+ },
1968
+ {
1969
+ title: '干部之家 - 学习园地',
1970
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1971
+ source: ['/fggz/gbzj/xxyd'],
1972
+ target: '/gov/ndrc/fggz/gbzj/xxyd',
1973
+ },
1974
+ {
1975
+ title: '评估督导 - 评督动态',
1976
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1977
+ source: ['/fggz/pgdd/pddt'],
1978
+ target: '/gov/ndrc/fggz/pgdd/pddt',
1979
+ },
1980
+ {
1981
+ title: '评估督导 - 评督经验',
1982
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1983
+ source: ['/fggz/pgdd/pdjy'],
1984
+ target: '/gov/ndrc/fggz/pgdd/pdjy',
1985
+ },
1986
+ {
1987
+ title: '发改党建 - 中央精神',
1988
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1989
+ source: ['/fggz/fgdj/zydj'],
1990
+ target: '/gov/ndrc/fggz/fgdj/zydj',
1991
+ },
1992
+ {
1993
+ title: '发改党建 - 机关党建',
1994
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
1995
+ source: ['/fggz/fgdj/jgdj'],
1996
+ target: '/gov/ndrc/fggz/fgdj/jgdj',
1997
+ },
1998
+ {
1999
+ title: '发改党建 - 委属党建',
2000
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
2001
+ source: ['/fggz/fgdj/wsdj'],
2002
+ target: '/gov/ndrc/fggz/fgdj/wsdj',
2003
+ },
2004
+ {
2005
+ title: '发改党建 - 系统党建',
2006
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
2007
+ source: ['/fggz/fgdj/xtdj'],
2008
+ target: '/gov/ndrc/fggz/fgdj/xtdj',
2009
+ },
2010
+ {
2011
+ title: '发改金辉 - 党建之窗',
2012
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
2013
+ source: ['/fggz/fgjh/djzc'],
2014
+ target: '/gov/ndrc/fggz/fgjh/djzc',
2015
+ },
2016
+ {
2017
+ title: '发改金辉 - 系统交流',
2018
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
2019
+ source: ['/fggz/fgjh/zthd'],
2020
+ target: '/gov/ndrc/fggz/fgjh/zthd',
2021
+ },
2022
+ {
2023
+ title: '发改金辉 - 学习园地',
2024
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
2025
+ source: ['/fggz/fgjh/yxyd'],
2026
+ target: '/gov/ndrc/fggz/fgjh/yxyd',
2027
+ },
2028
+ {
2029
+ title: '发改金辉 - 金色夕阳',
2030
+ docs: 'https://docs.rsshub.app/routes/government#zhong-hua-ren-min-gong-he-guo-guo-jia-fa-zhan-he-gai-ge-wei-yuan-hui-fa-zhan-gai-ge-gong-zuo',
2031
+ source: ['/fggz/fgjh/jsxy'],
2032
+ target: '/gov/ndrc/fggz/fgjh/jsxy',
2033
+ },
2034
+ ],
2035
+ },
1242
2036
  'nea.gov.cn': {
1243
2037
  _name: '国家能源局',
1244
2038
  '.': [
@@ -1430,7 +2224,7 @@ module.exports = {
1430
2224
  title: '广东省茂名水东湾新城建设管理委员会',
1431
2225
  docs: 'https://docs.rsshub.app/routes/government#mao-ming-shi-ren-min-zheng-fu-guang-dong-sheng-mao-ming-shui-dong-wan-xin-cheng-jian-she-guan-li-wei-yuan-hui',
1432
2226
  source: ['/*'],
1433
- target: (params, url) => `/gov/sdb/${new URL(url).host.split('.sdb.gov.cn')[0] + new URL(url).pathname.replace(/(index.*$)/g, '')}`,
2227
+ target: (params, url) => `/gov/sdb/${new URL(url).host.split('.sdb.gov.cn')[0] + new URL(url).pathname.replaceAll(/(index.*$)/g, '')}`,
1434
2228
  },
1435
2229
  ],
1436
2230
  },
@@ -1502,6 +2296,31 @@ module.exports = {
1502
2296
  },
1503
2297
  ],
1504
2298
  },
2299
+ 'suzhou.gov.cn': {
2300
+ _name: '苏州市人民政府',
2301
+ fg: [
2302
+ {
2303
+ title: '苏州市发展和改革委员会',
2304
+ docs: 'https://docs.rsshub.app/routes/government#su-zhou-shi-ren-min-zheng-fu-su-zhou-shi-fa-zhan-he-gai-ge-wei-yuan-hui',
2305
+ source: ['/:category*'],
2306
+ target: (params) => `/gov/suzhou/fg/${params.replace(/\.shtml/, '')}`,
2307
+ },
2308
+ ],
2309
+ www: [
2310
+ {
2311
+ title: '政府信息公开文件',
2312
+ docs: 'https://docs.rsshub.app/routes/government#su-zhou-shi-ren-min-zheng-fu',
2313
+ source: ['/szxxgk/front/xxgk_right.jsp', '/'],
2314
+ target: '/gov/suzhou/doc',
2315
+ },
2316
+ {
2317
+ title: '政府新闻',
2318
+ docs: 'https://docs.rsshub.app/routes/government#su-zhou-shi-ren-min-zheng-fu',
2319
+ source: ['/szsrmzf/:uid/nav_list.shtml'],
2320
+ target: '/gov/suzhou/news/:uid',
2321
+ },
2322
+ ],
2323
+ },
1505
2324
  'sz.gov.cn': {
1506
2325
  _name: '深圳政府在线移动门户',
1507
2326
  hrss: [
@@ -1572,7 +2391,7 @@ module.exports = {
1572
2391
  title: '信宜市人民政府',
1573
2392
  docs: 'https://docs.rsshub.app/routes/government#mao-ming-shi-ren-min-zheng-fu-xin-yi-shi-ren-min-zheng-fu',
1574
2393
  source: ['/*'],
1575
- target: (params, url) => `/gov/xinyi/${new URL(url).host.split('.xinyi.gov.cn')[0] + new URL(url).pathname.replace(/(index.*$)/g, '')}`,
2394
+ target: (params, url) => `/gov/xinyi/${new URL(url).host.split('.xinyi.gov.cn')[0] + new URL(url).pathname.replaceAll(/(index.*$)/g, '')}`,
1576
2395
  },
1577
2396
  ],
1578
2397
  },