From 654d5fb1915b3be51af33f5b75eb3121013f0d30 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 23 Feb 2025 19:10:55 +0800 Subject: [PATCH] :memo: Update download links --- src/pages/products/solar-network.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/products/solar-network.tsx b/src/pages/products/solar-network.tsx index cdb4b1b..8cc7dc9 100644 --- a/src/pages/products/solar-network.tsx +++ b/src/pages/products/solar-network.tsx @@ -95,22 +95,22 @@ export default function ProductSolarNetwork() { { icon: , title: ct('downloadAndroid'), - href: 'https://files.solsynth.dev/production01/solian/app-arm64-v8a-release.apk', + href: 'https://github.com/Solsynth/HyperNet.Surface/releases/latest', }, { icon: , title: ct('downloadWindows'), - href: 'https://files.solsynth.dev/production01/solian/windows-x86_64-release.zip', + href: 'https://github.com/Solsynth/HyperNet.Surface/releases/latest', }, { icon: , title: ct('downloadLinux'), - href: 'https://files.solsynth.dev/production01/solian/linux-x86_64-release.zip', + href: 'https://github.com/Solsynth/HyperNet.Surface/releases/latest', }, { icon: , title: ct('downloadLinuxDebian'), - href: 'https://files.solsynth.dev/production01/solian/linux-debian-x86_64-release.deb', + href: 'https://github.com/Solsynth/HyperNet.Surface/releases/latest', }, { icon: ,