Commit Graph

20 Commits

Author SHA1 Message Date
jiwangyihao 961b4c726d feat: Update SVG icons and image assets; modify styles in about.vue
- Updated the `fantascene.svg` file with new dimensions and styles, including changes to clip paths and color variables.
- Replaced multiple image formats (AVIF, PNG, WEBP) for `amber-ce` and `fantascene` with updated versions.
- Adjusted class names in `about.vue` for improved styling consistency, including changes to background and decoration colors for dark mode.
- Added new CSS variables for dark mode styling.
2025-06-21 00:25:21 +08:00
jiwangyihao 9ac1d61724 feat: 添加关于页面的占位符图像支持 2025-06-17 22:05:44 +08:00
jiwangyihao ca7e3cb92d feat: (WIP) implementing about introduction
Co-authored-by: 奕 <a18355849597@outlook.com>
2025-06-11 23:20:46 +08:00
jiwangyihao e203b6a98b feat: (WIP) implementing about page
Co-authored-by: 奕 <a18355849597@outlook.com>
2025-06-11 03:36:43 +08:00
jiwangyihao 4024ad2eb0 fix: 强制设置暗黑模式下的高亮颜色以确保一致性 2025-06-05 01:15:49 +08:00
jiwangyihao 383d6b1248 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>
2025-06-05 00:23:48 +08:00
jiwangyihao 394ebd9e2a feat: 添加网站图标、标题 2025-06-04 01:16:21 +08:00
jiwangyihao 9d05d0074a feat: 添加暗黑模式支持,优化样式和背景图像
Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
Co-authored-by: xudeyu444 <xudeyu444@users.noreply.github.com>
Co-authored-by: 奕 <a18355849597@outlook.com>
2025-06-04 00:52:05 +08:00
jiwangyihao ead1905c99 feat: add footer section with community information and QR code
- Implemented a new footer in app.vue that includes:
  - Community description and purpose.
  - A QR code for joining the user group.
  - Responsive design adjustments for the QR code size.

- Added a new SVG icon for the QR code in assets/icons/qrcode-3.svg.

Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
2025-06-03 00:34:07 +08:00
jiwangyihao 3cbbdba6a4 fix: 更新图标样式
Co-authored-by: xudeyu444 <xudeyu444@users.noreply.github.com>
Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
2025-06-02 23:33:28 +08:00
jiwangyihao c08a7a94a2 perf: split font 2025-06-02 22:16:50 +08:00
jiwangyihao 4c8d66316c feat: implement index section 6 2025-06-01 23:35:13 +08:00
jiwangyihao 95abc3cde1 feat: implement index section 5
Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
2025-06-01 23:07:30 +08:00
jiwangyihao 80ec2727c3 feat: implement index section 4
Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
Co-authored-by: 奕 <a18355849597@outlook.com>
2025-06-01 22:24:26 +08:00
jiwangyihao 0b99d954ec fix: add img variation for index section 2 2025-05-30 01:10:31 +08:00
jiwangyihao 901a80d9a0 feat: implement index section 2
Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
Co-authored-by: xudeyu444 <xudeyu444@users.noreply.github.com>
Co-authored-by: 奕 <a18355849597@outlook.com>
2025-05-30 01:05:59 +08:00
jiwangyihao 9ca45f5325 feat: implement index section 1
Co-authored-by: xudeyu444 <xudeyu444@users.noreply.github.com>
Co-authored-by: 奕 <a18355849597@outlook.com>
Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
2025-05-29 01:21:22 +08:00
jiwangyihao 2de03ad67e fix: refactor CSS variable usage and update ESLint configuration
Co-authored-by: xudeyu444 <xudeyu444@users.noreply.github.com>
Co-authored-by: 奕 <a18355849597@outlook.com>
Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
2025-05-29 01:19:14 +08:00
jiwangyihao 95d25ee6f0 feat: Add nav bar 2025-05-16 00:19:24 +08:00
jiwangyihao 621bc20edd feat: Add initial styles and pages for the application
- Created main.css to include Tailwind CSS and PrimeIcons.
- Added download.vue page with a simple heading.
- Implemented index.vue page structure with multiple sections and basic styling.

Co-authored-by: xudeyu444 <tai_365@qq.com>
Co-authored-by: Sylvanysc <1915657537@qq.com>
2025-05-12 00:00:26 +08:00