test: 添加 API 测试页面并更新环境变量

- 新增 index.html 文件,用于测试 API 接口
- 更新 .env.production 文件,保持 API 基础 URL 不变
- 在 .gitignore 中添加 .aider* 目录忽略项
- 删除 path/to/filename.js 文件
This commit is contained in:
ikmkj
2025-08-04 19:45:45 +08:00
parent 6fdc3a491c
commit b3509866dd
4 changed files with 44 additions and 3 deletions

3
.gitignore vendored
View File

@@ -62,4 +62,5 @@ yarn-error.log*
*.sln
dist/
npm-debug.log
.vscode/
.vscode/
.aider*