mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 14:33:41 +08:00
注释一堆注释
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user