发布 Dify

This commit is contained in:
2025-02-28 23:23:45 +08:00
parent 2d7d225614
commit c7711122a2
35 changed files with 50 additions and 12 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