v1.2.1: 操作后保持右侧面板显示,方便后续配置

This commit is contained in:
2026-04-21 11:43:38 +08:00
parent 7544e47ed3
commit 5aa802e960
2 changed files with 6 additions and 4 deletions

4
app.py
View File

@@ -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)
app.run(host='0.0.0.0', port=19018, debug=True)=True)