fix(route): mwm namespace

close #14590
This commit is contained in:
Tony 2024-11-26 20:47:01 +08:00
parent 3e2d8b414f
commit 771f9fc91b
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import { parseDate } from '@/utils/parse-date';
export const route: Route = {
path: '/:category?',
categories: ['journal'],
example: '/mvm',
example: '/mwm',
parameters: { category: '分类,见下表,默认为本期要目' },
features: {
requireConfig: false,