发布应用 SpeedTest Tracker

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
Meng Sen
2024-11-28 12:33:57 +08:00
parent 482c59b635
commit 6246768a8a
33 changed files with 551 additions and 710 deletions

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