We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0370a commit 1bcb025Copy full SHA for 1bcb025
index.html
@@ -5,7 +5,7 @@
5
<title>Docsify 最小化测试</title>
6
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7
<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">
+ <link rel="stylesheet" href="https://unpkg.com/docsify/lib/themes/vue.css">
9
</head>
10
<body>
11
<div id="docsify-app-container">页面正在努力加载中...</div> <!-- 修改了ID并添加了初始文本 -->
@@ -32,6 +32,6 @@
32
console.log('[MINIMAL TEST A] window.$docsify 对象已定义完毕:', window.$docsify);
33
</script>
34
35
- <script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
+ <script src="https://unpkg.com/docsify/lib/docsify.min.js"></script>
36
</body>
37
</html>
0 commit comments