diff --git a/docs/social-media.md b/docs/social-media.md index a63137b4d8..f046dd0afc 100644 --- a/docs/social-media.md +++ b/docs/social-media.md @@ -236,9 +236,9 @@ Tiny Tiny RSS 会给所有 iframe 元素添加 `sandbox="allow-scripts"` 属性 -| 全站 | 动画 | 国创相关 | 音乐 | 舞蹈 | 游戏 | 科技 | 生活 | 鬼畜 | 时尚 | 娱乐 | 影视 | -| ---- | ---- | -------- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | -| 0 | 1 | 168 | 3 | 129 | 4 | 36 | 160 | 119 | 155 | 5 | 181 | +| 全站 | 动画 | 国创相关 | 音乐 | 舞蹈 | 游戏 | 科技 | 数码 | 生活 | 鬼畜 | 时尚 | 娱乐 | 影视 | +| ---- | ---- | -------- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | +| 0 | 1 | 168 | 3 | 129 | 4 | 36 | 188 | 160 | 119 | 155 | 5 | 181 | diff --git a/lib/routes/bilibili/ranking.js b/lib/routes/bilibili/ranking.js index ebd81cdcb0..aa71c6267a 100644 --- a/lib/routes/bilibili/ranking.js +++ b/lib/routes/bilibili/ranking.js @@ -7,8 +7,8 @@ module.exports = async (ctx) => { const arc_type = ctx.params.arc_type || '1'; const disableEmbed = ctx.params.disableEmbed; const arc_type1 = arc_type === '0' ? '全部投稿' : '近期投稿'; - const rid_1 = ['0', '1', '168', '3', '129', '4', '36', '160', '119', '155', '5', '181']; - const rid_2 = ['全站', '动画', '国创相关', '音乐', '舞蹈', '游戏', '科技', '生活', '鬼畜', '时尚', '娱乐', '影视']; + const rid_1 = ['0', '1', '168', '3', '129', '4', '36', '188', '160', '119', '155', '5', '181']; + const rid_2 = ['全站', '动画', '国创相关', '音乐', '舞蹈', '游戏', '科技', '数码', '生活', '鬼畜', '时尚', '娱乐', '影视']; const rid_i = rid_1.indexOf(rid + ''); const rid_type = rid_2[rid_i]; const response = await got({