diff --git a/config/config.php b/config/config.php
index 94213ec..c8af5aa 100755
--- a/config/config.php
+++ b/config/config.php
@@ -98,7 +98,7 @@ $config = array(
// 图片水印路径 支持GIF,JPG,BMP,PNG和PNG alpha
'waterImg' => 'public/images/watermark.png',
// 允许上传的图片扩展名
- 'extensions' => "'bmp,jpg,png,tif,gif,pcx,tga,svg,webp,jpeg,tga,svg,psd,ico'",
+ 'extensions' => "'bmp,jpg,png,tif,gif,pcx,tga,svg,webp,jpeg,tga,svg,ico'",
// 轻微有损压缩图片 开启:true 关闭:false * 此压缩有可能使图片变大!特别是小图片 也有一定概率改变图片方向
'compress' => true,
// 转换图片为指定格式 可选:''|'png'|'jpeg'|'gif'|'bmp';默认值:''
@@ -145,7 +145,7 @@ $config = array(
'listNumber' => 20,
// 上传框底部自定义信息,仅支持html格式 可以放置统计代码 下面是举例:
'customize' => '
-
- -->
+
diff --git a/libs/footer.php b/libs/footer.php
index eab722b..ae4bf34 100755
--- a/libs/footer.php
+++ b/libs/footer.php
@@ -48,26 +48,8 @@
});
// NProgress
- $("body").show();
- $(".version").text(NProgress.version);
NProgress.start();
- setTimeout(function() {
- NProgress.done();
- $(".fade").removeClass("out");
- }, 1000);
-
- $("#b-0").click(function() {
- NProgress.start();
- });
- $("#b-40").click(function() {
- NProgress.set(0.4);
- });
- $("#b-inc").click(function() {
- NProgress.inc();
- });
- $("#b-100").click(function() {
- NProgress.done();
- });
+ NProgress.done();