更新配置

This commit is contained in:
ms
2026-01-20 15:52:28 +08:00
parent b166fc3ca1
commit 345a1a5b5d
12 changed files with 825 additions and 318 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