fix: 清理代码警告和未使用的变量

- 修复 fileUploadService.ts 中未使用的 remoteKey 参数
- 修复 ComfyUIExecuteModal.tsx 中未使用的 field 参数
- 清理测试文件中未使用的导入
- 优化代码质量,移除编译警告
This commit is contained in:
imeepos
2025-08-05 18:02:01 +08:00
parent 03a87223de
commit ad4f91691c
6 changed files with 4 additions and 191 deletions

View File

@@ -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';