发布 Aira2

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2024-12-02 12:01:25 +08:00
parent 2e6ee39dc9
commit 9ab092fe3b
11 changed files with 268 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