v1.8.0 init

This commit is contained in:
devil_gong 2019-11-11 20:05:24 +08:00
parent 820030d987
commit 8203a3a8eb
3 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name":"默认模板",
"ver":"1.7.0",
"name":"默认主题",
"ver":"1.8.0",
"author":"Devil",
"home":"http://shopxo.net/"
"home":"https://shopxo.net/"
}

View File

@ -26,6 +26,7 @@ return array(
'1.5.0' => array('value' => '1.5.0', 'name' => 'v1.5.0'),
'1.6.0' => array('value' => '1.6.0', 'name' => 'v1.6.0'),
'1.7.0' => array('value' => '1.7.0', 'name' => 'v1.7.0'),
'1.8.0' => array('value' => '1.8.0', 'name' => 'v1.8.0'),
),
// 用户注册类型列表

View File

@ -13,7 +13,7 @@
if(version_compare(PHP_VERSION,'5.6.0','<')) die('PHP版本最低 5.6.0');
// 系统版本
define('APPLICATION_VERSION', 'v1.7.0');
define('APPLICATION_VERSION', 'v1.8.0');
// 定义系统目录分隔符
define('DS', '/');