diff --git a/.gitignore b/.gitignore index 516299c..07b1e19 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,7 @@ .env /tests/tmp /tests/.phpunit.result.cache +.kiro + +# 部署相关文件 +deploy.bat \ No newline at end of file diff --git a/app/controller/IndexController.php b/app/controller/IndexController.php index f5f05ce..b9b0da7 100644 --- a/app/controller/IndexController.php +++ b/app/controller/IndexController.php @@ -40,4 +40,3 @@ EOF; } } -// 自动同步测试 - 周五 2026/01/23 13:47:56.83