feat(download): implement download page

- Added architecture selection dropdown for amd64, arm64, and loong64.
- Redesigned the download page layout with new styling and components.
- Included buttons for downloading the latest version and terminal version.
- Added links to update logs and source repositories.
- Improved user guidance with FAQ and support information.

Co-authored-by: xudeyu444 <xudeyu444@users.noreply.github.com>
Co-authored-by: 奕 <a18355849597@outlook.com>
This commit is contained in:
2025-06-05 00:23:48 +08:00
parent 82b1ec5960
commit 383d6b1248
3 changed files with 190 additions and 2 deletions

View File

@@ -50,6 +50,8 @@
.s-dark {
--s-background: var(--p-secondary-950);
--p-highlight-color: var(--p-primary-color);
--p-highlight-focus-color: var(--p-primary-color);
}