From 430515d99ca83faa2062907e6877e8a63138cdce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E9=98=B3?= Date: Tue, 26 Nov 2024 13:02:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=EF=BC=9A=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 10 ++++++++++ .gitignore | 4 +--- 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..6400388 --- /dev/null +++ b/.env @@ -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 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 3b0b403..54f07af 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,4 @@ dist-ssr *.ntvs* *.njsproj *.sln -*.sw? - -.env \ No newline at end of file +*.sw? \ No newline at end of file