21 lines
600 B
TypeScript
21 lines
600 B
TypeScript
import type { Namespace } from '@/types';
|
|
|
|
export const namespace: Namespace = {
|
|
name: 'CUPL',
|
|
url: 'jwc.cupl.edu.cn/index/tzgg.htm',
|
|
description: 'China University of Political Science and Law Academic Affairs Office Notices',
|
|
|
|
zh: {
|
|
name: '中国政法大学',
|
|
description: '中国政法大学教务处通知公告',
|
|
},
|
|
'zh-TW': {
|
|
name: '中國政法大學',
|
|
description: '中國政法大學教務處通知公告',
|
|
},
|
|
ja: {
|
|
name: '中国政法大学',
|
|
description: '中国政法大学教務処通知公告',
|
|
},
|
|
};
|