Skip to content

Commit

Permalink
fix: 切换cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
lingxyz committed Mar 25, 2022
1 parent ae9d143 commit d927ebd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<a data-theme="vue">换肤</a>
</nav>
<div id="app"></div>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-edit-on-github"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/docsify/4.12.2/docsify.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-edit-on-github"></script>
<script>
window.$docsify = {
basePath: '/docs/',
Expand All @@ -38,7 +38,7 @@
]
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/docsify/4.12.2/plugins/search.min.js"></script>
<script>
/**
* 换肤
Expand Down

0 comments on commit d927ebd

Please sign in to comment.