File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282** 最简单的部署方式,一行命令即可启动:**
8383
8484``` bash
85- docker run -d -p 12398:12398 -v ./output:/app/output histonemax/redink:latest
85+ docker run -d -p 12398:12398 -v ./history:/app/history -v ./ output:/app/output histonemax/redink:latest
8686```
8787
8888访问 http://localhost:12398,在 Web 界面的** 设置页面** 配置你的 API Key 即可使用。
@@ -97,6 +97,7 @@ docker-compose up -d
9797
9898** Docker 部署说明:**
9999- 容器内不包含任何 API Key,需要在 Web 界面配置
100+ - 使用 ` -v ./history:/app/history ` 持久化历史记录
100101- 使用 ` -v ./output:/app/output ` 持久化生成的图片
101102- 可选:挂载自定义配置文件 ` -v ./text_providers.yaml:/app/text_providers.yaml `
102103
@@ -255,13 +256,23 @@ providers:
255256
256257# ## 未来计划
257258- [ ] 支持更多图片格式,例如一句话生成一套PPT什么的
258- - [ ] 历史记录管理优化
259+ - [x ] 历史记录管理优化
259260- [ ] 导出为各种格式(PDF、长图等)
260261
261262---
262263
263264# # 更新日志
264265
266+ # ## v1.4.0 (2025-11-30)
267+ - 🏗️ 后端架构重构:拆分单体路由为模块化蓝图(history、images、generation、outline、config)
268+ - 🏗️ 前端组件重构:提取可复用组件(ImageGalleryModal、OutlineModal、ShowcaseBackground等)
269+ - ✨ 优化首页设计,移除冗余内容区块
270+ - ✨ 背景图片预加载和渐入动画,提升加载体验
271+ - ✨ 历史记录持久化支持(Docker部署)
272+ - 🔧 修复历史记录预览和大纲查看功能
273+ - 🔧 优化Modal组件可见性控制
274+ - 🧪 新增65个后端单元测试
275+
265276# ## v1.3.0 (2025-11-26)
266277- ✨ 新增 Docker 支持,一键部署
267278- ✨ 发布官方 Docker 镜像到 Docker Hub : ` histonemax/redink`
You can’t perform that action at this time.
0 commit comments