From 5615d28012ccc9faed640207991af7d2a85859a1 Mon Sep 17 00:00:00 2001 From: Song367 <601337784@qq.com> Date: Mon, 9 Mar 2026 18:14:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 ++ .gitignore | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..5f3078a --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +VITE_ARK_API_KEY=4be01684-0d43-46c0-9bc9-533213afc982 +VITE_BASE_URL=/scriptflow/ diff --git a/.gitignore b/.gitignore index 5a86d2a..988f842 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,4 @@ dist/ coverage/ .DS_Store *.log -.env* !.env.example