新增不同版本 rustdesk-api

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2025-07-11 12:30:30 +08:00
parent 5d7724f8f3
commit 66cb78a12a
11 changed files with 348 additions and 14 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi