发布应用 LLTwoBot

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