-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<meta name="author" contect="XIU2,X.I.U,西柚秀" /> | ||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" /> | ||
<link rel="icon" type="image/x-icon" href="img/favicon.ico"> | ||
<link rel="stylesheet" href="https://jsdelivr.b-cdn.net/npm/[email protected].1/lib/themes/vue.css" /> | ||
<link rel="stylesheet" href="https://cdn.jsdmirror.com/npm/[email protected].2/lib/themes/vue.css" /> | ||
<style type="text/css"> | ||
details {margin-left: 10px;} | ||
summary {color: var(--theme-color,#3aa273);cursor: help;} | ||
|
@@ -47,8 +47,8 @@ | |
tabs: {persist: false,sync: true,theme: 'classic',tabComments: true,tabHeadings: true} | ||
} | ||
</script> | ||
<script src="https://jsdelivr.b-cdn.net/npm/[email protected].1/lib/docsify.min.js"></script> | ||
<script src="https://use.sevencdn.com/ajax/libs/prism/1.28.0/components/prism-bash.min.js"></script><!-- bash代码高亮插件 --> | ||
<script src="https://use.sevencdn.com/ajax/libs/docsify-copy-code/2.1.1/docsify-copy-code.min.js"></script><!-- 复制代码功能插件 --> | ||
<script src="https://cdn.jsdmirror.com/npm/[email protected].2/lib/docsify.min.js"></script> | ||
<script src="https://cdn.jsdmirror.com/npm/prismjs@1.28.0/components/prism-bash.min.js"></script><!-- bash代码高亮插件 --> | ||
<script src="https://cdn.jsdmirror.com/npm/docsify-copy-code@2.1.1/dist/docsify-copy-code.min.js"></script><!-- 复制代码功能插件 --> | ||
</body> | ||
</html> |