📦 Chore: add mac-arm64 build support

This commit is contained in:
PiEgg
2022-01-05 12:54:02 +08:00
parent 34b3656605
commit f2a4197ca2
5 changed files with 13 additions and 6 deletions

View File

@@ -333,3 +333,5 @@ interface IMiniWindowPos {
height: number,
width: number
}
type PromiseResType<T> = T extends Promise<infer R> ? R : T