From cf38d56c9cf21a98c6c4789dfa936dd2f5d10fa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=83=A1?= <3203164629@qq.com> Date: Wed, 9 Oct 2024 09:12:13 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 小胡 <3203164629@qq.com> --- README.md | 3 +++ core/core_version.php | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13c1ad7..34fa12f 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,9 @@ DzzOffice能满足企业搭建高效、便捷协同办公平台以及个人全 - music播放器:一个很好看的音频播放器。 - showdoc通用登录:通过特殊链接跳转到showdoc并自动登录dzz的账号。 +## 版权申明 +此源码允许免费使用和修改,但严禁以任何形式进行商业化销售或盈利活动。 + ## Issues 如您在使用中遇到问题,可以优先在常见问题中查找。仍无法解决,可以向我们提交Issues。 diff --git a/core/core_version.php b/core/core_version.php index 9ce7697..b382f20 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.88.83'); - define('CORE_XHRELEASE', '20240730'); - define('CORE_XHFIXBUG' , '20240706'); + define('CORE_XHVERSION', '1.89'); + define('CORE_XHRELEASE', '20241008'); + define('CORE_XHFIXBUG' , '20241008'); } \ No newline at end of file