发布应用 ANI-RSS AutoLady

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2024-11-27 17:14:53 +08:00
parent 04a5fb8b53
commit c85f9c5875
23 changed files with 283 additions and 30 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi