mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 14:07:54 +08:00
* feat: add clash premium releases * fix date * fix: replace newline * fix: follow v2 * docs: add clash * fix: update link * fix: format * fix: lint * style: auto format * Update docs/en/program-update.md Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update lib/v2/clash/premium.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update lib/v2/clash/premium.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * fix: md render Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
14 lines
351 B
JavaScript
14 lines
351 B
JavaScript
module.exports = {
|
|
'github.com': {
|
|
_name: 'Clash',
|
|
'.': [
|
|
{
|
|
title: 'Premium Releases',
|
|
docs: 'https://docs.rsshub.app/programming.html#cncf',
|
|
source: ['/Dreamacro/clash/releases/tag/premium'],
|
|
target: '/clash/premium',
|
|
},
|
|
],
|
|
},
|
|
};
|