规范子页面函数命名

This commit is contained in:
2025-10-23 11:17:15 +08:00
parent 89ef27eb57
commit e6d6096636
6 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ import { TextSpeakerItemSchema } from "@/interfaces";
import z from "zod";
import { Navbar } from "@/components/Navbar";
export default function Home() {
export default function TextSpeaker() {
const textareaRef = useRef<HTMLTextAreaElement>(null);
const [showSpeedAdjust, setShowSpeedAdjust] = useState(false);
const [showSaveList, setShowSaveList] = useState(false);