📝 Update solar network download link
This commit is contained in:
parent
5718faea5d
commit
eafb99c1cb
@ -9,6 +9,8 @@
|
|||||||
"downloadWindows": "Windows",
|
"downloadWindows": "Windows",
|
||||||
"downloadWeb": "Web",
|
"downloadWeb": "Web",
|
||||||
"downloadSourceCode": "Source Code",
|
"downloadSourceCode": "Source Code",
|
||||||
|
"downloadLinux": "Linux Unpacked",
|
||||||
|
"downloadLinuxDebian": "deb (Debian/Ubuntu)",
|
||||||
"actionOpen": "Open",
|
"actionOpen": "Open",
|
||||||
"faq": "Frequently Asked Questions"
|
"faq": "Frequently Asked Questions"
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,8 @@
|
|||||||
"downloadWindows": "Windows",
|
"downloadWindows": "Windows",
|
||||||
"downloadWeb": "网页版",
|
"downloadWeb": "网页版",
|
||||||
"downloadSourceCode": "源代码",
|
"downloadSourceCode": "源代码",
|
||||||
|
"downloadLinux": "Linux 未打包",
|
||||||
|
"downloadLinuxDebian": "deb (Debian/Ubuntu)",
|
||||||
"actionOpen": "打开",
|
"actionOpen": "打开",
|
||||||
"faq": "常见问题"
|
"faq": "常见问题"
|
||||||
}
|
}
|
||||||
|
@ -34,6 +34,7 @@ import SearchIcon from '@mui/icons-material/Search'
|
|||||||
import GitHubIcon from '@mui/icons-material/GitHub'
|
import GitHubIcon from '@mui/icons-material/GitHub'
|
||||||
import SecurityIcon from '@mui/icons-material/Security'
|
import SecurityIcon from '@mui/icons-material/Security'
|
||||||
import CookieIcon from '@mui/icons-material/Cookie'
|
import CookieIcon from '@mui/icons-material/Cookie'
|
||||||
|
import ComputerIcon from '@mui/icons-material/Computer';
|
||||||
|
|
||||||
import ImgSolarNetworkIcon from '@/assets/products/solar-network/icon.png'
|
import ImgSolarNetworkIcon from '@/assets/products/solar-network/icon.png'
|
||||||
import ImgSolarNetworkAlpha from '@/assets/products/solar-network/alpha.webp'
|
import ImgSolarNetworkAlpha from '@/assets/products/solar-network/alpha.webp'
|
||||||
@ -101,6 +102,16 @@ export default function ProductSolarNetwork() {
|
|||||||
title: ct('downloadWindows'),
|
title: ct('downloadWindows'),
|
||||||
href: 'https://files.solsynth.dev/production01/solian/windows-x86_64-release.zip',
|
href: 'https://files.solsynth.dev/production01/solian/windows-x86_64-release.zip',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: <ComputerIcon />,
|
||||||
|
title: ct('downloadLinux'),
|
||||||
|
href: 'https://files.solsynth.dev/production01/solian/linux-x86_64-release.zip',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: <ComputerIcon />,
|
||||||
|
title: ct('downloadLinuxDebian'),
|
||||||
|
href: 'https://files.solsynth.dev/production01/solian/linux-debian-x86_64-release.deb',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: <WebIcon />,
|
icon: <WebIcon />,
|
||||||
title: ct('downloadWeb'),
|
title: ct('downloadWeb'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user