feat: add /download and /releases routes in apps/web and sync binary distribution
Some checks are pending
CI Pipeline / Code Quality & Typecheck (push) Waiting to run
CI Pipeline / Test Suite (macos-latest) (push) Blocked by required conditions
CI Pipeline / Test Suite (ubuntu-latest) (push) Blocked by required conditions
CI Pipeline / Test Suite (windows-latest) (push) Blocked by required conditions
CI Pipeline / Build Validation (admin) (push) Blocked by required conditions
CI Pipeline / Build Validation (desktop) (push) Blocked by required conditions
Deploy Landing Page / build (push) Waiting to run
Deploy Landing Page / deploy (push) Blocked by required conditions
Some checks are pending
CI Pipeline / Code Quality & Typecheck (push) Waiting to run
CI Pipeline / Test Suite (macos-latest) (push) Blocked by required conditions
CI Pipeline / Test Suite (ubuntu-latest) (push) Blocked by required conditions
CI Pipeline / Test Suite (windows-latest) (push) Blocked by required conditions
CI Pipeline / Build Validation (admin) (push) Blocked by required conditions
CI Pipeline / Build Validation (desktop) (push) Blocked by required conditions
Deploy Landing Page / build (push) Waiting to run
Deploy Landing Page / deploy (push) Blocked by required conditions
This commit is contained in:
parent
7879d493ea
commit
abd26e91af
18 changed files with 1731 additions and 4 deletions
BIN
site/public/releases/1.0.0/D3RO-Voice-Setup-1.0.0-x64.exe
Normal file
BIN
site/public/releases/1.0.0/D3RO-Voice-Setup-1.0.0-x64.exe
Normal file
Binary file not shown.
Binary file not shown.
8
site/public/releases/1.0.0/latest.yml
Normal file
8
site/public/releases/1.0.0/latest.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
version: 1.0.0
|
||||
files:
|
||||
- url: D3RO-Voice-Setup-1.0.0-x64.exe
|
||||
sha512: Ae4ZDaqL6mtkpyGsX9rna6WT3hhtChiEF4hl+Yx1CQvjCPwTq7LmhcBEm40TvRHOVtjQSASsCTs1wxVgSRo1Ow==
|
||||
size: 102123822
|
||||
path: D3RO-Voice-Setup-1.0.0-x64.exe
|
||||
sha512: Ae4ZDaqL6mtkpyGsX9rna6WT3hhtChiEF4hl+Yx1CQvjCPwTq7LmhcBEm40TvRHOVtjQSASsCTs1wxVgSRo1Ow==
|
||||
releaseDate: '2026-08-20T01:56:59.299Z'
|
||||
8
site/public/releases/latest.yml
Normal file
8
site/public/releases/latest.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
version: 1.0.0
|
||||
files:
|
||||
- url: D3RO-Voice-Setup-1.0.0-x64.exe
|
||||
sha512: Ae4ZDaqL6mtkpyGsX9rna6WT3hhtChiEF4hl+Yx1CQvjCPwTq7LmhcBEm40TvRHOVtjQSASsCTs1wxVgSRo1Ow==
|
||||
size: 102123822
|
||||
path: D3RO-Voice-Setup-1.0.0-x64.exe
|
||||
sha512: Ae4ZDaqL6mtkpyGsX9rna6WT3hhtChiEF4hl+Yx1CQvjCPwTq7LmhcBEm40TvRHOVtjQSASsCTs1wxVgSRo1Ow==
|
||||
releaseDate: '2026-08-20T01:56:59.299Z'
|
||||
|
|
@ -49,7 +49,7 @@ export function CTA() {
|
|||
|
||||
<div>
|
||||
<GlowButton
|
||||
href="https://github.com/user/D3ROVoice/releases"
|
||||
href="/download.html"
|
||||
variant="primary"
|
||||
size="lg"
|
||||
className="shadow-glow-md hover:shadow-glow-lg"
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ export function Header() {
|
|||
<div className="hidden md:flex items-center gap-3">
|
||||
<LanguageSwitcher />
|
||||
<a
|
||||
href="https://github.com/user/D3ROVoice/releases"
|
||||
href="/download.html"
|
||||
className="glow-btn inline-flex items-center gap-2 px-4 py-2 font-mono text-xs uppercase tracking-wider text-white bg-brand-amber rounded-panel shadow-sm hover:bg-brand-amber-light transition-colors"
|
||||
>
|
||||
{t.nav.download}
|
||||
|
|
@ -92,7 +92,7 @@ export function Header() {
|
|||
<div className="flex items-center justify-between mt-4 gap-3">
|
||||
<LanguageSwitcher />
|
||||
<a
|
||||
href="https://github.com/user/D3ROVoice/releases"
|
||||
href="/download.html"
|
||||
className="flex-1 text-center px-5 py-2.5 font-mono text-xs uppercase tracking-wider text-white bg-brand-amber rounded-panel shadow-sm"
|
||||
>
|
||||
{t.nav.download}
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ export function Hero() {
|
|||
{/* CTA Action Buttons */}
|
||||
<div className="flex flex-col sm:flex-row items-stretch sm:items-center gap-4 mb-3.5">
|
||||
<a
|
||||
href="https://github.com/user/D3ROVoice/releases"
|
||||
href="/download.html"
|
||||
className="glow-btn inline-flex items-center justify-center gap-2.5 px-8 py-4 font-mono text-sm font-semibold uppercase tracking-wider text-white bg-brand-amber rounded-panel shadow-glow-sm hover:shadow-glow-md"
|
||||
>
|
||||
<span className="relative z-10 flex items-center gap-2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue