From 7fe1b9b100a8c39be1bba801de52d22c6e2c7a01 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Fri, 19 Apr 2024 15:28:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20multi=20page:=20maintenance:=20?= =?UTF-8?q?=E6=89=93=E5=BC=80=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/maintenance/index.jsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/maintenance/index.jsx b/src/maintenance/index.jsx index a215b46..affd564 100644 --- a/src/maintenance/index.jsx +++ b/src/maintenance/index.jsx @@ -16,6 +16,9 @@ const MaintenancePage = () => { }; const handleVersionCheck = () => {}; + const toHome = () => { + window.location.href = '/'; + }; const __BUILD_DATE__ = `__BUILD_DATE__`; const __BUILD_VERSION__ = `__BUILD_VERSION__`; @@ -27,12 +30,15 @@ const MaintenancePage = () => { - {/* */} +

Version: {__BUILD_VERSION__}

Build Date: {__BUILD_DATE__}  GMT+00:00