docs: fix namespace url
This commit is contained in:
parent
40055ccadb
commit
e7bc181ff9
|
|
@ -2,5 +2,5 @@ import type { Namespace } from '@/types';
|
|||
|
||||
export const namespace: Namespace = {
|
||||
name: 'Academia',
|
||||
url: 'https://www.academia.edu/',
|
||||
url: 'www.academia.edu',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ export const route: Route = {
|
|||
name: '播客',
|
||||
maintainers: ['Acring'],
|
||||
handler,
|
||||
url: 'https://www.apple.com.cn/apple-podcasts/',
|
||||
url: 'www.apple.com.cn/apple-podcasts/',
|
||||
};
|
||||
|
||||
async function handler(ctx) {
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ export const route: Route = {
|
|||
name: '教务处',
|
||||
maintainers: ['Yoruet'],
|
||||
handler,
|
||||
url: 'https://jwc.bupt.edu.cn/',
|
||||
url: 'jwc.bupt.edu.cn',
|
||||
};
|
||||
|
||||
async function handler(ctx: Context) {
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ export const route: Route = {
|
|||
},
|
||||
],
|
||||
name: '用户',
|
||||
maintainers: ['pseudoyu'],
|
||||
maintainers: ['kt286', 'xizeyoupan', 'pseudoyu'],
|
||||
handler,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ export const route: Route = {
|
|||
name: '考试新闻发布',
|
||||
maintainers: ['zytomorrow'],
|
||||
handler,
|
||||
url: 'https://www.dykszx.com/*',
|
||||
url: 'www.dykszx.com',
|
||||
description: `| 新闻中心 | 公务员考试 | 事业单位 | (职)业资格、职称考试 | 其他 |
|
||||
| :------: | :------: | :------: |:------: |:------: |
|
||||
| all | gwy | sydw | zyzc | other |`,
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ export const route: Route = {
|
|||
},
|
||||
],
|
||||
name: '動畫瘋 - 動畫',
|
||||
maintainers: ['pseudoyu'],
|
||||
maintainers: ['maple3142', 'pseudoyu'],
|
||||
handler,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ export const route: Route = {
|
|||
},
|
||||
],
|
||||
name: '動畫瘋 - 最後更新',
|
||||
maintainers: ['pseudoyu'],
|
||||
maintainers: ['maple3142', 'pseudoyu'],
|
||||
handler,
|
||||
url: 'ani.gamer.com.tw/',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ export const route: Route = {
|
|||
name: 'Engineering blogs',
|
||||
maintainers: ['ZiHao256'],
|
||||
handler,
|
||||
url: 'https://infos.imhcg.cn/',
|
||||
url: 'infos.imhcg.cn',
|
||||
};
|
||||
|
||||
async function handler() {
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@ import type { Namespace } from '@/types';
|
|||
|
||||
export const namespace: Namespace = {
|
||||
name: 'Lemmy',
|
||||
url: 'https://join-lemmy.org/',
|
||||
url: 'join-lemmy.org',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@ import type { Namespace } from '@/types';
|
|||
|
||||
export const namespace: Namespace = {
|
||||
name: 'Sustainability Magazine',
|
||||
url: 'https://sustainabilitymag.com',
|
||||
url: 'sustainabilitymag.com',
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue