mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +08:00
docs(route): 修改文档中的路由错误 (#16684)
This commit is contained in:
@@ -8,7 +8,7 @@ import ofetch from '@/utils/ofetch';
|
||||
const dict = { '434': '行业资讯', '436': '协会动态', '438': '重要通知', '440': '政策法规' };
|
||||
|
||||
export const route: Route = {
|
||||
path: 'news/:typeId',
|
||||
path: '/news/:typeId',
|
||||
categories: ['government'],
|
||||
example: '/samd/news/440',
|
||||
parameters: { type: '文章类型ID,见下表' },
|
||||
|
||||
Reference in New Issue
Block a user