Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-08-01 04:14:57 +00:00
parent 113b1b8763
commit d103d84b07
175 changed files with 1132 additions and 31 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi