Refactor(URL): Optimize url

This commit is contained in:
2024-05-21 14:38:28 +08:00
parent 2b1bd719ad
commit 31a458416d
8 changed files with 30 additions and 15 deletions

View File

@@ -3,6 +3,7 @@ type Platform = 'WEB' | 'DESKTOP' | 'ANDROID'
interface ImportMetaEnv {
readonly VITE_PLATFORM: Platform
readonly VITE_PROTOCOL: string
readonly VITE_UI_URL: string
readonly VITE_API_URL: string
readonly VITE_API_TOKEN_URL: string
readonly VITE_TURNSTILE_SITE_KEY: string