移动并重命名 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, JetBrainsProductCode,
JetBrainsStateDto JetBrainsStateDto
} from '@my-type/jetbrains-state-tools' } from '@my-type/jetbrains-state-tools'
import { settingsManager } from './settings' import { settingsManager } from '../settings'
import { codeLaunchpadIcon } from './resources' import { codeLaunchpadIcon } from '../resources'
import { isNodeError } from '@my-type/node-error' import { isNodeError } from '@my-type/node-error'
import { JetBrainsDataProductDto } from '@my-type/jetbrains-data-products' import { JetBrainsDataProductDto } from '@my-type/jetbrains-data-products'

View File

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