25 Commits

Author SHA1 Message Date
059e01090c feat(download): 调整下载页并补充 APM 资源
- 样式:补充 xs 断点变量,方便小屏布局控制
- 资源:新增 amber-pm SVG 图标
- 页面:下载页增加 APM 包管理器入口,优化小屏排版与链接分组
2025-12-09 11:14:50 +08:00
0066297c52 feat: footer 响应式设计 2025-09-19 02:32:50 +08:00
b3b60a7401 feat: 添加写入模式工具类以支持多种文本方向 2025-09-18 19:01:41 +08:00
f873621eff feat: 添加导航栏移动端适配 2025-09-15 18:50:37 +08:00
823232f9fb feat: 添加关于页面背景图像文件(AVIF、PNG、WEBP格式) 2025-09-15 10:34:22 +08:00
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
9ac1d61724 feat: 添加关于页面的占位符图像支持 2025-06-17 22:05:44 +08:00
ca7e3cb92d feat: (WIP) implementing about introduction
Co-authored-by: 奕 <a18355849597@outlook.com>
2025-06-11 23:20:46 +08:00
e203b6a98b feat: (WIP) implementing about page
Co-authored-by: 奕 <a18355849597@outlook.com>
2025-06-11 03:36:43 +08:00
4024ad2eb0 fix: 强制设置暗黑模式下的高亮颜色以确保一致性 2025-06-05 01:15:49 +08:00
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
394ebd9e2a feat: 添加网站图标、标题 2025-06-04 01:16:21 +08:00
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
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
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
c08a7a94a2 perf: split font 2025-06-02 22:16:50 +08:00
4c8d66316c feat: implement index section 6 2025-06-01 23:35:13 +08:00
95abc3cde1 feat: implement index section 5
Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
2025-06-01 23:07:30 +08:00
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
0b99d954ec fix: add img variation for index section 2 2025-05-30 01:10:31 +08:00
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
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
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
95d25ee6f0 feat: Add nav bar 2025-05-16 00:19:24 +08:00
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