发布 RustDesk-API

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
Meng Sen
2025-04-27 11:14:31 +08:00
parent 8e567a9310
commit b973db78e2
12 changed files with 312 additions and 0 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