refactor: migrate img tags to next/image and fix hook usage

This commit is contained in:
2026-06-10 19:16:41 +08:00
parent 47591be41c
commit 2bc2e1b691
30 changed files with 62 additions and 55 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
* 注:chat-side-effects.ts 暂未删除(其中 WebSocket 长生命周期逻辑
* 待下一轮迁移到 fromCallback actor)。
*/
export * from "./machine/chat-state";
export * from "./chat-state";
export * from "./chat-context";
export * from "./machine/chat-events";
export * from "./chat-events";
export * from "./chat-types";
export { chatMachine } from "./chat-machine";