修复部分已知问题

This commit is contained in:
小胡
2022-11-25 23:34:08 +08:00
Unverified
parent 92474a7d44
commit a9b4cb0954
5 changed files with 7 additions and 5 deletions

View File

@@ -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.63');
define('CORE_XHVERSION', '1.64');
define('CORE_XHRELEASE', '20220901');
define('CORE_XHFIXBUG' , '202201103');
define('CORE_XHFIXBUG' , '202201125');
}