mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +08:00
14 lines
443 B
JavaScript
14 lines
443 B
JavaScript
module.exports = {
|
|
'android.com': {
|
|
_name: 'Android Developers',
|
|
developer: [
|
|
{
|
|
title: 'SDK Platform Tools release notes',
|
|
docs: 'https://docs.rsshub.app/program-update.html#android-sdk-platform-tools-release-notes',
|
|
source: ['/studio/releases/platform-tools', '/'],
|
|
target: '/android/platform-tools-releases',
|
|
},
|
|
],
|
|
},
|
|
};
|