upload test 2.8.7

This commit is contained in:
icret
2025-07-04 19:33:34 +08:00
parent 90ab6308f5
commit e0665f0042
6 changed files with 46 additions and 17 deletions

View File

@@ -33,6 +33,6 @@ ini_set('memory_limit', '512M');
// 判断当前系统是否为windows
define('IS_WIN', strstr(PHP_OS, 'WIN') ? 1 : 0);
// 定义程序版本
define('APP_VERSION', '2.8.5');
define('APP_VERSION', '2.8.7');
/*---------------基础配置结束-------------------*/