12345678910111213141516 |
- import type { UserConfig } from 'vitepress'
- export const config: UserConfig = {
- title: 'kankan components',
- description: '四维组件文档中心',
- lastUpdated: true,
- themeConfig: {
- repo: '',
- docsBranch: '',
- docsDir: '',
- editLinks: true,
- editLinkText: '',
- lastUpdated: 'Last Updated',
- },
- }
- export default config
|