问题修复

This commit is contained in:
2025-10-27 15:11:21 +08:00
parent be377f7b52
commit 90f2ee7eaa
13 changed files with 135 additions and 12 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi