移动并重命名 code-launchpad.ts

This commit is contained in:
2026-03-26 13:21:17 +08:00
parent d726f9f781
commit 1bf08a3698
2 changed files with 7 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ import {
JetBrainsProductCode,
JetBrainsStateDto
} from '@my-type/jetbrains-state-tools'
import { settingsManager } from './settings'
import { codeLaunchpadIcon } from './resources'
import { settingsManager } from '../settings'
import { codeLaunchpadIcon } from '../resources'
import { isNodeError } from '@my-type/node-error'
import { JetBrainsDataProductDto } from '@my-type/jetbrains-data-products'

View File

@@ -8,12 +8,16 @@ import {
createCodeLaunchpadWindow,
getIDEs,
getIDEsVersion
} from './code-launchpad'
} from './code-launchpad/ide-versions-check'
import { fanToolsIcon } from './resources'
import path from 'path'
let mainWindow: BrowserWindow | null = null
// @ts-ignore 保存引用,禁用报错
// eslint-disable-next-line @typescript-eslint/no-unused-vars
let mainTray: Tray | null = null
// @ts-ignore 保存引用,禁用报错
// eslint-disable-next-line @typescript-eslint/no-unused-vars
let codeLaunchpadTray: Tray | null = null
/**