Skip to content

Commit

Permalink
2020-09-17 20:47:23
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardforcel committed Sep 17, 2020
1 parent c4eea03 commit d1e9f24
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions asset/docsify-copy-code.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,17 @@
placeholder: '搜索',
noData: '没有结果',
},
copyCode: {
buttonText: '复制',
errorText: 'Error',
successText: 'OK!',
},
}
</script>

<script src="asset/docsify.min.js"></script>
<script src="asset/search.min.js"></script>
<script src="asset/prism-python.min.js"></script>
<script src="asset/docsify-copy-code.min.js"></script>
</body>
</html>

0 comments on commit d1e9f24

Please sign in to comment.