Skip to content

Commit

Permalink
增加对IOS微信的支持
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyuecn committed Apr 23, 2019
1 parent ae1178f commit e60180d
Show file tree
Hide file tree
Showing 11 changed files with 156 additions and 42 deletions.
Binary file added .assets/demo-recordapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/app-support/app.js

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

2 changes: 1 addition & 1 deletion dist/recorder-core.js

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

44 changes: 44 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,50 @@
<script src="https://cdn.bootcss.com/jquery/1.9.1/jquery.min.js"></script>


<div>
<style>
.navItem{
display:inline-block;
width:40%;
max-width:300px;
margin-right:20px;
vertical-align: top;
background:#eee;
border-bottom: 5px solid #ccc;
color:#666;
text-decoration:none;
border-radius: 8px;
padding: 0 5px 3px;
}
.navItem.slc{
border-bottom: 5px solid #0B1;
color:#000;
}
.navItem:hover{
color:#d44;
}
.navTitle{
text-align: center;
font-size:18px;
font-weight: bold;
}
.navDesc{
font-size:12px;
}
</style>
<a class="navItem slc" href="https://xiangyuecn.github.io/Recorder/">
<div class="navTitle">Recorder测试</div>
<div class="navDesc">Recorder库使用简单,功能丰富,支持PC、Android,但IOS上仅Safari支持录音</div>
</a>

<a class="navItem" href="https://jiebian.life/web/h5/github/recordapp.aspx">
<div class="navTitle">RecordApp测试</div>
<div class="navDesc">RecordApp除Recorder支持的外,IOS上支持微信网页和小程序web-view,但需要后端提供接口</div>
</a>
</div>




<!-- begin 开始copy源码 -->
<div>
Expand Down
2 changes: 1 addition & 1 deletion recorder.mp3.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit e60180d

Please sign in to comment.