Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-06-24 03:49:37 +00:00
parent cc22d3dda8
commit 7799169053
105 changed files with 803 additions and 23 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi