This commit is contained in:
Horis
2026-01-06 21:54:11 +08:00
parent 633261a859
commit 21de2b085b
2 changed files with 2 additions and 2 deletions
@@ -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