From 8066fc438652a47d357dbbc93db4294c725aa1f0 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Tue, 28 Apr 2026 00:28:59 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E5=88=B0=20v1.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 34271d3..af3ec31 100644 --- a/app.py +++ b/app.py @@ -1,7 +1,7 @@ """ ParamHub - 参数百科 AI大模型与硬件参数速查平台 -v1.7.0 - 支持子类别配置和关键特性显示 +v1.7.1 - 子类别管理界面重构,支持可视化增删改 """ from flask import Flask, render_template, jsonify, request @@ -1402,7 +1402,7 @@ def api_delete_image(filename): if __name__ == '__main__': print("=" * 50) - print("ParamHub - 参数百科 v1.7.0") + print("ParamHub - 参数百科 v1.7.1") print("=" * 50) print(f"访问地址: http://localhost:19010") print(f"后台管理: http://localhost:19010/admin")