调整:环境变量文件

This commit is contained in:
宇阳
2024-11-26 13:02:44 +08:00
parent 2b64cba4a1
commit 430515d99c
2 changed files with 11 additions and 3 deletions

10
.env Normal file
View File

@@ -0,0 +1,10 @@
# 百度统计相关配置
VITE_BAIDU_TONGJI_KEY=
VITE_BAIDU_TONGJI_SECRET_KEY=
VITE_BAIDU_TONGJI_SITE_ID=
VITE_BAIDU_TONGJI_ACCESS_TOKEN=
VITE_BAIDU_TONGJI_REFRESH_TOKEN=
# 星火AI相关配置
VITE_AI_APIPassword=
VITE_AI_MODEL=general

4
.gitignore vendored
View File

@@ -21,6 +21,4 @@ dist-ssr
*.ntvs*
*.njsproj
*.sln
*.sw?
.env
*.sw?