|
module.exports = {
|
|
'notateslaapp.com': {
|
|
_name: 'Not a Tesla App',
|
|
'.': [
|
|
{
|
|
title: '特斯拉系统更新',
|
|
docs: 'https://docs.rsshub.app/routes/program-update#not-a-tesla-app',
|
|
source: ['/software-updates/history', '/software-updates', '/'],
|
|
target: '/notateslaapp/ota',
|
|
},
|
|
],
|
|
},
|
|
};
|