Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
steve02081504 committed Jun 15, 2023
1 parent aa6d3da commit a728e76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Sample</title>
<!-- 引用"jsstp.js"文件 -->
<script type="text/javascript" src="./jsstp.js"></script>
<script type="text/javascript" src="./jsstp.min.js"></script>
<script>
// 定义一个函数
async function send() {
Expand Down
2 changes: 1 addition & 1 deletion dist/simple_example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Sample</title>
<!-- 引用"jsstp.js"文件 -->
<script type="text/javascript" src="../jsstp.js"></script>
<script type="text/javascript" src="../jsstp.min.js"></script>
<script type="text/javascript">
//定义一个测试方法
function test_jsstp() {
Expand Down

0 comments on commit a728e76

Please sign in to comment.