imzbf / md-editor-v3

Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...
https://imzbf.github.io/md-editor-v3
MIT License
1.51k stars 145 forks source link

内部网络无法访问cdnBase怎么解决 #611

Closed zdm0100 closed 1 month ago

zdm0100 commented 1 month ago

Describe the issue

const iconfontSvgUrl = "https://at.alicdn.com/t/c/font_2605852_cmafimm6hot.js"; const iconfontClassUrl = "https://at.alicdn.com/t/c/font_2605852_cmafimm6hot.css"; const cdnBase = "https://cdnjs.cloudflare.com/ajax/libs"; const highlightUrl = ${cdnBase}/highlight.js/11.8.0/highlight.min.js; const prettierUrl = { main: ${cdnBase}/prettier/2.8.0/standalone.js, markdown: ${cdnBase}/prettier/2.8.0/parser-markdown.js }; const cropperUrl = { css: ${cdnBase}/cropperjs/1.5.13/cropper.min.css, js: ${cdnBase}/cropperjs/1.5.13/cropper.min.js }; const screenfullUrl = ${cdnBase}/screenfull.js/5.2.0/screenfull.min.js;

Procedure version

nodejs

Reproduction link

No response

imzbf commented 1 month ago

两个方案,参考:https://github.com/imzbf/md-editor-v3/issues/584#issuecomment-2186084314