Skip to content

Commit 1bcb025

Browse files
authored
Update index.html
1 parent 8a0370a commit 1bcb025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Docsify 最小化测试</title>
66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
8-
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
8+
<link rel="stylesheet" href="https://unpkg.com/docsify/lib/themes/vue.css">
99
</head>
1010
<body>
1111
<div id="docsify-app-container">页面正在努力加载中...</div> <!-- 修改了ID并添加了初始文本 -->
@@ -32,6 +32,6 @@
3232
console.log('[MINIMAL TEST A] window.$docsify 对象已定义完毕:', window.$docsify);
3333
</script>
3434

35-
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
35+
<script src="https://unpkg.com/docsify/lib/docsify.min.js"></script>
3636
</body>
3737
</html>

0 commit comments

Comments
 (0)