st 2 months ago
parent
commit
e6a29c398f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      env/.env
  2. 1 1
      src/main.ts

+ 1 - 1
env/.env

@@ -16,7 +16,7 @@ VITE_APP_PROXY=true
 VITE_APP_PROXY_PREFIX = '/app'
 
 VITE_TELEGRAM_BASEURL = 'https://www.strayblock.top'
-VITE_TELEGRAM_BOOTNAME = 'st_prprpr_bot'
+VITE_TELEGRAM_BOOTNAME = 'st_newpr_bot'
 
 VITE_PRIVATE_KEY = '00C83135E19EBD958593091F42A3442DE3D03D975A5DBD4CE19F85C9FBF2D364B7'
 VITE_PUBLIC_KEY = '04F36CD10986CE214D0E5C540C30E0552DC8499B64E5B2709245D03BF2CADAA0CCA3C2BC2C8DB511012A50FAA1E43FCD4B8ABC521418EAB2D96F0075AD940EB25F'

+ 1 - 1
src/main.ts

@@ -7,7 +7,7 @@ import { routeInterceptor, requestInterceptor, prototypeInterceptor } from './in
 import 'virtual:uno.css'
 import '@/style/index.scss'
 
-import '@/utils/vConsole'
+// import '@/utils/vConsole'
 
 export function createApp() {
   const app = createSSRApp(App)