mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +08:00
fix: cs index path (#14846)
This commit is contained in:
@@ -14,7 +14,7 @@ const decodeBufferByCharset = (buffer) => {
|
||||
};
|
||||
|
||||
export const route: Route = {
|
||||
path: '/:category?',
|
||||
path: '/:category{.+}?',
|
||||
name: '栏目',
|
||||
parameters: { category: '分类,见下表,默认为首页' },
|
||||
maintainers: ['nczitzk'],
|
||||
|
||||
@@ -3,4 +3,5 @@ import type { Namespace } from '@/types';
|
||||
export const namespace: Namespace = {
|
||||
name: '中证网',
|
||||
url: 'cs.com.cn',
|
||||
categories: ['finance'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user