mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 02:28:23 +08:00
14 lines
334 B
JavaScript
14 lines
334 B
JavaScript
module.exports = {
|
|
'vmware.com': {
|
|
_name: 'VMware',
|
|
flings: [
|
|
{
|
|
title: 'Flings',
|
|
docs: 'https://docs.rsshub.app/routes/program-update#vmware-flings',
|
|
source: ['/flings', '/'],
|
|
target: '/vmware/flings',
|
|
},
|
|
],
|
|
},
|
|
};
|