Files
RSSHub/lib/v2/apple/radar.js
Fatpandac 9cb8d5053c fix(route): apple/exchange_repair refactor to V2 (#9176)
* fix(route): apple/exchange_repair refactor to V2

* fix(route): add radar.js

* fix: remove legacy url.resolve use tryGet
2022-02-25 00:00:09 +08:00

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',
},
],
},
};