feat: function delete chat dev done

This commit is contained in:
butterfly
2024-04-26 19:33:22 +08:00
parent 48e8c0a194
commit 1a636b0f50
36 changed files with 598 additions and 187 deletions

View File

@@ -70,6 +70,13 @@ body {
--menu-item-time: rgba(0, 0, 0, 0.3);
--siderbar-mobile-height: 3.125rem;
--max-message-width: calc(var(--chat-panel-max-width) * 0.6);
--confirm-mask-bg: rgba(0, 0, 0, 0.7);
--confirm-mask-text: #18182a;
--delete-chat-ok-btn-bg: #ff5454;
--delete-chat-ok-btn-text: #fff;
--delete-chat-cancel-btn-bg: #fff;
--delete-chat-cancel-btn-text: #18182a;
--delete-chat-cancel-btn-border: #e2e2e6;
}
.dark {