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(); } // 监听合并面板渲染