From 2d3d23e10fc0420bc99cc6445f0ebd04259f1148 Mon Sep 17 00:00:00 2001 From: Ycc Date: Fri, 18 Oct 2024 14:43:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E9=80=82=E5=BA=94=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Standlone.jsx | 37 ++++++++++++++++--------------------- 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/src/views/Standlone.jsx b/src/views/Standlone.jsx index fa63c00..fe3848d 100644 --- a/src/views/Standlone.jsx +++ b/src/views/Standlone.jsx @@ -1,15 +1,14 @@ -import { Outlet } from 'react-router-dom' -import { Layout, ConfigProvider, theme, Row, Col, App as AntApp } from 'antd' -import 'antd/dist/reset.css' -import AppLogo from '@/assets/logo-gh.png' -import { useThemeContext } from '@/stores/ThemeContext' -import { BUILD_VERSION, } from '@/config'; +import { Outlet } from "react-router-dom"; +import { Layout, ConfigProvider, theme, Row, Col, App as AntApp } from "antd"; +import "antd/dist/reset.css"; +import AppLogo from "@/assets/logo-gh.png"; +import { useThemeContext } from "@/stores/ThemeContext"; +import { BUILD_VERSION } from "@/config"; -const { Header, Content, Footer } = Layout +const { Header, Content, Footer } = Layout; function Standlone() { - - const { colorPrimary } = useThemeContext() + const { colorPrimary } = useThemeContext(); return ( - -
- - - App logo - -

Global Highlights Hub

-
+ +
+ App logo +

Global Highlights Hub

- + -
China Highlights International Travel Service Co., LTD, Version: {BUILD_VERSION}
+
- ) + ); } -export default Standlone +export default Standlone;