fix(yande): update namespace and route details (#16940)

* fix(yande): update namespace and route details

* fix: add back original authors

---------
This commit is contained in:
Neko Aria 2024-09-27 23:11:43 +08:00 committed by GitHub
parent 3bb7b35043
commit 11d67a26bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'yande',
name: 'yande.re',
url: 'yande.re',
description: `yande post`,
};

View File

@ -4,20 +4,20 @@ import queryString from 'query-string';
export const route: Route = {
path: '/post/popular_recent/:period?',
categories: ['anime'],
categories: ['picture'],
example: '/yande/post/popular_recent/1d',
parameters: {
period: '展示时间',
},
radar: [
{
source: ['yande.re/post/'],
source: ['yande.re/post'],
},
],
name: 'posts',
maintainers: ['fashioncj', 'NekoAria'],
description: `| 最近 24 小时 | 最近一周 | 最近一月 | 最近一年 |
| ------- | -------- | ------- | -------- |
name: 'Popular Recent Posts',
maintainers: ['magic-akari', 'SettingDust', 'fashioncj', 'NekoAria'],
description: `| 最近 24 小时 | 最近一周 | 最近一月 | 最近一年 |
| ------- | -------- | ------- | -------- |
| 1d | 1w | 1m | 1y |`,
handler,
};