注释一堆注释

This commit is contained in:
sijinhui
2024-07-12 00:33:13 +08:00
parent 578f0b883c
commit 4733de20b2
5 changed files with 5 additions and 6 deletions

View File

@@ -366,7 +366,6 @@ function ChatAction(props: {
if (props.text.includes("使用") || allModels.includes(props.text)) {
customModelClassName = "chat-input-action-long-weight";
}
console.log("123123123", props.text);
function updateWidth() {
if (!iconRef.current || !textRef.current) return;