更新应用 ApiFox Runner

This commit is contained in:
2025-10-20 16:50:04 +08:00
parent be0d4ca908
commit 9cb09a99a3
7 changed files with 2 additions and 2 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi