mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-03-01 21:12:42 +08:00
修复部分已知问题
This commit is contained in:
@@ -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');
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!--{else}-->
|
||||
<div class="weui-cell weui-cell_access weui-cell_longpress<!--{if !$share[yulan]}--> filelist<!--{/if}-->" data-type="$v[type]" data-dpath="$v[dpath]" <!--{if $share[yulan]}-->onclick="yulantishi();"<!--{/if}--> <!--{if !$share[xiazai]}-->data-href="{DZZSCRIPT}?mod=io&op=download&path=$v[dpath]"<!--{/if}--> data-rid="$v[rid]">
|
||||
<div class="weui-cell weui-cell_access weui-cell_longpress<!--{if !$share[yulan]}--> filelist<!--{/if}-->" data-type="$v[type]" data-dpath="$v[dpath]" <!--{if $share[yulan]}-->onclick="yulantishi();"<!--{/if}--> <!--{if !$share[xiazai]}-->data-href="{DZZSCRIPT}?mod=io&op=download&path=$v[dpath]"<!--{/if}--> data-rid="$v[rid]">
|
||||
<div class="weui-cell__hd"><img src="$v[img]" class="weui-cell__recentimg"></div>
|
||||
<div class="weui-cell__bd">
|
||||
<h4 >$v[name]</h4>
|
||||
|
||||
Reference in New Issue
Block a user