新增应用 MixSpace

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2025-07-28 16:46:49 +08:00
parent 0e17c8b193
commit 0cd95f837f
18 changed files with 131 additions and 302 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi