feat: separate global llm settings from monitor page

This commit is contained in:
liuwei
2026-04-08 14:16:37 +08:00
parent 3d671c0da0
commit 772f45cb2f
4 changed files with 318 additions and 267 deletions

View File

@@ -67,6 +67,12 @@ def system_status():
return render_template('system_status.html', src_url=src)
@system_bp.route('/system_llm')
@login_required
def system_llm():
return render_template('system_llm.html')
# 页面路由
@system_bp.route('/wx_logs')
@login_required