代码拉取完成,页面将自动刷新
import { defineConfig } from 'dumi';
export default defineConfig({
title: '雷数前端',
favicon: 'https://avatars0.githubusercontent.com/u/56826119',
logo: 'https://avatars0.githubusercontent.com/u/56826119',
outputPath: 'docs-dist',
mode: 'site',
hash: true,
base: '/td-design',
publicPath: '/td-design/',
exportStatic: {},
dynamicImport: {},
extraBabelPlugins: [
[
'import',
{
libraryName: 'antd',
libraryDirectory: 'es',
style: 'css',
},
],
],
chainWebpack(config) {
config.module
.rule('ttf')
.test(/.(ttf|otf)$/)
.use('file-loader')
.loader('file-loader');
config.module
.rule('media')
.test(/\.(mp4)$/)
.use('file-loader')
.loader(require.resolve('file-loader'));
},
// ssr: {},
navs: [
{
title: 'RN组件库',
path: '/react-native',
},
{
title: '大屏素材库',
path: '/screen',
},
{
title: '设计模式',
path: '/pattern',
},
{
title: '数据结构',
path: '/structure',
},
{
title: '软件开发',
path: '/development',
},
{
title: '更新日志',
path: '/changelog',
},
{
title: '常见问题',
path: '/faq',
},
{
title: '友情链接',
path: '/friendlink',
},
{
title: 'GitHub',
path: 'https://github.com/thundersdata-frontend/td-design',
},
],
});
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。