From 5aa802e960511429f468d5eee4ff99d1982df24c Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Tue, 21 Apr 2026 11:43:38 +0800 Subject: [PATCH] =?UTF-8?q?v1.2.1:=20=E6=93=8D=E4=BD=9C=E5=90=8E=E4=BF=9D?= =?UTF-8?q?=E6=8C=81=E5=8F=B3=E4=BE=A7=E9=9D=A2=E6=9D=BF=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=EF=BC=8C=E6=96=B9=E4=BE=BF=E5=90=8E=E7=BB=AD=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 4 ++-- templates/index.html | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app.py b/app.py index fcf98dc..dfcd7fd 100644 --- a/app.py +++ b/app.py @@ -64,9 +64,9 @@ def list_images(): if __name__ == '__main__': print("=" * 50) - print("图片编辑器 - Image Editor v1.2.0") + print("图片编辑器 - Image Editor v1.2.1") print("=" * 50) print("右侧面板实时配置,操作更流畅") print(f"访问地址: http://localhost:19018") print("=" * 50) - app.run(host='0.0.0.0', port=19018, debug=True) \ No newline at end of file + app.run(host='0.0.0.0', port=19018, debug=True)=True) \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 5ae36d3..8cf57d1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -421,7 +421,10 @@
点击"开始选择"后,在画布上拖动选择区域
`, - actions: `` + actions: ` + + + ` }; case 'circle': @@ -1245,7 +1248,6 @@ document.getElementById('historyList').innerHTML = '暂无操作'; showEmptyHint(); document.getElementById('splitResults').classList.add('hidden'); - closePanel(); } // 监听合并面板渲染