发布应用 MoonTV 衍生应用

This commit is contained in:
2025-10-18 17:32:25 +08:00
parent 1e0f42a270
commit 39a5e96e87
24 changed files with 311 additions and 228 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