Files
RSSHub/lib/v2/modelscope/radar.js
2023-08-15 03:12:12 +01:00

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',
},
],
},
};