diff --git a/components/QuillEditor.tsx b/components/QuillEditor.tsx index f71321a..7f7a1d9 100644 --- a/components/QuillEditor.tsx +++ b/components/QuillEditor.tsx @@ -249,10 +249,10 @@ const QEditor = ({ lng }) => { } }, []); // 强制更新为我设置的API - useEffect(() => { - dispatch(setApiKey("sk-GHuPUV6ERD8wVmmr36FeB8D809D34d93Bb857c009f6aF9Fe")); - dispatch(setUpsreamUrl("https://one.paperai.life")); - }); + // useEffect(() => { + // dispatch(setApiKey("sk-GHuPUV6ERD8wVmmr36FeB8D809D34d93Bb857c009f6aF9Fe")); + // dispatch(setUpsreamUrl("https://one.paperai.life")); + // }); const handleTextChange = debounce(async function (delta, oldDelta, source) { if (source === "user") { // 获取编辑器内容