Update .umirc.js (#569)

This commit is contained in:
hustcc 2025-03-05 09:25:43 +08:00 committed by GitHub
parent d151b141df
commit f8ee87fa8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ export default defineConfig({
],
navs: [
null,
{ title: 'G2Plot', path: 'https://github.com/antvis/G2Plot' },
{ title: 'G2', path: 'https://github.com/antvis/G2' },
{ title: '在线文档', path: 'https://github.com/hustcc/echarts-for-react' },
{ title: 'GitHub', path: 'https://github.com/hustcc/echarts-for-react' },
],
@ -25,4 +25,4 @@ export default defineConfig({
baidu: 'df880ba684fa4f42e9e672abeef0e34b',
},
// more config: https://d.umijs.org/config
});
});