feat/task1-c-wallet
Devil 2021-07-09 18:41:24 +08:00
parent af4ec49031
commit 9e5d33b7b5
8 changed files with 8 additions and 7 deletions

View File

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

View File

@ -36,6 +36,7 @@ return [
'2.0.1' => ['value' => '2.0.1', 'name' => 'v2.0.1'],
'2.0.2' => ['value' => '2.0.2', 'name' => 'v2.0.2'],
'2.0.3' => ['value' => '2.0.3', 'name' => 'v2.0.3'],
'2.1.0' => ['value' => '2.1.0', 'name' => 'v2.1.0'],
],
// 用户注册类型列表

View File

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

View File

@ -1,5 +1,5 @@
<template name="copyright">
<view class="copyright">
<view class="text">Powered by ShopXO v2.0.3</view>
<view class="text">Powered by ShopXO v2.1.0</view>
</view>
</template>

View File

@ -1,5 +1,5 @@
<template name="copyright">
<view class="copyright">
<view class="text">Powered by ShopXO v2.0.3</view>
<view class="text">Powered by ShopXO v2.1.0</view>
</view>
</template>

View File

@ -1,5 +1,5 @@
<template name="copyright">
<view class="copyright">
<view class="text">Powered by ShopXO v2.0.3</view>
<view class="text">Powered by ShopXO v2.1.0</view>
</view>
</template>

View File

@ -1,5 +1,5 @@
<template name="copyright">
<view class="copyright">
<view class="text">Powered by ShopXO v2.0.3</view>
<view class="text">Powered by ShopXO v2.1.0</view>
</view>
</template>

View File

@ -1,5 +1,5 @@
<template name="copyright">
<view class="copyright">
<view class="text">Powered by ShopXO v2.0.3</view>
<view class="text">Powered by ShopXO v2.1.0</view>
</view>
</template>