发布应用 Kotatsu

This commit is contained in:
qyg2297248353
2025-07-26 13:38:22 +08:00
parent c35a01733e
commit 9145f5a504
12 changed files with 422 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