fix: 清理代码警告和未使用的变量
- 修复 fileUploadService.ts 中未使用的 remoteKey 参数 - 修复 ComfyUIExecuteModal.tsx 中未使用的 field 参数 - 清理测试文件中未使用的导入 - 优化代码质量,移除编译警告
This commit is contained in:
@@ -17,11 +17,8 @@ import ComfyUIExecuteModal from '../components/ComfyUIExecuteModal';
|
||||
import ComfyUIPublishModal from '../components/ComfyUIPublishModal';
|
||||
import type {
|
||||
Workflow as WorkflowType,
|
||||
ServerStatus,
|
||||
ComfyuiConfig,
|
||||
ComfyuiUIState,
|
||||
ServerConnectionStatus,
|
||||
WorkflowExecutionStatus,
|
||||
PublishWorkflowResponse,
|
||||
ExecuteWorkflowResponse,
|
||||
} from '../types/comfyui';
|
||||
|
||||
Reference in New Issue
Block a user