From df48e8874bab3a69fbce725287470ec160d07457 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Tue, 21 Apr 2026 12:16:52 +0800 Subject: [PATCH] =?UTF-8?q?v1.2.2:=20=E5=8F=B3=E4=BE=A7=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E5=A7=8B=E7=BB=88=E6=98=BE=E7=A4=BA=EF=BC=8C=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=BF=AB=E6=8D=B7=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 4 +- templates/index.html | 110 +++++++++++++++++++++++++++++++------------ 2 files changed, 82 insertions(+), 32 deletions(-) diff --git a/app.py b/app.py index a6c6111..2a3fb19 100644 --- a/app.py +++ b/app.py @@ -64,9 +64,9 @@ def list_images(): if __name__ == '__main__': print("=" * 50) - print("图片编辑器 - Image Editor v1.2.1") + print("图片编辑器 - Image Editor v1.2.2") 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 diff --git a/templates/index.html b/templates/index.html index 8cf57d1..6f11488 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,7 +3,7 @@
-