From f39b1f0246d311f342d903b47ca7c6622516b402 Mon Sep 17 00:00:00 2001 From: shenjianZ Date: Wed, 30 Jul 2025 18:06:20 +0800 Subject: [PATCH] feat:fix frontend .env --- frontend/.env | 3 ++- frontend/src/components/AppHeader.vue | 5 +++-- frontend/src/views/Home.vue | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/frontend/.env b/frontend/.env index cf27d12..6d82460 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1,2 +1,3 @@ VITE_APP_DOMAIN=shenjianl.cn -VITE_GITEA_URL=https://gitea.shenjianl.cn/shenjianZ/email-unlimit \ No newline at end of file +VITE_REPO_NAME=Gitea +VITE_REPO_URL=https://gitea.shenjianl.cn/shenjianZ/email-unlimit \ No newline at end of file diff --git a/frontend/src/components/AppHeader.vue b/frontend/src/components/AppHeader.vue index 257760c..20fac1a 100644 --- a/frontend/src/components/AppHeader.vue +++ b/frontend/src/components/AppHeader.vue @@ -1,5 +1,6 @@