新增 阅读3 应用

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
萌森
2024-07-30 18:24:53 +08:00
parent 1009d0739d
commit bf6c0cca79
16 changed files with 398 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