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
@@ -220,7 +220,7 @@ else:
@app.get("/")
async def root():
return {
"message": "欢迎使用MuMuAINovel",
"message": "欢迎使用墨木灵思",
"version": config_settings.app_version,
"docs": "/docs",
"notice": "请先构建前端: cd frontend && npm run build"