feat: 优化聊天窗口,使支持复制会话

This commit is contained in:
织梦人
2024-09-05 21:19:03 +08:00
parent 2fdb35bcc8
commit ccacfec918
5 changed files with 26 additions and 0 deletions

View File

@@ -894,6 +894,7 @@ function _Chat() {
const chatCommands = useChatCommand({
new: () => chatStore.newSession(),
newm: () => navigate(Path.NewChat),
copy: () => chatStore.copySession(),
prev: () => chatStore.nextSession(-1),
next: () => chatStore.nextSession(1),
clear: () =>