From df201eaae90153f75dbbb71908708294ed2ebd45 Mon Sep 17 00:00:00 2001 From: john Date: Tue, 16 Jul 2024 18:32:35 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- src/main.tsx | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.production b/.env.production index ea50ab4..23515de 100644 --- a/.env.production +++ b/.env.production @@ -1,11 +1,11 @@ ### # @LastEditors: John # @Date: 2024-06-26 15:04:10 - # @LastEditTime: 2024-07-16 17:46:44 + # @LastEditTime: 2024-07-16 18:05:27 # @Author: John ### VITE_BASE_URL=https://campaign.pineer.cc VITE_BASE_API_URL=/api VITE_TG_COMMUNITY=+Juxrx7_My5czYjE1 VITE_TG_BOT_NAME=Pioneerer_bot -VITE_TG_BOT_WEBAPP_NAME= \ No newline at end of file +VITE_TG_BOT_WEBAPP_NAME=pioneer \ No newline at end of file diff --git a/src/main.tsx b/src/main.tsx index dd310ab..7216bbd 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -1,7 +1,7 @@ /* * @LastEditors: John * @Date: 2024-07-13 10:21:58 - * @LastEditTime: 2024-07-16 17:52:30 + * @LastEditTime: 2024-07-16 18:06:25 * @Author: John */ import ReactDOM from "react-dom/client"; @@ -13,9 +13,9 @@ import VConsole from "vconsole"; import flexible from "./utils/flexible.ts"; import { getUrlParameterByName } from "./utils/index.ts"; -if (getUrlParameterByName("vconsole") === "1") { - new VConsole(); -} +// if (getUrlParameterByName("vconsole") === "1") { +new VConsole(); +// } flexible(window, document); ReactDOM.createRoot(document.getElementById("root")!).render( //