From a430cc921469e4a5eec3458e5e438f85c8733426 Mon Sep 17 00:00:00 2001 From: augushong Date: Thu, 9 Nov 2023 11:13:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E5=BC=95=E5=85=A5=EF=BC=9B=E4=BC=98=E5=8C=96=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E5=88=9B=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/base/common/command/admin/VersionBase.php | 4 ++-- extend/base/helper.php | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/extend/base/common/command/admin/VersionBase.php b/extend/base/common/command/admin/VersionBase.php index 904e3de..898ff5e 100644 --- a/extend/base/common/command/admin/VersionBase.php +++ b/extend/base/common/command/admin/VersionBase.php @@ -12,12 +12,12 @@ use think\console\Output; class VersionBase extends Command { - public const VERSION = 'v2.0.67'; + public const VERSION = 'v2.0.68'; public const LAYUI_VERSION = '2.8.17'; public const COMMENT = [ - '修复动态输入组件的错误', + '删除错误的引入;优化目录创建', '发布新版本', ]; diff --git a/extend/base/helper.php b/extend/base/helper.php index 4c6ef03..e122216 100644 --- a/extend/base/helper.php +++ b/extend/base/helper.php @@ -13,8 +13,6 @@ use think\facade\Filesystem; use think\response\View; use think\route\Url; -include_once __DIR__ . '/common/app/functions.php'; - if (!function_exists('__url')) { /** * 构建URL地址