代码拉取完成,页面将自动刷新
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',
},
});
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。