forked from doocs/advanced-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use fastly.jsdelivr.net More options: test1.jsdelivr.net, testingcf.jsdelivr.net, fastly.jsdelivr.net, gcore.jsdelivr.net
- Loading branch information
Showing
8 changed files
with
37 additions
and
30 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
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
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
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
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
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
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
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,8 +9,8 @@ | |
<meta name="description" content="互联网 Java 工程师进阶知识完全扫盲,项目维护者:杨立滨" /> | ||
<meta name="viewport" | ||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" /> | ||
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" /> | ||
<link rel="stylesheet" href="//unpkg.com/docsify-darklight-theme@latest/dist/style.min.css"> | ||
<link rel="stylesheet" href="//fastly.jsdelivr.net/npm/docsify/lib/themes/vue.css" /> | ||
<link rel="stylesheet" href="//fastly.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png" /> | ||
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png" /> | ||
<style> | ||
|
@@ -161,15 +161,22 @@ | |
], | ||
}; | ||
</script> | ||
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script> | ||
<script src="//unpkg.com/prismjs/components/prism-java.min.js"></script> | ||
<script src="//unpkg.com/[email protected]/dist/docsify-copy-code.min.js"></script> | ||
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script> | ||
<script src="//unpkg.com/docsify/lib/plugins/emoji.min.js"></script> | ||
<script src="//unpkg.com/docsify/lib/plugins/zoom-image.min.js"></script> | ||
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script> | ||
<script src="//unpkg.com/docsify-darklight-theme@latest/dist/index.min.js"></script> | ||
<script src="//unpkg.com/docsify-contributors@latest/dist/index.min.js"></script> | ||
<script src="//fastly.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script> | ||
<script src="//fastly.jsdelivr.net/npm/prismjs/components/prism-java.min.js"></script> | ||
<script src="//fastly.jsdelivr.net/npm/[email protected]/dist/docsify-copy-code.min.js"></script> | ||
<script src="//fastly.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script> | ||
<script src="//fastly.jsdelivr.net/npm/docsify/lib/plugins/zoom-image.min.js"></script> | ||
<script src="//fastly.jsdelivr.net/npm/docsify-pagination/dist/docsify-pagination.min.js"></script> | ||
<script src="//fastly.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js"></script> | ||
<script src="//fastly.jsdelivr.net/npm/docsify-contributors@latest/dist/index.min.js"></script> | ||
</body> | ||
|
||
<!-- | ||
cdn.jsdelivr.net | ||
test1.jsdelivr.net | ||
testingcf.jsdelivr.net | ||
fastly.jsdelivr.net | ||
gcore.jsdelivr.net | ||
--> | ||
|
||
</html> |