fix(lint): 清理未使用的安装器符号

This commit is contained in:
2026-04-15 14:11:46 +08:00
parent 36f5d3831e
commit 44587e299a
2 changed files with 2 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
import { join } from "node:path";
import { downloadPackage, type DownloadResult } from "../shared-installer";
import { downloadPackage } from "../shared-installer";
import type { UpdateCenterItem } from "./types";
export interface Aria2DownloadResult {