remove StatusBar in ChatBOX with a new design

This commit is contained in:
ecwu
2024-12-20 17:31:01 +08:00
parent ac307f5551
commit 17a4bf6d6b
3 changed files with 109 additions and 8 deletions

View File

@@ -218,7 +218,7 @@ export default function Message(props: Props) {
chatStore.history.splice(messageIndex, 1);
chatStore.postBeginIndex = Math.max(
chatStore.postBeginIndex - 1,
0,
0
);
//chatStore.totalTokens =
chatStore.totalTokens = 0;