更新内容:
1. 水印样式优化 🎨 在特定场景下,我们对水印样式进行了调整,确保水印在不被误选的同时,依然能够清晰展示,保护您的文档安全。 2. 编辑器内边距调整 📝 为了让您的编辑体验更加舒适,我们微调了编辑器主体的内边距,让内容显示更加集中和美观。 3. 文件图标大升级 📊 思维导图(.smm)、流程图(.drawio)、Excalidraw白板(.edraw)等多种文件类型现在拥有了全新的、更具辨识度的图标,让您的文件管理更加直观。 4. 网盘分享短链接功能 🔗 我们将网盘分享界面的分享链接优化为短链接,不仅方便记忆和分享,还与分享管理应用中的显示保持一致,提升用户体验。 5. 新增404页面 🚫 当您访问不存在的页面时,将不再只是简单的错误提示,而是会看到一个友好的404页面,为您指引方向。 6. 分享管理新增短链接栏 🔍 现在,您可以在分享管理应用中轻松管理所有生成的短链接,无论是查看、编辑还是删除,都变得更加便捷。
@@ -258,7 +258,6 @@ $lang = array
|
||||
'available' => 'available',
|
||||
'action' => 'action',
|
||||
'ignore' => 'ignore',
|
||||
'operation' => 'operation',
|
||||
'reason' => 'reason',
|
||||
'selling_price' => 'price',
|
||||
'original_price' => 'original',
|
||||
|
||||
@@ -258,7 +258,6 @@ $lang = array
|
||||
'available' => '可用',
|
||||
'action' => '动作',
|
||||
'ignore' => '忽略',
|
||||
'operation' => '操作',
|
||||
'reason' => '原因',
|
||||
'selling_price'=>'售价',
|
||||
'original_price'=>'原价',
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
}
|
||||
var html ='<tr class="properties-list" id="perm_'+data['success']['id']+'"> ' +
|
||||
'<td>' +
|
||||
'<img src="dzz/styles/thame/colorful/system/folder.png">'+data['success']['pername']+'</td>'+
|
||||
'<img src="dzz/images/extimg/folder.png">'+data['success']['pername']+'</td>'+
|
||||
'<td><ul class="nav nav-pills">' +permstr+'</ul></td>' +
|
||||
'<td>' +
|
||||
'<div class="form-check form-switch"><input type="checkbox" onchange="edit_perm(this,'+data['success']['id']+')" class="form-check-input" checked="checked"/></div>' +
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
<tbody class="properties-con">
|
||||
<!--{loop $permgroups $v}-->
|
||||
<tr class="properties-list" id="perm_$v[id]">
|
||||
<td><img src="dzz/styles/thame/colorful/system/folder.png">
|
||||
<td><img src="dzz/images/extimg/folder.png">
|
||||
<span class="d-inline-block text-truncate" style="max-width: 150px;">$v[pername]</span>
|
||||
<!--{if $v['system']}-->
|
||||
<p class="label">{lang system_default}</p>
|
||||
@@ -128,7 +128,7 @@
|
||||
|
||||
var html ='<tr class="properties-list" id="perm_'+data['success']['id']+'"> ' +
|
||||
'<td>' +
|
||||
'<img src="dzz/styles/thame/colorful/system/folder.png"><span class="d-inline-block text-truncate" style="max-width: 150px;">' + data['success']['pername'] + '</span> '+'</td>'+
|
||||
'<img src="dzz/images/extimg/folder.png"><span class="d-inline-block text-truncate" style="max-width: 150px;">' + data['success']['pername'] + '</span> '+'</td>'+
|
||||
'<td><ul class="nav nav-pills">' +permstr+'</ul></td>' +
|
||||
'<td>' +
|
||||
'<div class="form-check form-switch"><input type="checkbox" onchange="edit_perm(this,'+data['success']['id']+')" class="form-check-input" checked="checked"/></div>' +
|
||||
|
||||
@@ -1304,7 +1304,7 @@ class UploadHandler
|
||||
}
|
||||
$file_name = $this->get_file_name_param();
|
||||
if (!$this->is_valid_file_object($file_name)) {
|
||||
return $this->header('HTTP/1.1 404 Not Found');
|
||||
header('Location:/404.html');exit();
|
||||
}
|
||||
if ($redirect_header) {
|
||||
return $this->header(
|
||||
|
||||
@@ -207,7 +207,7 @@ class table_shares extends dzz_table
|
||||
}
|
||||
$sharestatus = array('-5'=>lang('sharefile_isdeleted_or_positionchange'),'-4' => lang('been_blocked'), '-3' => lang('file_been_deleted'), '-2' => lang('degree_exhaust'), '-1' => lang('logs_invite_status_4'), '0' => lang('founder_upgrade_normal'));
|
||||
foreach(DB::fetch_all("select * from %t where $wheresql $ordersql $limitsql",$params) as $val){
|
||||
$val['sharelink'] = outputurl(getglobal('siteurl').'index.php?mod=shares&sid='.dzzencode($val['id']));
|
||||
$val['sharelink'] = C::t('shorturl')->getShortUrl(getglobal('siteurl').'index.php?mod=shares&sid='.dzzencode($val['id']));
|
||||
$val['fdateline'] = dgmdate($val['dateline'],'Y-m-d H:i:s');
|
||||
$val['password'] = ($val['password']) ? dzzdecode($val['password']):'';
|
||||
$sid = dzzencode($val['id']);
|
||||
|
||||
@@ -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.88.2');
|
||||
define('CORE_XHRELEASE', '20240719');
|
||||
define('CORE_XHVERSION', '1.88.3');
|
||||
define('CORE_XHRELEASE', '20240720');
|
||||
define('CORE_XHFIXBUG' , '20240706');
|
||||
}
|
||||
@@ -224,4 +224,4 @@ function sqldumptable($table, $startfrom = 0, $currsize = 0) {
|
||||
return $tabledump;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -1267,6 +1267,7 @@ Important!
|
||||
'login_success' => 'Login successful! ',
|
||||
'no_relevant_content'=>' no relevant_content yet ',
|
||||
'degree_exhaust '=> 'times exhausted',
|
||||
'short'=>'short',
|
||||
);
|
||||
|
||||
?>
|
||||
@@ -1294,6 +1294,7 @@ $_G[siteurl]',
|
||||
'login_success' => '登录成功!',
|
||||
'no_relevant_content' => '没有相关的内容…',
|
||||
'degree_exhaust'=>'次数用尽',
|
||||
'short'=>'短链接',
|
||||
);
|
||||
|
||||
?>
|
||||
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 7.0 KiB |
BIN
dzz/images/extimg/accdb.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 905 B After Width: | Height: | Size: 7.4 KiB |
BIN
dzz/images/extimg/air.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 5.2 KiB |
BIN
dzz/images/extimg/as.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
dzz/images/extimg/bmp.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
dzz/images/extimg/bz2.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
dzz/images/extimg/cdr.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
dzz/images/extimg/cer.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 3.6 KiB |
BIN
dzz/images/extimg/class.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
dzz/images/extimg/cmd.png
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
dzz/images/extimg/code.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
dzz/images/extimg/cs.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
dzz/images/extimg/cshtml.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
dzz/images/extimg/csproj.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
dzz/images/extimg/csv.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
dzz/images/extimg/djvu.png
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
dzz/images/extimg/dmg.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
dzz/images/extimg/dng.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
dzz/images/extimg/docm.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
dzz/images/extimg/dot.png
Normal file
|
After Width: | Height: | Size: 1014 B |
BIN
dzz/images/extimg/dotm.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
dzz/images/extimg/dotx.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
dzz/images/extimg/drawio.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
dzz/images/extimg/dtd.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
dzz/images/extimg/edraw.png
Normal file
|
After Width: | Height: | Size: 7.8 KiB |
BIN
dzz/images/extimg/eml.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
dzz/images/extimg/file.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
dzz/images/extimg/font.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
dzz/images/extimg/framework.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 5.8 KiB |
BIN
dzz/images/extimg/graph_icon.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
dzz/images/extimg/gz.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
dzz/images/extimg/hdr.png
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
dzz/images/extimg/hlp.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
dzz/images/extimg/ico.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
dzz/images/extimg/indd.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
dzz/images/extimg/ipa.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 4.6 KiB |
BIN
dzz/images/extimg/key.png
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
BIN
dzz/images/extimg/ldf.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
dzz/images/extimg/lnk.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
dzz/images/extimg/makefile.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
dzz/images/extimg/md.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
dzz/images/extimg/mdb.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
dzz/images/extimg/mdf.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
dzz/images/extimg/mht.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
dzz/images/extimg/mhtml.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 18 KiB |
BIN
dzz/images/extimg/mpp.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
dzz/images/extimg/mpt.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
dzz/images/extimg/msg.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
dzz/images/extimg/msi.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 10 KiB |
BIN
dzz/images/extimg/numbers.png
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
dzz/images/extimg/odp.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
dzz/images/extimg/ods.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
dzz/images/extimg/odt.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
dzz/images/extimg/oexe.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
dzz/images/extimg/oexe1.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
dzz/images/extimg/office-others.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
dzz/images/extimg/ogg.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
dzz/images/extimg/ott.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
dzz/images/extimg/pages.png
Normal file
|
After Width: | Height: | Size: 8.9 KiB |
BIN
dzz/images/extimg/pdb.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
dzz/images/extimg/pkg.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
dzz/images/extimg/pl.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
dzz/images/extimg/pot.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
dzz/images/extimg/potx.png
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
dzz/images/extimg/pps.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
dzz/images/extimg/ppsx.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
dzz/images/extimg/prproj.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
dzz/images/extimg/ps1.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 8.7 KiB |
BIN
dzz/images/extimg/pspimage.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
dzz/images/extimg/pst.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
dzz/images/extimg/pub.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
dzz/images/extimg/rb.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
dzz/images/extimg/reg.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
dzz/images/extimg/resx.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
dzz/images/extimg/sitx.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
dzz/images/extimg/sln.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
dzz/images/extimg/smm.png
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
dzz/images/extimg/suo.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
dzz/images/extimg/svg.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 7.7 KiB |
BIN
dzz/images/extimg/swift.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |