加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.umirc.ts 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
import { defineConfig } from 'dumi';
export default defineConfig({
mode: 'site',
logo: 'https://img.alicdn.com/tfs/TB1FFA1CFP7gK0jSZFjXXc5aXXa-214-200.png',
title: 'GGEditor',
favicon: 'https://img.alicdn.com/tfs/TB1Des3CNn1gK0jSZKPXXXvUXXa-16-16.ico',
navs: {
'en-US': [
null,
{
title: 'GitHub',
path: 'https://github.com/alibaba/GGEditor',
},
{
title: 'Changelog',
path: 'https://github.com/alibaba/GGEditor/blob/master/CHANGELOG.md',
},
],
'zh-CN': [
null,
{
title: 'GitHub',
path: 'https://github.com/alibaba/GGEditor',
},
{
title: '更新日志',
path: 'https://github.com/alibaba/GGEditor/blob/master/CHANGELOG.md',
},
],
},
exportStatic: {},
styles: ['https://g.alicdn.com/code/lib/antd/3.23.6/antd.min.css'],
scripts: [
'https://g.alicdn.com/code/lib/react/16.8.6/umd/react.production.min.js',
'https://g.alicdn.com/code/lib/react-dom/16.8.6/umd/react-dom.production.min.js',
'https://g.alicdn.com/code/lib/moment.js/2.24.0/moment.min.js',
'https://g.alicdn.com/code/lib/antd/3.23.6/antd.min.js',
],
externals: {
react: 'React',
'react-dom': 'ReactDOM',
antd: 'antd',
},
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化