fix(frontend): 修复会话补充与工作流刷新
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user