From a33502b716e7faeab190045e4e227e134d8726f4 Mon Sep 17 00:00:00 2001 From: cnkmmk <22782790+cnkmmk@users.noreply.github.com> Date: Wed, 20 Mar 2024 00:14:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(route):=20Fix=20=E5=9B=BD=E5=A4=96=E4=B8=BB?= =?UTF-8?q?=E6=9C=BA=E6=B5=8B=E8=AF=84=20(#14860)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routes/zhujiceping/rss.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/routes/zhujiceping/rss.ts b/lib/routes/zhujiceping/rss.ts index 3a6515881..1c28d10d5 100644 --- a/lib/routes/zhujiceping/rss.ts +++ b/lib/routes/zhujiceping/rss.ts @@ -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/',