Skip to content

Commit f46cbad

Browse files
committed
修正
1. 修正 css 網址
1 parent 468dc1c commit f46cbad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>RM Plugin Generator</title>
88
<!-- monaco -->
9-
<link rel="stylesheet" data-name="vs/editor/editor.main" href="./lib/monaco-editor/min/vs/editor/editor.main.css" />
9+
<link rel="stylesheet" data-name="vs/editor/editor.main"
10+
href="https://unpkg.com/monaco-editor@latest/min/vs/editor/editor.main.css" />
1011
<script>
1112
var require = {
1213
paths: { vs: "https://unpkg.com/monaco-editor@latest/min/vs" },

0 commit comments

Comments
 (0)