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