docs(route): 修改路由错误 (#16033)

This commit is contained in:
Hualiang 2024-06-29 13:57:17 +08:00 committed by GitHub
parent 577b9cdd61
commit c2a0084b54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,7 @@ const render = (work: Work, link: string) => art(path.join(getCurrentPath(import
export const route: Route = {
path: '/works/:order?/:subtitle?/:sort?',
categories: ['multimedia'],
example: '/works',
example: '/asmr-200/works',
features: {
requireConfig: false,
requirePuppeteer: false,
@ -32,7 +32,7 @@ export const route: Route = {
target: 'asmr-200/works',
},
],
name: '最新资源',
name: '最新收录',
maintainers: ['hualiong'],
url: 'asmr-200.com',
description: `| 发售日期 | 收录日期 | 销量 | 价格 | 评价 | 随机 | RJ号 |
@ -60,7 +60,6 @@ export const route: Route = {
return {
title: '最新收录 - ASMR Online',
link: 'https://asmr-200.com/',
language: 'zh-cn',
item: items,
};
},