更新配置

This commit is contained in:
ms
2025-12-18 11:31:27 +08:00
parent c0ca878a8d
commit d181b85f0b
12 changed files with 248 additions and 7 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi