发布应用 SPlayer

This commit is contained in:
ms
2025-12-15 10:56:26 +08:00
parent e99f34de45
commit 9111a03b1b
13 changed files with 287 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