Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
admin committed Sep 10, 2023
1 parent fb16764 commit e2e4523
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</head>
<style>
</style>
ß

<body>

<script>
Expand All @@ -25,8 +25,6 @@
//dev
plugins: [
function (hook, vm) {


hook.afterEach(function (html, next) {
// 解析成 html 后调用。
// beforeEach 和 afterEach 支持处理异步逻辑
Expand Down Expand Up @@ -131,7 +129,7 @@


</script>

<!-- Docsify v4 -->
<script src="./resources/plugin/docsify.min.js"></script>
<script src="./resources/plugin/search.min.js"></script>
Expand Down Expand Up @@ -218,6 +216,7 @@
<!-- 字数统计 -->
<script src="./resources/plugin/countable.min.js"></script>


<!-- 代码高亮 https://cdn.jsdelivr.net/npm/prismjs@1/components/ -->

<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
Expand Down

0 comments on commit e2e4523

Please sign in to comment.