GitHub Action 2 месяцев назад
Родитель
Сommit
fde74a72bb

+ 0 - 1
packages/console/app/src/routes/download/index.tsx

@@ -260,7 +260,6 @@ export default function Download() {
                   Download
                   Download
                 </a>
                 </a>
               </div>
               </div>
-
             </div>
             </div>
           </section>
           </section>
 
 

+ 4 - 1
packages/console/app/src/routes/download/types.ts

@@ -1 +1,4 @@
-export type DownloadPlatform = `darwin-${"x64" | "aarch64"}-dmg` | "windows-x64-nsis" | `linux-x64-${"deb" | "rpm" | "appimage"}`
+export type DownloadPlatform =
+  | `darwin-${"x64" | "aarch64"}-dmg`
+  | "windows-x64-nsis"
+  | `linux-x64-${"deb" | "rpm" | "appimage"}`