Files
RSSHub/lib/v2/asus/radar.js
Tony 7d10eac6d1 feat(route): asus gpu tweak (#10293)
* feat(route): asus gpu tweak

* fix: typo
2022-07-22 04:19:21 +08:00

25 lines
642 B
JavaScript

module.exports = {
'asus.com.cn': {
_name: 'Asus 华硕',
'.': [
{
title: '固件',
docs: 'https://docs.rsshub.app/program-update.html#hua-shuo',
source: ['/'],
target: '/asus/bios/:model',
},
],
},
'asus.com': {
_name: 'ASUS',
'.': [
{
title: 'GPU Tweak',
docs: 'https://docs.rsshub.app/program-update.html#hua-shuo',
source: ['/campaign/GPU-Tweak-III/*', '/'],
target: '/asus/gpu-tweak',
},
],
},
};