From a9cbd1b2ba19326c648fb467f42e79b40724ba75 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Tue, 28 Apr 2026 00:17:27 +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.0?= 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 7063bae..34271d3 100644 --- a/app.py +++ b/app.py @@ -1,7 +1,7 @@ """ ParamHub - 参数百科 AI大模型与硬件参数速查平台 -v1.6.0 - 后台管理添加大模型接口配置功能 +v1.7.0 - 支持子类别配置和关键特性显示 """ 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.6.0") + print("ParamHub - 参数百科 v1.7.0") print("=" * 50) print(f"访问地址: http://localhost:19010") print(f"后台管理: http://localhost:19010/admin")