Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Oct 30, 2023
1 parent cf038cc commit 1d3f547
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/gi-sdk/.umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export default {
scripts: [
'https://gw.alipayobjects.com/os/lib/react/17.0.2/umd/react.development.js',
'https://gw.alipayobjects.com/os/lib/react-dom/17.0.2/umd/react-dom.development.js',
'https://gw.alipayobjects.com/os/lib/antv/g6/5.0.0-beta.20/dist/g6.min.js',
// 'https://gw.alipayobjects.com/os/lib/antv/g6/5.0.0-beta.20/dist/g6.min.js',
"http://127.0.0.1:9001/g6.min.js",
'https://gw.alipayobjects.com/os/lib/antd/4.24.14/dist/antd.min.js',
],
};
3 changes: 2 additions & 1 deletion packages/gi-site/.umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ const EXTRA_CONFIG = isDev
'https://gw.alipayobjects.com/os/lib/react-dom/17.0.2/umd/react-dom.production.min.js',
'https://gw.alipayobjects.com/os/lib/lodash/4.17.21/lodash.min.js',
'https://gw.alipayobjects.com/os/lib/antd/4.24.8/dist/antd.min.js',
`https://gw.alipayobjects.com/os/lib/antv/g6/${G6_VERSION}/dist/g6.min.js`,
// `https://gw.alipayobjects.com/os/lib/antv/g6/${G6_VERSION}/dist/g6.min.js`,
"http://127.0.0.1:9001/g6.min.js",
// `https://gw.alipayobjects.com/os/lib/antv/graphin/${GRAPHIN_VERSION}/dist/graphin.min.js`,
'https://gw.alipayobjects.com/os/lib/antv/gi-sdk-app/1.0.5/dist/index.min.js',
],
Expand Down
3 changes: 2 additions & 1 deletion packages/graphin/.umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export default {
scripts: [
'https://gw.alipayobjects.com/os/lib/react/17.0.2/umd/react.development.js',
'https://gw.alipayobjects.com/os/lib/react-dom/17.0.2/umd/react-dom.development.js',
'https://gw.alipayobjects.com/os/lib/antv/g6/5.0.0-beta.20/dist/g6.min.js',
// 'https://gw.alipayobjects.com/os/lib/antv/g6/5.0.0-beta.20/dist/g6.min.js',
"http://127.0.0.1:9001/g6.min.js",
'https://gw.alipayobjects.com/os/lib/antd/4.24.14/dist/antd.min.js',
],
};

0 comments on commit 1d3f547

Please sign in to comment.