#118 v2.8.3
parent
ec38a23168
commit
e11ed78520
|
@ -32,7 +32,7 @@ define('APP_ROOT', str_replace('\\', '/', realpath(dirname(__FILE__) . '/../')))
|
|||
// 判断当前的系统类型是否为windows
|
||||
define('IS_WIN', strstr(PHP_OS, 'WIN') ? 1 : 0);
|
||||
// 定义当前版本
|
||||
define('APP_VERSION', '2.8.2');
|
||||
define('APP_VERSION', '2.8.3');
|
||||
|
||||
/*---------------基础配置结束-------------------*/
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
* 2023-05-30 v2.8.3
|
||||
FIX [#118](https://github.com/icret/EasyImages2.0/issues/118)
|
||||
|
||||
* 2023-05-14 v2.8.2
|
||||
- 增加uPic教程
|
||||
- Fix [#115](https://github.com/icret/EasyImages2.0/issues/115)
|
||||
|
|
Loading…
Reference in New Issue