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

14 lines
362 B
JavaScript

module.exports = {
'macupdate.com': {
_name: 'MacUpdate',
'.': [
{
title: '更新',
docs: 'https://docs.rsshub.app/routes/program-update#macupdate',
source: ['/app/mac/:appId/:appSlug'],
target: '/macupdate/app/:appId/:appSlug?',
},
],
},
};