发布 OpenList

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2025-06-24 10:47:53 +08:00
parent 0c4f5fa67b
commit 92fcca29ce
12 changed files with 175 additions and 6 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