chore: 更新版本号到 v1.7.1

This commit is contained in:
2026-04-28 00:28:59 +08:00
parent 9cd9ccd8e0
commit 84d576a991

4
app.py
View File

@@ -1,7 +1,7 @@
""" """
ParamHub - 参数百科 ParamHub - 参数百科
AI大模型与硬件参数速查平台 AI大模型与硬件参数速查平台
v1.7.0 - 支持子类别配置和关键特性显示 v1.7.1 - 子类别管理界面重构,支持可视化增删改
""" """
from flask import Flask, render_template, jsonify, request from flask import Flask, render_template, jsonify, request
@@ -1402,7 +1402,7 @@ def api_delete_image(filename):
if __name__ == '__main__': if __name__ == '__main__':
print("=" * 50) print("=" * 50)
print("ParamHub - 参数百科 v1.7.0") print("ParamHub - 参数百科 v1.7.1")
print("=" * 50) print("=" * 50)
print(f"访问地址: http://localhost:19010") print(f"访问地址: http://localhost:19010")
print(f"后台管理: http://localhost:19010/admin") print(f"后台管理: http://localhost:19010/admin")