From eafb99c1cba5f557086ad45f27e69daef180797b Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 16 Feb 2025 00:29:12 +0800 Subject: [PATCH] :memo: Update solar network download link --- public/locales/en-US/common.json | 2 ++ public/locales/zh-CN/common.json | 2 ++ src/pages/products/solar-network.tsx | 11 +++++++++++ 3 files changed, 15 insertions(+) diff --git a/public/locales/en-US/common.json b/public/locales/en-US/common.json index 059f39a..78bf01c 100644 --- a/public/locales/en-US/common.json +++ b/public/locales/en-US/common.json @@ -9,6 +9,8 @@ "downloadWindows": "Windows", "downloadWeb": "Web", "downloadSourceCode": "Source Code", + "downloadLinux": "Linux Unpacked", + "downloadLinuxDebian": "deb (Debian/Ubuntu)", "actionOpen": "Open", "faq": "Frequently Asked Questions" } diff --git a/public/locales/zh-CN/common.json b/public/locales/zh-CN/common.json index fd0fb83..3a58b4b 100644 --- a/public/locales/zh-CN/common.json +++ b/public/locales/zh-CN/common.json @@ -9,6 +9,8 @@ "downloadWindows": "Windows", "downloadWeb": "网页版", "downloadSourceCode": "源代码", + "downloadLinux": "Linux 未打包", + "downloadLinuxDebian": "deb (Debian/Ubuntu)", "actionOpen": "打开", "faq": "常见问题" } diff --git a/src/pages/products/solar-network.tsx b/src/pages/products/solar-network.tsx index 0ad6130..cdb4b1b 100644 --- a/src/pages/products/solar-network.tsx +++ b/src/pages/products/solar-network.tsx @@ -34,6 +34,7 @@ import SearchIcon from '@mui/icons-material/Search' import GitHubIcon from '@mui/icons-material/GitHub' import SecurityIcon from '@mui/icons-material/Security' import CookieIcon from '@mui/icons-material/Cookie' +import ComputerIcon from '@mui/icons-material/Computer'; import ImgSolarNetworkIcon from '@/assets/products/solar-network/icon.png' import ImgSolarNetworkAlpha from '@/assets/products/solar-network/alpha.webp' @@ -101,6 +102,16 @@ export default function ProductSolarNetwork() { title: ct('downloadWindows'), href: 'https://files.solsynth.dev/production01/solian/windows-x86_64-release.zip', }, + { + icon: , + title: ct('downloadLinux'), + href: 'https://files.solsynth.dev/production01/solian/linux-x86_64-release.zip', + }, + { + icon: , + title: ct('downloadLinuxDebian'), + href: 'https://files.solsynth.dev/production01/solian/linux-debian-x86_64-release.deb', + }, { icon: , title: ct('downloadWeb'),