发布应用 ChronoFrame

This commit is contained in:
2025-10-30 10:50:11 +08:00
parent 86a998b1b6
commit f5e20f7831
12 changed files with 164 additions and 0 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi