mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
34 lines
1.1 KiB
JavaScript
34 lines
1.1 KiB
JavaScript
module.exports = {
|
|
'modelscope.cn': {
|
|
_name: 'ModelScope 魔搭社区',
|
|
'.': [
|
|
{
|
|
title: '数据集',
|
|
docs: 'https://docs.rsshub.app/routes/programming#modelscope-mo-da-she-qu',
|
|
source: ['/datasets'],
|
|
target: '/modelscope/datasets',
|
|
},
|
|
{
|
|
title: '模型库',
|
|
docs: 'https://docs.rsshub.app/routes/programming#modelscope-mo-da-she-qu',
|
|
source: ['/models'],
|
|
target: '/modelscope/models',
|
|
},
|
|
{
|
|
title: '创空间',
|
|
docs: 'https://docs.rsshub.app/routes/programming#modelscope-mo-da-she-qu',
|
|
source: ['/studios'],
|
|
target: '/modelscope/studios',
|
|
},
|
|
],
|
|
community: [
|
|
{
|
|
title: 'DevPress 官方社区',
|
|
docs: 'https://docs.rsshub.app/routes/programming#modelscope-mo-da-she-qu',
|
|
source: ['/'],
|
|
target: '/modelscope/community',
|
|
},
|
|
],
|
|
},
|
|
};
|