完善 ApiFox Runner 版本

This commit is contained in:
2025-10-28 10:39:01 +08:00
parent 6e416a4af0
commit 86a998b1b6
21 changed files with 316 additions and 8 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi