Feat: store - support multiple platforms

This commit is contained in:
2024-03-19 18:34:45 +08:00
parent 8730513340
commit 61d3bb21ad
16 changed files with 433 additions and 109 deletions

View File

@@ -1,5 +1,6 @@
NODE_ENV=development
VITE_PLATFORM=DESKTOP
VITE_PROTOCOL=oxygen
VITE_API_URL=${TEST_API_URL}
VITE_API_TOKEN_URL=${VITE_API_URL}/token
VITE_TURNSTILE_SITE_KEY=${TURNSTILE_SITE_KEY}