From 0b876b7a4eb2cf02639b399f43719b21fb043a54 Mon Sep 17 00:00:00 2001 From: anemology Date: Mon, 10 Jun 2019 11:52:45 +0800 Subject: [PATCH] feat: add asahichinese whatsnew (#2356) --- docs/traditional-media.md | 12 ++++++------ lib/routes/asahichinese-f/index.js | 1 + lib/routes/asahichinese-j/index.js | 1 + 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/traditional-media.md b/docs/traditional-media.md index 3314ebb0a..47ad1c900 100644 --- a/docs/traditional-media.md +++ b/docs/traditional-media.md @@ -305,9 +305,9 @@ category 对应的关键词有 版块: -| society | politics_economy | cool_japan | travel | sports | business | technology | world | opinion | -| -------- | ---------------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| 國內綜合 | 政治・經濟 | 文化・生活 | 旅遊・活動 | 體育・奧運 | 商業・商品 | IT・科技 | 國際・東亞 | 評論・專欄 | +| society | politics_economy | cool_japan | travel | sports | business | technology | world | opinion | whatsnew | +| -------- | ---------------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -------- | +| 國內綜合 | 政治・經濟 | 文化・生活 | 旅遊・活動 | 體育・奧運 | 商業・商品 | IT・科技 | 國際・東亞 | 評論・專欄 | 最新消息 | 版块 `cool_japan` 和 `travel` 包含子版块: @@ -333,9 +333,9 @@ category 对应的关键词有 版块: -| society | politics_economy | cool_japan | travel | sports | business | technology | world | opinion | -| -------- | ---------------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| 日本社会 | 政治・经济 | 文娱・生活 | 旅游・活动 | 体育・奥运 | 商务・商品 | IT・科技 | 国际・东亚 | 观点・专栏 | +| society | politics_economy | cool_japan | travel | sports | business | technology | world | opinion | whatsnew | +| -------- | ---------------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -------- | +| 日本社会 | 政治・经济 | 文娱・生活 | 旅游・活动 | 体育・奥运 | 商务・商品 | IT・科技 | 国际・东亚 | 观点・专栏 | 最新 | 版块 `cool_japan` 和 `travel` 包含子版块: diff --git a/lib/routes/asahichinese-f/index.js b/lib/routes/asahichinese-f/index.js index 6681c3e21..b903fbfbc 100644 --- a/lib/routes/asahichinese-f/index.js +++ b/lib/routes/asahichinese-f/index.js @@ -34,6 +34,7 @@ const categoryCodes = new Map([ ['technology', { name: 'IT・科技', types: {} }], ['world', { name: '國際・東亞', types: {} }], ['opinion', { name: '評論・專欄', types: {} }], + ['whatsnew', { name: '最新消息', types: {} }], ]); const host = 'https://asahichinese-f.com'; diff --git a/lib/routes/asahichinese-j/index.js b/lib/routes/asahichinese-j/index.js index 32facb20a..cffb6282d 100644 --- a/lib/routes/asahichinese-j/index.js +++ b/lib/routes/asahichinese-j/index.js @@ -34,6 +34,7 @@ const categoryCodes = new Map([ ['technology', { name: 'IT・科技', types: {} }], ['world', { name: '国际・东亚', types: {} }], ['opinion', { name: '观点・专栏', types: {} }], + ['whatsnew', { name: '最新', types: {} }], ]); const host = 'https://asahichinese-j.com';