RSSHub/lib/v2/apple/radar.js

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