Files
zn-ai/electron/service/task-operation/index.ts
duanshuwen 6615d11dd6 chore: restructure project and add i18n support
- Reorganize project structure with new electron and shared directories
- Add comprehensive i18n support with Chinese, English, and Japanese locales
- Update build configurations and TypeScript paths for new structure
- Add various UI components including chat interface and task management
- Include Windows release binaries and localization files
- Update dependencies and fix import paths throughout the codebase
2026-04-06 14:39:06 +08:00

7 lines
164 B
TypeScript

import { ipcMain } from 'electron'
import { IPC_EVENTS } from '@lib/constants'
import { spawn } from 'child_process'
export function runTaskOperationService() {}