From 383d6b1248df4e02cbf988f4c0ebf6e584da82f6 Mon Sep 17 00:00:00 2001 From: jiwangyihao Date: Thu, 5 Jun 2025 00:23:48 +0800 Subject: [PATCH] feat(download): implement download page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 Co-authored-by: 奕 --- assets/css/main.css | 2 + assets/icons/download-deco.svg | 33 +++++++ pages/download.vue | 157 ++++++++++++++++++++++++++++++++- 3 files changed, 190 insertions(+), 2 deletions(-) create mode 100644 assets/icons/download-deco.svg diff --git a/assets/css/main.css b/assets/css/main.css index 960053e..18703cb 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -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); } diff --git a/assets/icons/download-deco.svg b/assets/icons/download-deco.svg new file mode 100644 index 0000000..8ebdaf8 --- /dev/null +++ b/assets/icons/download-deco.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/download.vue b/pages/download.vue index abd1e40..6246eb6 100644 --- a/pages/download.vue +++ b/pages/download.vue @@ -1,5 +1,158 @@ - + + + + +