Create desktop applications based on oxygen-ui

This commit is contained in:
2024-03-14 16:56:42 +08:00
commit 2265ba7407
229 changed files with 33099 additions and 0 deletions

4
.env.testing Normal file
View File

@@ -0,0 +1,4 @@
NODE_ENV=development
VITE_API_URL=${TEST_API_URL}
VITE_API_TOKEN_URL=${VITE_API_URL}/token
VITE_TURNSTILE_SITE_KEY=${TURNSTILE_SITE_KEY}