From ece366c4d7d9a5ccc99b430b5ddcc86087fe9d08 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Wed, 21 Jan 2026 23:38:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=E7=B1=BB=E5=9E=8B=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=EF=BC=8C=E6=B8=85=E7=90=86=E5=86=97=E4=BD=99=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除未使用的类型定义,清理冗余代码。 --- apps/desktop/copy-binaries.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/desktop/copy-binaries.ts b/apps/desktop/copy-binaries.ts index f737b7a..c7c54c6 100644 --- a/apps/desktop/copy-binaries.ts +++ b/apps/desktop/copy-binaries.ts @@ -18,8 +18,6 @@ const BunTargetSuffixSchema = Schema.Literal( 'linux-arm64', ) -type BunTargetSuffix = Schema.Schema.Type - /** * Tauri sidecar 目标三元组 */ @@ -31,8 +29,6 @@ const TauriTargetSchema = Schema.Literal( 'aarch64-unknown-linux-gnu', ) -type TauriTarget = Schema.Schema.Type - /** * 目标映射配置 */