fix(route): update language parameter regex in zhonglun route

This commit is contained in:
Tony 2026-03-17 02:05:38 +08:00
parent d2d4955b18
commit ed6b1924c9
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ export const handler = async (ctx) => {
};
export const route: Route = {
path: '/research/article/:language{[a-zA-Z0-9-]+}?',
path: '/research/article/:language?',
name: '中伦研究专业文章',
url: 'zhonglun.com',
maintainers: ['nczitzk'],