优化 #5643
This commit is contained in:
@@ -206,7 +206,7 @@
|
||||
<div class="inline-block">
|
||||
<!--<p class="status">已与同局域网的电纸书<span id="status"></span>连接</p>-->
|
||||
<p class="status">可支持文件格式: </p>
|
||||
<p class="type">TXT、EPUB、UMD</p>
|
||||
<p class="type">TXT、EPUB、UMD、PDF、MOBI、AZW3、AZW</p>
|
||||
</div>
|
||||
<div class="inline">
|
||||
<span class="warning" id="warning" style="display: none">请<a href="https://get.adobe.com/cn/flashplayer/" target="_blank">点击</a>安装flash插件</span>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
//全局的配置文件
|
||||
var config = {
|
||||
fileTypes: "txt|epub|umd", //允许上传的文件格式 "txt|epub" // |doc|docx|wps|xls|xlsx|et|ppt|pptx|dps
|
||||
fileTypes: "txt|epub|umd|pdf|mobi|azw3|azw", //允许上传的文件格式 "txt|epub" // |doc|docx|wps|xls|xlsx|et|ppt|pptx|dps
|
||||
//url : "http://"+location.host+"?action=addBook",//"http://localhost/t/post.php",//
|
||||
url: "../addLocalBook",
|
||||
fileLimitSize : 500 * 1024 *1024
|
||||
|
||||
Reference in New Issue
Block a user