mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +08:00
fix(route): Fix 国外主机测评 (#14860)
This commit is contained in:
@@ -5,13 +5,14 @@ import { load } from 'cheerio';
|
||||
|
||||
export const route: Route = {
|
||||
path: '/',
|
||||
categories: ['blog'],
|
||||
example: '/zhujiceping',
|
||||
radar: [
|
||||
{
|
||||
source: ['zhujiceping.com/'],
|
||||
target: '',
|
||||
},
|
||||
],
|
||||
name: 'Unknown',
|
||||
name: '最新发布',
|
||||
maintainers: ['cnkmmk'],
|
||||
handler,
|
||||
url: 'zhujiceping.com/',
|
||||
|
||||
Reference in New Issue
Block a user