diff --git a/core/core_version.php b/core/core_version.php index 615e338..b0ee84d 100644 --- a/core/core_version.php +++ b/core/core_version.php @@ -14,7 +14,7 @@ if(!defined('CORE_VERSION')) { define('CORE_VERSION', '2.02'); define('CORE_RELEASE', '20180909'); define('CORE_FIXBUG' , '20000000'); - define('CORE_XHVERSION', '1.61'); + define('CORE_XHVERSION', '1.62'); define('CORE_XHRELEASE', '20220901'); define('CORE_XHFIXBUG' , '202201102'); } \ No newline at end of file diff --git a/dzz/index_simple/images/main.css b/dzz/index_simple/images/main.css index ea8154a..37adb80 100644 --- a/dzz/index_simple/images/main.css +++ b/dzz/index_simple/images/main.css @@ -43,9 +43,6 @@ padding:0; background: url(1.jpg); background-size: cover; - display: flex; - align-content: space-around; - flex-wrap: wrap; } .main-content{ padding:0; diff --git a/dzz/shares/function/function_common.php b/dzz/shares/function/function_common.php index 5caee48..d1c286b 100644 --- a/dzz/shares/function/function_common.php +++ b/dzz/shares/function/function_common.php @@ -104,7 +104,7 @@ function getOpenUrl($icoarr,$share){ return array('type'=>'attach','url'=>$url,'canedit'=>$data['canedit']); } - }elseif ($share['xiazai']){//没有可用的打开方式,转入下载; + }else{//没有可用的打开方式,转入下载; $sid=dzzencode($share['id'],'',0,0); if($candownload){ return array('type'=>'download','url'=>'index.php?mod=shares&op=download&operation=download&sid='.$sid.'&filename='.$icoarr['name'].'&path='.$dpath); diff --git a/dzz/shares/template/mobile/list_item.htm b/dzz/shares/template/mobile/list_item.htm index 9467fcb..e32e14f 100644 --- a/dzz/shares/template/mobile/list_item.htm +++ b/dzz/shares/template/mobile/list_item.htm @@ -23,7 +23,7 @@ -