mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 07:12:51 +08:00
* feat(route): add bgmlist * fix(route): bgmlist Co-authored-by: Tony <TonyRL@users.noreply.github.com> --------- Co-authored-by: Tony <TonyRL@users.noreply.github.com>
14 lines
333 B
JavaScript
14 lines
333 B
JavaScript
module.exports = {
|
|
'bgmlist.com': {
|
|
_name: '番组放送',
|
|
'.': [
|
|
{
|
|
title: '开播提醒',
|
|
docs: 'https://docs.rsshub.app/anime.html#fan-zu-fang-song',
|
|
source: ['/'],
|
|
target: '/bgmlist/onair/zh-Hans',
|
|
},
|
|
],
|
|
},
|
|
};
|