feat: 品牌升级为墨木灵思,优化 UI 并配置 Docker 部署

This commit is contained in:
yi
2026-05-12 12:19:13 +08:00
parent 728bc1de77
commit df33ce2f18
33 changed files with 375 additions and 75 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ if [ -z "$APP_NAME" ]; then
if [ -f "/app/.env.example" ]; then
APP_NAME=$(grep "^APP_NAME=" /app/.env.example | cut -d '=' -f2)
fi
APP_NAME="${APP_NAME:-MuMuAINovel}"
APP_NAME="${APP_NAME:-墨木灵思}"
fi
BUILD_TIME=$(date '+%Y-%m-%d %H:%M:%S')