Skip to content

Commit

Permalink
fix CDN resource path
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart committed Aug 29, 2024
1 parent 8120d79 commit 9dfa5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const SCRIPT_URLS_CN = {
echartsStatJS: `${CDN_ROOT_CN_NPM}echarts-stat/latest/files/dist/ecStat.min.js`,
echartsGLJS: `${CDN_ROOT_CN_NPM}echarts-gl/2/files/dist/echarts-gl.min.js`,
datGUIMinJS: `${CDN_ROOT_CN}dat-gui/0.6.5/dat.gui.min.js`,
monacoDir: `${CDN_ROOT_CN_NPM}monaco-editor/0.27.0/min/vs`,
monacoDir: `${CDN_ROOT_CN_NPM}monaco-editor/0.27.0/files/min/vs`,
aceDir: `${CDN_ROOT_CN_NPM}ace-builds/1.4.12/files/src-min-noconflict`,
prettierDir: `${CDN_ROOT_CN}prettier/2.3.2`,
highlightjsDir: `${CDN_ROOT_CN_NPM}@highlightjs/cdn-assets/11.8.0/files`,
Expand Down

0 comments on commit 9dfa5e7

Please sign in to comment.