From 5dceb73e903b1a38f51ad1975066d6e16a89f210 Mon Sep 17 00:00:00 2001 From: youda Date: Mon, 30 Jun 2025 18:08:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/server/platform/AppPlatform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/server/platform/AppPlatform.php b/app/common/server/platform/AppPlatform.php index cc93c93..40681f7 100644 --- a/app/common/server/platform/AppPlatform.php +++ b/app/common/server/platform/AppPlatform.php @@ -36,7 +36,7 @@ class AppPlatform extends BasePlatform $config = [ 'isWebPay' => false, 'buildVersion' => '106', - 'version' => '1.0.0', + 'version' => '1.0.1', 'userAgreement' => "https://zfunbox.cn?_p=cb20xad0e35094521ae46a1d1fb0ddd1&time=" . time() ]; $is_env_test = EnvHelper::getIsTest();