From fee8909b202e99a10aa646341fedf9aff8e4a52e Mon Sep 17 00:00:00 2001 From: imeepos Date: Fri, 1 Aug 2025 18:44:36 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=20HedraLipSyncMo?= =?UTF-8?q?dal=20=E4=B8=AD=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84=20useEffect?= =?UTF-8?q?=20=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 清理不必要的 React hooks 导入 - 优化代码结构 --- apps/desktop/src/components/HedraLipSyncModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/components/HedraLipSyncModal.tsx b/apps/desktop/src/components/HedraLipSyncModal.tsx index d6019e7..8de7a96 100644 --- a/apps/desktop/src/components/HedraLipSyncModal.tsx +++ b/apps/desktop/src/components/HedraLipSyncModal.tsx @@ -1,4 +1,4 @@ -import React, { useState, useCallback, useEffect } from 'react'; +import React, { useState, useCallback } from 'react'; import { MessageCircle, Image,