Files
RSSHub/lib/v2/modelscope/radar.js
2023-03-26 03:32:59 +08:00

34 lines
1.1 KiB
JavaScript

module.exports = {
'modelscope.cn': {
_name: 'ModelScope 魔搭社区',
'.': [
{
title: '数据集',
docs: 'https://docs.rsshub.app/programming.html#modelscope-mo-da-she-qu',
source: ['/datasets'],
target: '/modelscope/datasets',
},
{
title: '模型库',
docs: 'https://docs.rsshub.app/programming.html#modelscope-mo-da-she-qu',
source: ['/models'],
target: '/modelscope/models',
},
{
title: '创空间',
docs: 'https://docs.rsshub.app/programming.html#modelscope-mo-da-she-qu',
source: ['/studios'],
target: '/modelscope/studios',
},
],
community: [
{
title: 'DevPress 官方社区',
docs: 'https://docs.rsshub.app/programming.html#modelscope-mo-da-she-qu',
source: ['/'],
target: '/modelscope/community',
},
],
},
};