mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 21:18:57 +08:00
* fix(route): apple/exchange_repair refactor to V2 * fix(route): add radar.js * fix: remove legacy url.resolve use tryGet
14 lines
363 B
JavaScript
14 lines
363 B
JavaScript
module.exports = {
|
|
'apple.com': {
|
|
_name: 'Apple',
|
|
support: [
|
|
{
|
|
title: '换和维修扩展计划',
|
|
docs: 'https://docs.rsshub.app/other.html#apple',
|
|
source: ['/:country/service-programs'],
|
|
target: '/apple/exchange_repair/:country',
|
|
},
|
|
],
|
|
},
|
|
};
|