From 7757d51ae3f7ec7a528c46d5c8f18a31f171db2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8A=80=E6=9C=AF=E8=80=81=E8=83=A1?= <1094551889@qq.com> Date: Wed, 4 Dec 2024 12:49:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/ConsoleController.php | 1 + view/console/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/controller/ConsoleController.php b/app/controller/ConsoleController.php index 386696c..ac557f1 100644 --- a/app/controller/ConsoleController.php +++ b/app/controller/ConsoleController.php @@ -13,6 +13,7 @@ class ConsoleController extends BaseController // 后台主页 public function index() { + View::assign('version', 'v1.0.1'); return View::fetch(); } // 管理菜单 diff --git a/view/console/index.html b/view/console/index.html index 7a9ecd4..4d07cec 100644 --- a/view/console/index.html +++ b/view/console/index.html @@ -82,7 +82,7 @@
版本号:v1.0.0
by techhaha
版本号:
by techhaha