fix(frontend): 修复会话补充与工作流刷新

This commit is contained in:
2026-06-06 17:56:54 +08:00
parent fa77c68d77
commit 54c37edf19
4 changed files with 132 additions and 10 deletions

View File

@@ -74,6 +74,7 @@
{% for conversation in conversations %}
<a
class="history-item{% if current_conversation and current_conversation.pk == conversation.pk %} active{% endif %}"
data-conversation-id="{{ conversation.pk }}"
href="/?conversation={{ conversation.pk }}{% if search_query %}&q={{ search_query|urlencode }}{% endif %}"
>
<span class="history-title">{{ conversation.title|default:"新对话" }}</span>