refactor: 移除未使用的类型定义,清理冗余代码

- 移除未使用的类型定义,清理冗余代码。
This commit is contained in:
2026-01-21 23:38:31 +08:00
parent 46984c2687
commit ece366c4d7

View File

@@ -18,8 +18,6 @@ const BunTargetSuffixSchema = Schema.Literal(
'linux-arm64',
)
type BunTargetSuffix = Schema.Schema.Type<typeof BunTargetSuffixSchema>
/**
* Tauri sidecar 目标三元组
*/
@@ -31,8 +29,6 @@ const TauriTargetSchema = Schema.Literal(
'aarch64-unknown-linux-gnu',
)
type TauriTarget = Schema.Schema.Type<typeof TauriTargetSchema>
/**
* 目标映射配置
*/