发布应用 Kirara AI

This commit is contained in:
ms
2025-12-11 12:44:20 +08:00
parent 5f1ca352ed
commit 95384619ea
12 changed files with 136 additions and 0 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi