docs: fix namespace url

This commit is contained in:
Tony 2024-09-24 23:30:44 +08:00
parent 40055ccadb
commit e7bc181ff9
10 changed files with 10 additions and 10 deletions

View File

@ -2,5 +2,5 @@ import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Academia',
url: 'https://www.academia.edu/',
url: 'www.academia.edu',
};

View File

@ -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) {

View File

@ -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) {

View File

@ -29,7 +29,7 @@ export const route: Route = {
},
],
name: '用户',
maintainers: ['pseudoyu'],
maintainers: ['kt286', 'xizeyoupan', 'pseudoyu'],
handler,
};

View File

@ -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 |`,

View File

@ -22,7 +22,7 @@ export const route: Route = {
},
],
name: '動畫瘋 - 動畫',
maintainers: ['pseudoyu'],
maintainers: ['maple3142', 'pseudoyu'],
handler,
};

View File

@ -24,7 +24,7 @@ export const route: Route = {
},
],
name: '動畫瘋 - 最後更新',
maintainers: ['pseudoyu'],
maintainers: ['maple3142', 'pseudoyu'],
handler,
url: 'ani.gamer.com.tw/',
};

View File

@ -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() {

View File

@ -2,5 +2,5 @@ import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Lemmy',
url: 'https://join-lemmy.org/',
url: 'join-lemmy.org',
};

View File

@ -2,5 +2,5 @@ import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Sustainability Magazine',
url: 'https://sustainabilitymag.com',
url: 'sustainabilitymag.com',
};