发布 OpenList

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2025-06-24 11:06:05 +08:00
parent 24705cd02f
commit 53d93becce
23 changed files with 343 additions and 5 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi