From f8ee87fa8a24d340374da7a44ebc974c202109bb Mon Sep 17 00:00:00 2001 From: hustcc Date: Wed, 5 Mar 2025 09:25:43 +0800 Subject: [PATCH] Update .umirc.js (#569) --- .umirc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.umirc.js b/.umirc.js index 5868e55..b61e75d 100644 --- a/.umirc.js +++ b/.umirc.js @@ -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 -}); \ No newline at end of file +});