发布应用 落雪音乐同步服务

This commit is contained in:
ms
2026-03-03 11:12:51 +08:00
parent cf1937e59e
commit 76816c4067
11 changed files with 168 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