发布 盘搜 PanSou

This commit is contained in:
ms
2025-12-18 11:04:51 +08:00
parent 24c5a4e7a6
commit 6a3d95275c
12 changed files with 236 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