Skip to content

Commit

Permalink
chore: 取消公告
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Feb 29, 2024
1 parent 94f9603 commit 1cf4c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/QuillEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const QEditor = ({ lng }) => {
const [openProgressBar, setOpenProgressBar] = useState(false); //设置进度条是否打开
const [showAnnouncement, setShowAnnouncement] = useLocalStorage(
"显示公告",
true
false
); // 是否显示公告
const [controller, setController] = useState<AbortController | null>(null); // 创建 AbortController 的状态

Expand Down

0 comments on commit 1cf4c37

Please sign in to comment.