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 @@ - 图片编辑器 - Image Editor v1.2.0 + 图片编辑器 - Image Editor v1.2.2