From 27bd5b3354ce5177c389d11d1d255fd14e5ea069 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Tue, 21 Apr 2026 13:09:55 +0800 Subject: [PATCH] =?UTF-8?q?v1.2.4:=20=E7=A7=BB=E9=99=A4=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=8C=89=E9=92=AE=EF=BC=8C=E6=94=B9=E4=B8=BA=E6=8B=96=E6=94=BE?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=EF=BC=9B=E9=80=89=E4=B8=AD=E6=95=88=E6=9E=9C?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 8 ++++---- templates/index.html | 34 ++++++++-------------------------- 2 files changed, 12 insertions(+), 30 deletions(-) diff --git a/app.py b/app.py index 34bd550..6094475 100644 --- a/app.py +++ b/app.py @@ -25,7 +25,7 @@ def index(): @app.route('/api/health') def health(): - return jsonify({'status': 'ok', 'version': '1.2.2', 'time': datetime.now().isoformat()}) + return jsonify({'status': 'ok', 'version': '1.2.3', 'time': datetime.now().isoformat()}) @app.route('/api/save', methods=['POST']) def save_image(): @@ -64,9 +64,9 @@ def list_images(): if __name__ == '__main__': print("=" * 50) - print("图片编辑器 - Image Editor v1.2.2") + print("图片编辑器 - Image Editor v1.2.4") print("=" * 50) - print("右侧面板始终显示,首页显示快捷入口") + 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)rt=19018, debug=True) \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 8629c56..a178c79 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,7 +3,7 @@ - 图片编辑器 - Image Editor v1.2.3 + 图片编辑器 - Image Editor v1.2.4