浏览代码

Manual: fixed link error for editor.html (#25461)

linbingquan 2 年之前
父节点
当前提交
9f214bc799
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      manual/examples/resources/editor.html

+ 1 - 1
manual/examples/resources/editor.html

@@ -277,7 +277,7 @@ button:focus {
   </div>
 </div>
 </body>
-<script src="/manual/3rdparty/monaco-editor/min/vs/loader.js"></script>
+<script src="https://unpkg.com/[email protected]/min/vs/loader.js"></script>
 <script src="editor-settings.js"></script>
 <script src="editor.js"></script>