test: 添加 API 测试页面并更新环境变量
- 新增 index.html 文件,用于测试 API 接口 - 更新 .env.production 文件,保持 API 基础 URL 不变 - 在 .gitignore 中添加 .aider* 目录忽略项 - 删除 path/to/filename.js 文件
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -62,4 +62,5 @@ yarn-error.log*
|
||||
*.sln
|
||||
dist/
|
||||
npm-debug.log
|
||||
.vscode/
|
||||
.vscode/
|
||||
.aider*
|
||||
|
||||
Reference in New Issue
Block a user