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
This commit is contained in:
2
global.d.ts
vendored
2
global.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import { IPC_EVENTS } from '@common/constants'
|
||||
import { IPC_EVENTS } from '@lib/constants'
|
||||
|
||||
declare global {
|
||||
// 定义每个通道的参数和返回值类型
|
||||
|
||||
Reference in New Issue
Block a user