15 lines
349 B
TypeScript
15 lines
349 B
TypeScript
import type { Namespace } from '@/types';
|
|
|
|
export const namespace: Namespace = {
|
|
name: '虚词',
|
|
url: 'p-articles.com',
|
|
description: `
|
|
::: tip
|
|
p-articles provides some official RSS feeds:
|
|
|
|
- section: \`https://p-articles.com/section/:section\`
|
|
- contributors: \`https://p-articles.com/contributors/:author\`
|
|
:::`,
|
|
lang: 'en',
|
|
};
|