From 840b55b2fef1841b73315843ca2fd51a58aac1e5 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Thu, 6 Apr 2023 17:21:17 +0800 Subject: [PATCH] v2.3.2 --- app/index/view/default/config.json | 2 +- app/service/ConstService.php | 1 + config/shopxo.php | 2 +- public/core.php | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/index/view/default/config.json b/app/index/view/default/config.json index 72b24aab9..ea18792ef 100755 --- a/app/index/view/default/config.json +++ b/app/index/view/default/config.json @@ -1,6 +1,6 @@ { "name":"默认主题", - "ver":"2.3.2", + "ver":"2.3.3", "author":"Devil", "home":"https://shopxo.net/" } \ No newline at end of file diff --git a/app/service/ConstService.php b/app/service/ConstService.php index 75f68fbc9..94fd629ba 100644 --- a/app/service/ConstService.php +++ b/app/service/ConstService.php @@ -118,6 +118,7 @@ class ConstService '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'], + '2.3.3' => ['value' => '2.3.3', 'name' => 'v2.3.3'], ], // -------------------- 正则 -------------------- diff --git a/config/shopxo.php b/config/shopxo.php index 3fb0135ed..013c3b753 100755 --- a/config/shopxo.php +++ b/config/shopxo.php @@ -1,6 +1,6 @@