发布 白虎面板

This commit is contained in:
ms
2026-04-14 10:17:16 +08:00
parent feb27ddd94
commit 0bc524e867
12 changed files with 202 additions and 3 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi