Skip to content

Commit 2d1b99e

Browse files
authored
Merge pull request #862 from DIYgod/master
[pull] master from diygod:master
2 parents 263cb2d + 04cb371 commit 2d1b99e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1641
-515
lines changed

docs/bbs.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,20 @@ pageClass: routes
869869

870870
<Route author="nczitzk" example="/newsmth/account/fef705ec94819a5a87941759e33c0982" path="/newsmth/account/:id" :paramsDesc="['用户 id,可在用户页的 URL 中找到']"/>
871871

872+
## 司机社
873+
874+
### 论坛
875+
876+
<Route author="akynazh" example="/xsijishe/forum/51" path="/xsijishe/forum/:fid" :paramDesc="['子论坛 id']" radar="1">
877+
878+
::: tip 关于子论坛 id 的获取方法
879+
880+
`/xsijishe/forum/51` 对应于论坛 <https://xsijishe.com/forum-51-1.html>,这个论坛的 fid 为 51,也就是 `forum-{fid}-1` 中的 fid。
881+
882+
:::
883+
884+
</Route>
885+
872886
## 天涯论坛
873887

874888
### 子版块

docs/en/program-update.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ pageClass: routes
44

55
# Application Updates
66

7+
## Amazon
8+
9+
### Kindle Software Updates
10+
11+
<RouteEn author="NavePnow" example="/amazon/kindle/software-updates" path="/amazon/kindle/software-updates" radar="1"/>
12+
713
## Android
814

915
### SDK Platform Tools release notes
@@ -483,6 +489,21 @@ See [#nintendo](/game.html#nintendo)
483489

484490
<RouteEn author="Jeason0228" example="/sketch/updates" path="/sketch/updates" />
485491

492+
## Sony
493+
494+
### Software Downloads
495+
496+
<RouteEn author="NavePnow" example="/sony/downloads/product/nw-wm1am2" path="/sony/downloads/:productType/:productId" :paramsDesc="['product type', 'product id']">
497+
498+
::: tip
499+
500+
Open `https://www.sony.com/electronics/support` and search for the corresponding product, such as `Sony A7M4`, the website corresponding to which is `https://www.sony.com/electronics/support/e-mount-body-ilce-7-series/ilce-7m4/downloads`, where `productType` is `e-mount-body-ilce-7-series` and `productId` is `ilce-7m4`.
501+
502+
:::
503+
504+
</RouteEn>
505+
506+
486507
## Thunderbird
487508

488509
### Changelog

docs/en/shopping.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ Parameter `country` can be found within the url of `Arcteryx` website.
6262

6363
</RouteEn>
6464

65+
### Regear New Arrivals
66+
67+
<RouteEn author="NavePnow" example="/arcteryx/regear/new-arrivals" path="/arcteryx/regear/new-arrivals" />
68+
6569
## Bellroy
6670

6771
### New Releases
@@ -200,14 +204,42 @@ Language
200204

201205
</RouteEn>
202206

207+
## Patagonia
208+
209+
### New Arrivals
210+
211+
<RouteEn author="NavePnow" example="/patagonia/new-arrivals/mens" path="/patagonia/new-arrivals/:category" :paramsDesc="['category, see below']">
212+
213+
| Men's | Women's | Kids' & Baby | Packs & Gear |
214+
| ----- | ------- | ------------ | ------------ |
215+
| mens | womens | kids | luggage |
216+
217+
</RouteEn>
218+
219+
203220
## ShopBack
204221

205222
### Store
206223

207224
<RouteEn author="nczitzk" example="/shopback/shopee-mart" path="/shopback/:store" :paramsDesc="['Store, can be found in URL']"/>
208225

226+
## Snow Peak
227+
228+
### New Arrivals(USA)
229+
230+
<RouteEn author="NavePnow" example="/snowpeak/us/new-arrivals" path="/snowpeak/us/new-arrivals"/>
231+
209232
## The Independent
210233

211234
### PS5 stock UK
212235

213236
<RouteEn author="DIYgod" example="/independent/ps5-stock-uk" path="/independent/ps5-stock-uk"/>
237+
238+
## Zagg
239+
240+
### New Arrivals
241+
242+
<RouteEn author="NavePnow" example="/zagg/new-arrivals/brand=164&cat=3038,3041" path="/zagg/new-arrivals/:query?" :paramsDesc="['query, search page querystring']"/>
243+
244+
For instance, in <https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3041>, the query is `brand=164&cat=3038%2C3041`
245+

docs/finance.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -224,24 +224,28 @@ TokenInsight 官方亦有提供 RSS,可参考 <https://api.tokeninsight.com/re
224224

225225
### 电报
226226

227-
<Route author="nczitzk" example="/cls/telegraph" path="/cls/telegraph/:category?" :paramsDesc="['分类,见下表']">
227+
<Route author="nczitzk" example="/cls/telegraph" path="/cls/telegraph/:category?" :paramsDesc="['分类,见下表,默认为全部']" radar="1">
228228

229-
| 看盘 | 公告 | 解读 | 加红 | 推送 | 提醒 | 基金 |
230-
| ----- | ------------ | ------- | --- | ----- | ------ | ---- |
231-
| watch | announcement | explain | red | jpush | remind | fund |
229+
| 看盘 | 公司 | 解读 | 加红 | 推送 | 提醒 | 基金 | 港股 |
230+
| ----- | ------------ | ------- | --- | ----- | ------ | ---- | -- |
231+
| watch | announcement | explain | red | jpush | remind | fund | hk |
232232

233233
</Route>
234234

235235
### 深度
236236

237-
<Route author="nczitzk" example="/cls/depth/1000" path="/cls/depth/:category?" :paramsDesc="['分类代码,可在首页导航栏的目标网址 URL 中找到']">
237+
<Route author="nczitzk" example="/cls/depth/1000" path="/cls/depth/:category?" :paramsDesc="['分类代码,可在首页导航栏的目标网址 URL 中找到']" radar="1">
238238

239-
| 要闻 | 股市 | 环球 | 公司 | 地产 | 券商 | 金融 | 汽车 | 科创版 |
240-
| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
241-
| 1000 | 1003 | 1007 | 1005 | 1006 | 1118 | 1032 | 1119 | 1111 |
239+
| 头条 | 股市 | 港股 | 环球 | 公司 | 券商 | 基金 | 地产 | 金融 | 汽车 | 科创版 | 品见 | 期货 | 投教 |
240+
| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
241+
| 1000 | 1003 | 1135 | 1007 | 1005 | 1118 | 1110 | 1006 | 1032 | 1119 | 1111 | 1160 | 1124 | 1176 |
242242

243243
</Route>
244244

245+
### 热门文章排行榜
246+
247+
<Route author="5upernova-heng" example="/cls/hot" path="/cls/hot" radar="1"/>
248+
245249
## 第一财经杂志
246250

247251
### 首页

docs/program-update.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ pageClass: routes
44

55
# 程序更新
66

7+
## Amazon
8+
9+
### Kindle 软件更新
10+
11+
<Route author="NavePnow" example="/amazon/kindle/software-updates" path="/amazon/kindle/software-updates" radar="1"/>
12+
713
## AMD
814

915
### 显卡驱动更新
@@ -566,6 +572,20 @@ Logseq 开发团队已经放弃了 [旧网站](https://logseq.com/blog)。
566572

567573
<Route author="Jeason0228" example="/sketch/updates" path="/sketch/updates" />
568574

575+
## Sony
576+
577+
### Software Downloads
578+
579+
<Route author="NavePnow" example="/sony/downloads/product/nw-wm1am2" path="/sony/downloads/:productType/:productId" :paramsDesc="['产品类别', '产品Id']">
580+
581+
::: tip 提示
582+
583+
打开 `https://www.sony.com/electronics/support` 并搜索对应的产品,比如 `Sony A7M4` 对应的网站是 `https://www.sony.com/electronics/support/e-mount-body-ilce-7-series/ilce-7m4/downloads``productType``e-mount-body-ilce-7-series`, `productId``ilce-7m4`
584+
585+
:::
586+
587+
</Route>
588+
569589
## Thunderbird
570590

571591
### 更新日志

docs/shopping.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ pageClass: routes
7474

7575
</Route>
7676

77+
### Regear 新发布
78+
79+
<Route author="NavePnow" example="/arcteryx/regear/new-arrivals" path="/arcteryx/regear/new-arrivals" />
80+
7781
## Bellroy
7882

7983
### 新发布
@@ -244,12 +248,30 @@ For instance, in <https://www.leboncoin.fr/recherche/?**category=10&locations=Pa
244248

245249
</Route>
246250

251+
## Patagonia
252+
253+
### New Arrivals
254+
255+
<Route author="NavePnow" example="/patagonia/new-arrivals/mens" path="/patagonia/new-arrivals/:category" :paramsDesc="['分类, 见下表']">
256+
257+
| Men's | Women's | Kids' & Baby | Packs & Gear |
258+
| ----- | ------- | ------------ | ------------ |
259+
| mens | womens | kids | luggage |
260+
261+
</Route>
262+
247263
## ShopBack
248264

249265
### Store
250266

251267
<Route author="nczitzk" example="/shopback/shopee-mart" path="/shopback/:store" :paramsDesc="['店铺名,可在 URL 中找到']"/>
252268

269+
## Snow Peak
270+
271+
### New Arrivals(USA)
272+
273+
<Route author="NavePnow" example="/snowpeak/us/new-arrivals" path="/snowpeak/us/new-arrivals"/>
274+
253275
## The Independent
254276

255277
### PS5 stock UK
@@ -262,6 +284,14 @@ For instance, in <https://www.leboncoin.fr/recherche/?**category=10&locations=Pa
262284

263285
<Route author="xyqfer" example="/westore/new" path="/westore/new"/>
264286

287+
## Zagg
288+
289+
### New Arrivals
290+
291+
<Route author="NavePnow" example="/zagg/new-arrivals/brand=164&cat=3038,3041" path="/zagg/new-arrivals/:query?" :paramsDesc="['query,search page querystring']"/>
292+
293+
For instance, in <https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3041>, the query is `brand=164&cat=3038%2C3041`
294+
265295
## 大麦网
266296

267297
### 票务更新

docs/traditional-media.md

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,19 +1362,9 @@ category 对应的关键词有
13621362

13631363
### 学习时报
13641364

1365-
<Route author="nczitzk" example="/cntheory/paper" path="/cntheory/paper/:id?" :paramsDesc="['编号,见下表,默认为全部']">
1365+
<Route author="nczitzk" example="/cntheory/paper" path="/cntheory/paper/:id?" :paramsDesc="['板块,默认为全部']">
13661366

1367-
|| 编号 |
1368-
| ----------- | -- |
1369-
| 全部 | |
1370-
| 第 A1 版:国内大局 | A1 |
1371-
| 第 A2 版:市场经济 | A2 |
1372-
| 第 A3 版:民主法治 | A3 |
1373-
| 第 A4 版:读书治学 | A4 |
1374-
| 第 A5 版:特别策划 | A5 |
1375-
| 第 A6 版:科技前沿 | A6 |
1376-
| 第 A7 版:社会治理 | A7 |
1377-
| 第 A8 版:学员天地 | A8 |
1367+
如订阅 **第 A1 版:国内大局**,路由为 [`/cntheory/paper/国内大局`](https://rsshub.app/cntheory/paper/国内大局)
13781368

13791369
</Route>
13801370

@@ -2278,6 +2268,16 @@ category 对应的关键词有
22782268

22792269
<Route author="MisteryMonster" example="/bjnews/epaper/A" path="/bjnews/epaper/:cat" :paramsDesc="['新京报叠名:`A`,`B`,`C`,`D`, 特刊为`special`']"/>
22802270

2271+
## 新蓝网(浙江广播电视集团)
2272+
2273+
### 浙江新闻联播
2274+
2275+
<Route author="yhkang" example="/cztv/zjxwlb" path="/cztv/zjxwlb" />
2276+
2277+
### 浙江新闻联播 - 每日合集
2278+
2279+
<Route author="yhkang" example="/cztv/zjxwlb/daily" path="/cztv/zjxwlb/daily" />
2280+
22812281
## 新浪科技
22822282

22832283
### 科学探索
@@ -2451,6 +2451,18 @@ category 对应的关键词有
24512451

24522452
</Route>
24532453

2454+
## 浙江在线
2455+
2456+
### 浙报集团系列报刊
2457+
2458+
<Route author="nczitzk" example="/zjol/paper/zjrb" path="/zjol/paper/:id?" :paramsDesc="['报纸 id,见下表,默认为 `zjrb`,即浙江日报']">
2459+
2460+
| 浙江日报 | 钱江晚报 | 美术报 | 浙江老年报 | 浙江法制报 | 江南游报 |
2461+
| ---- | ---- | --- | ----- | ----- | ---- |
2462+
| zjrb | qjwb | msb | zjlnb | zjfzb | jnyb |
2463+
2464+
</Route>
2465+
24542466
## 中国日报
24552467

24562468
### 英语点津

lib/router.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2862,8 +2862,8 @@ router.get('/gov/caict/caictgd', lazyloadRouteHandler('./routes/gov/caict/caictg
28622862
router.get('/cs/news/:caty', lazyloadRouteHandler('./routes/cs/news'));
28632863

28642864
// 财联社
2865-
router.get('/cls/depth/:category?', lazyloadRouteHandler('./routes/cls/depth'));
2866-
router.get('/cls/telegraph/:category?', lazyloadRouteHandler('./routes/cls/telegraph'));
2865+
// router.get('/cls/depth/:category?', lazyloadRouteHandler('./routes/cls/depth'));
2866+
// router.get('/cls/telegraph/:category?', lazyloadRouteHandler('./routes/cls/telegraph'));
28672867

28682868
// hentai-cosplays
28692869
router.get('/hentai-cosplays/:type?/:name?', lazyloadRouteHandler('./routes/hentai-cosplays/hentai-cosplays'));

lib/routes/cls/depth.js

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)