fix(route): fix 不良林 (#14869)

This commit is contained in:
cnkmmk 2024-03-20 23:08:42 +08:00 committed by GitHub
parent 3063dfd10d
commit ba2171efdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -5,13 +5,14 @@ import { load } from 'cheerio';
export const route: Route = {
path: '/',
categories: ['blog'],
example: '/bulianglin',
radar: [
{
source: ['bulianglin.com/'],
target: '',
},
],
name: 'Unknown',
name: '全部文章',
maintainers: ['cnkmmk'],
handler,
url: 'bulianglin.com/',