fix: 修复代码重复导致的语法错误

This commit is contained in:
2026-04-26 17:46:01 +08:00
parent c8909595e4
commit 6349cc70ae

View File

@@ -137,16 +137,6 @@ function showConversationList() {
</div>
</div>
`;
<span id="pinText">置顶</span>
</div>
<div class="action-menu-item delete-action" data-action="delete">
<svg viewBox="0 0 24 24" width="18" height="18"><path fill="currentColor" d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"/></svg>
<span>删除</span>
</div>
</div>
</div>
</div>
`;
appContainer.innerHTML = listHtml;