Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-08-18 04:01:11 +00:00
parent 52f7f96911
commit 8590c677fa
120 changed files with 446 additions and 247 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi