feat/task1-c-wallet
devil 2020-09-18 14:11:26 +08:00
parent 91a1f256fe
commit d5103e33ed
8 changed files with 8 additions and 7 deletions

View File

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

View File

@ -29,6 +29,7 @@ return array(
'1.8.0' => array('value' => '1.8.0', 'name' => 'v1.8.0'),
'1.8.1' => array('value' => '1.8.1', 'name' => 'v1.8.1'),
'1.9.0' => array('value' => '1.9.0', 'name' => 'v1.9.0'),
'1.9.1' => array('value' => '1.9.1', 'name' => 'v1.9.1'),
),
// 用户注册类型列表

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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