From 60778f69684593db5d0fcb2fc269b1778215cea0 Mon Sep 17 00:00:00 2001 From: lerte smith Date: Tue, 16 Apr 2024 16:42:01 +0800 Subject: [PATCH] update download url --- .../src/components/DownloadSections/index.tsx | 32 ++++++++++++++++--- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/docs/src/components/DownloadSections/index.tsx b/docs/src/components/DownloadSections/index.tsx index bf2a1dc..4efd084 100644 --- a/docs/src/components/DownloadSections/index.tsx +++ b/docs/src/components/DownloadSections/index.tsx @@ -1,20 +1,42 @@ import styles from "./styles.module.css"; export default function DownloadSections(): JSX.Element { + const version = "v0.0.1"; + const windowUrl = `https://github.com/lerte/zroker/releases/download/${version}/Wails.Build.Windows.Zroker.zip`; + const macosUrl = `https://github.com/lerte/zroker/releases/download/${version}/Wails.Build.macOS.Zroker.zip`; + const linuxUrl = `https://github.com/lerte/zroker/releases/download/${version}/Wails.Build.Linux.Zroker.zip`; + return (
- + + +
- + + +
- + + +