前端增加专家模式提示词

This commit is contained in:
2025-04-02 23:48:31 +08:00
parent 59ff67595c
commit 2c3b83bba7
5 changed files with 939 additions and 121 deletions

View File

@@ -1169,4 +1169,9 @@ def wx_generate_expert_prompt():
'data': None
})
@main_bp.route('/expert_generate')
def expert_generate():
"""专家提示词生成页面"""
return render_template('expert_generate.html')
# ... 其他路由保持不变,但要把 @app 改成 @main_bp ...