mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 10:08:02 +08:00
14 lines
336 B
JavaScript
14 lines
336 B
JavaScript
module.exports = {
|
|
'firefox.com': {
|
|
_name: 'Mozilla',
|
|
monitor: [
|
|
{
|
|
title: 'Firefox Monitor',
|
|
docs: 'https://docs.rsshub.app/routes/other#mozilla',
|
|
source: ['/', '/breaches'],
|
|
target: '/firefox/breaches',
|
|
},
|
|
],
|
|
},
|
|
};
|