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:
parent
3bb7b35043
commit
11d67a26bd
|
|
@ -1,7 +1,7 @@
|
|||
import type { Namespace } from '@/types';
|
||||
|
||||
export const namespace: Namespace = {
|
||||
name: 'yande',
|
||||
name: 'yande.re',
|
||||
url: 'yande.re',
|
||||
description: `yande post`,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue