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