feat: add environment configuration and implement cookie handling for user authentication

This commit is contained in:
Ardeman
2025-02-27 19:37:31 +08:00
parent 9386b8dd69
commit f9d861f24d
15 changed files with 213 additions and 30 deletions
+2
View File
@@ -0,0 +1,2 @@
VITE_API_URL=YOUR_API_URL
VITE_SALT_KEY=YOUR_SALT_KEY