v1.7.0 start

feat/task1-c-wallet
devil_gong 2019-09-11 18:54:20 +08:00
parent 20fcc73d82
commit daf255910a
6 changed files with 6 additions and 5 deletions

View File

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

View File

@ -25,6 +25,7 @@ return array(
'1.4.0' => array('value' => '1.4.0', 'name' => 'v1.4.0'), '1.4.0' => array('value' => '1.4.0', 'name' => 'v1.4.0'),
'1.5.0' => array('value' => '1.5.0', 'name' => 'v1.5.0'), '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.6.0' => array('value' => '1.6.0', 'name' => 'v1.6.0'),
'1.7.0' => array('value' => '1.7.0', 'name' => 'v1.7.0'),
), ),
// 用户注册类型列表 // 用户注册类型列表

View File

@ -1,5 +1,5 @@
<template name="copyright"> <template name="copyright">
<view class="copyright"> <view class="copyright">
<view class="text">Powered by ShopXO v1.6.0</view> <view class="text">Powered by ShopXO v1.7.0</view>
</view> </view>
</template> </template>

View File

@ -1,5 +1,5 @@
<template name="copyright"> <template name="copyright">
<view class="copyright"> <view class="copyright">
<view class="text">Powered by ShopXO v1.6.0</view> <view class="text">Powered by ShopXO v1.7.0</view>
</view> </view>
</template> </template>

View File

@ -1,5 +1,5 @@
<template name="copyright"> <template name="copyright">
<view class="copyright"> <view class="copyright">
<view class="text">Powered by ShopXO v1.6.0</view> <view class="text">Powered by ShopXO v1.7.0</view>
</view> </view>
</template> </template>

View File

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