From b3509866ddbb56d9c7739d1e0bc1fc355bb3f34c Mon Sep 17 00:00:00 2001 From: ikmkj <1@qq,com> Date: Mon, 4 Aug 2025 19:45:45 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=B7=BB=E5=8A=A0=20API=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E9=A1=B5=E9=9D=A2=E5=B9=B6=E6=9B=B4=E6=96=B0=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 index.html 文件,用于测试 API 接口 - 更新 .env.production 文件,保持 API 基础 URL 不变 - 在 .gitignore 中添加 .aider* 目录忽略项 - 删除 path/to/filename.js 文件 --- .gitignore | 3 ++- biji-qianduan/.env.production | 2 +- index.html | 41 +++++++++++++++++++++++++++++++++++ path/to/filename.js | 1 - 4 files changed, 44 insertions(+), 3 deletions(-) create mode 100644 index.html delete mode 100644 path/to/filename.js diff --git a/.gitignore b/.gitignore index 929fc80..08cb6d6 100644 --- a/.gitignore +++ b/.gitignore @@ -62,4 +62,5 @@ yarn-error.log* *.sln dist/ npm-debug.log -.vscode/ \ No newline at end of file +.vscode/ +.aider* diff --git a/biji-qianduan/.env.production b/biji-qianduan/.env.production index 68f97c4..51e29ce 100644 --- a/biji-qianduan/.env.production +++ b/biji-qianduan/.env.production @@ -1 +1 @@ -VITE_API_BASE_URL=https://biji-houdaun.311169.xyz +VITE_API_BASE_URL=https://biji-houdaun.311169.xyz \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..f58cb46 --- /dev/null +++ b/index.html @@ -0,0 +1,41 @@ + + + + + + API Test + + + + +
+ + + + \ No newline at end of file diff --git a/path/to/filename.js b/path/to/filename.js deleted file mode 100644 index 54e73d3..0000000 --- a/path/to/filename.js +++ /dev/null @@ -1 +0,0 @@ -// 文件内容