🐞 fix:

This commit is contained in:
john 2024-07-18 14:39:17 +08:00
parent e81a580c6e
commit dce439f10d
4 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
### ###
# @LastEditors: John # @LastEditors: John
# @Date: 2024-06-26 15:04:10 # @Date: 2024-06-26 15:04:10
# @LastEditTime: 2024-07-16 18:05:27 # @LastEditTime: 2024-07-18 10:39:12
# @Author: John # @Author: John
### ###
VITE_BASE_URL=https://campaign.pineer.cc VITE_BASE_URL=https://campaign.pineer.cc
VITE_BASE_API_URL=/api VITE_BASE_API_URL=/api
VITE_TG_COMMUNITY=+Juxrx7_My5czYjE1 VITE_TG_COMMUNITY=pioneer_community
VITE_TG_BOT_NAME=Pioneerer_bot VITE_TG_BOT_NAME=Pioneerer_bot
VITE_TG_BOT_WEBAPP_NAME=pioneer VITE_TG_BOT_WEBAPP_NAME=pioneer

View File

@ -1,7 +1,7 @@
/* /*
* @LastEditors: John * @LastEditors: John
* @Date: 2024-07-13 10:21:58 * @Date: 2024-07-13 10:21:58
* @LastEditTime: 2024-07-17 11:39:33 * @LastEditTime: 2024-07-18 10:34:14
* @Author: John * @Author: John
*/ */
import { Route, Routes, useNavigate } from "react-router-dom"; import { Route, Routes, useNavigate } from "react-router-dom";

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -22,7 +22,7 @@
margin-top: 35px; margin-top: 35px;
} }
.logo { .logo {
width: 141px; /* width: 141px; */
height: 149px; height: 149px;
margin-top: 31px; margin-top: 31px;
} }