diff --git a/app.py b/app.py index 53f6dc8..34bd550 100644 --- a/app.py +++ b/app.py @@ -1,7 +1,7 @@ """ -图片编辑器 - Image Editor v1.2.2 +图片编辑器 - Image Editor v1.2.3 前端图片处理工具:合并、分割、挖孔填充、圆形切图、文字图片等 -v1.2.2: 右侧面板始终显示,首页显示快捷入口 +v1.2.3: 执行操作后保持当前配置面板 端口: 19018 """ diff --git a/templates/index.html b/templates/index.html index 6f11488..8629c56 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,7 +3,7 @@ - 图片编辑器 - Image Editor v1.2.2 + 图片编辑器 - Image Editor v1.2.3