mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +08:00
fix(route): fix 免費資源網路社群 (#14829)
This commit is contained in:
@@ -4,13 +4,14 @@ import got from '@/utils/got';
|
||||
|
||||
export const route: Route = {
|
||||
path: '/',
|
||||
categories: ['blog'],
|
||||
example: '/free',
|
||||
radar: [
|
||||
{
|
||||
source: ['free.com.tw/'],
|
||||
target: '',
|
||||
},
|
||||
],
|
||||
name: 'Unknown',
|
||||
name: '最新文章',
|
||||
maintainers: ['cnkmmk'],
|
||||
handler,
|
||||
url: 'free.com.tw/',
|
||||
|
||||
Reference in New Issue
Block a user