From 4b0ce04b7a315d83f21fb87ad12ea3c189d05681 Mon Sep 17 00:00:00 2001 From: xjs Date: Thu, 10 Apr 2025 13:09:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MainPage/MainArea/Antechamber/MyInput/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/MainPage/MainArea/Antechamber/MyInput/index.tsx b/src/pages/MainPage/MainArea/Antechamber/MyInput/index.tsx index 58ef77a..9c06c5c 100644 --- a/src/pages/MainPage/MainArea/Antechamber/MyInput/index.tsx +++ b/src/pages/MainPage/MainArea/Antechamber/MyInput/index.tsx @@ -21,10 +21,10 @@ export default function MyInput({ toRoom }: Props) { await toRoom(); dispatch(setInitMsg(`我的高考地点在${provinceName},我选择的科目是${subjectGroup},我的高考分数为${expectedScore}分。我适合哪些学校和专业`)); }; - const handleReadWorld = async () => { - await toRoom(); - dispatch(setInitMsg(`这是我的文档地址https://static-data.ycymedu.com/pdf/663640899633221.pdf,读取它。并给出见解`)) - } + // const handleReadWorld = async () => { + // await toRoom(); + // dispatch(setInitMsg(`这是我的文档地址https://static-data.ycymedu.com/pdf/663640899633221.pdf,读取它。并给出见解`)) + // } return (
@@ -42,7 +42,7 @@ export default function MyInput({ toRoom }: Props) { right
-
测试阅读文档
+ {/*
测试阅读文档
*/} ); }