更新 Media CMS v7.2.0

This commit is contained in:
2025-11-29 01:01:36 +08:00
parent 885e5587e4
commit 8be816cdd5
7 changed files with 252 additions and 0 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