feat/task1-c-wallet
gongfuxiang 2022-11-29 15:08:56 +08:00
parent cace8d9a1b
commit 4f46be6e3a
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name":"默认主题",
"ver":"2.3.1",
"ver":"2.3.2",
"author":"Devil",
"home":"https://shopxo.net/"
}

View File

@ -117,6 +117,7 @@ class ConstService
'2.2.9' => ['value' => '2.2.9', 'name' => 'v2.2.9'],
'2.3.0' => ['value' => '2.3.0', 'name' => 'v2.3.0'],
'2.3.1' => ['value' => '2.3.1', 'name' => 'v2.3.1'],
'2.3.2' => ['value' => '2.3.2', 'name' => 'v2.3.2'],
],
// 用户注册类型列表

View File

@ -10,7 +10,7 @@
// +----------------------------------------------------------------------
// 系统版本
define('APPLICATION_VERSION', 'v2.3.1');
define('APPLICATION_VERSION', 'v2.3.2');
// 检测PHP环境
if(version_compare(PHP_VERSION,'7.4.0','<'))