fix: 普通对话返回后不再显示智能体对话
- showConversationList 简化为直接返回主页 - 主页对话列表正确过滤(只显示没有 agentId 的普通对话) - 添加操作菜单支持(重命名、分享、置顶、删除) - 统一使用全局变量 currentActionConvId
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Expires" content="0">
|
||||
<title>AI助手</title>
|
||||
<link rel="stylesheet" href="style.css?v=3.3.0">
|
||||
<link rel="stylesheet" href="style.css?v=3.3.1">
|
||||
<link rel="manifest" href="manifest.json">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script src="marked.min.js?v=3.3.0"></script>
|
||||
<script src="app.js?v=3.3.0"></script>
|
||||
<script src="marked.min.js?v=3.3.1"></script>
|
||||
<script src="app.js?v=3.3.1"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user