claude-code-best/src/screens
claude-code-best da10c45e76 fix: 将 pipeIpc 添加到 AppState 类型声明,消除 4 个 as any
- AppStateStore: 添加 pipeIpc?: PipeIpcState 可选字段
- PromptInputFooter: 直接访问 s.pipeIpc
- useBackgroundTaskNavigation: 直接访问 s.pipeIpc
- usePipeRouter: 直接访问 store.getState().pipeIpc
- REPL.tsx: 移除 getPipeIpc(s as any) 中的 as any

precheck 通过
2026-06-11 15:16:02 +08:00
..
Doctor.tsx style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
REPL.tsx fix: 将 pipeIpc 添加到 AppState 类型声明,消除 4 个 as any 2026-06-11 15:16:02 +08:00
ResumeConversation.tsx style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00