chore: Add environment configuration and update gitignore

- Add initial .env file with app configuration settings
- Configure image base URL and assistant display names
- Remove .env from gitignore while keeping avatar file ignored
This commit is contained in:
bobo.yang 2025-02-24 14:11:49 +08:00
parent da327b8add
commit d849bc4a33
2 changed files with 4 additions and 1 deletions

4
.env Normal file
View File

@ -0,0 +1,4 @@
REACT_APP_IMAGE_BASE_URL=https://img2.baidu.com
REACT_APP_ASSISTANT_DISPLAY_NAME_EN=DevChat
REACT_APP_ASSISTANT_DISPLAY_NAME_ZH=DevChat
REACT_APP_LOGO_FILE=

1
.gitignore vendored
View File

@ -22,5 +22,4 @@ dist-ssr
*.njsproj *.njsproj
*.sln *.sln
*.sw? *.sw?
.env
avatar_devchat.svg avatar_devchat.svg