Commit Graph

55 Commits

Author SHA1 Message Date
394ebd9e2a feat: 添加网站图标、标题 2025-06-04 01:16:21 +08:00
34e9ad7a3b fix: 移除与 SCSS 不兼容的 @variant 定义 2025-06-04 01:03:04 +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
8aefb0db7c Update README.md 2025-06-03 01:33:26 +08:00
49b6fab222 fix: 移除标题的负位移以优化页面布局 2025-06-03 01:29:32 +08:00
65853085c5 Merge branch 'master' of https://github.com/jiwangyihao/spark-store-abyss 2025-06-03 01:23:23 +08:00
fba88107dd fix: 添加 overflow-hidden 类以改善滚动面板的显示效果 2025-06-03 01:23:15 +08:00
0221abad79 Create LICENSE 2025-06-03 01:05:02 +08:00
c2e411352f docs: 更新 README 文件 2025-06-03 01:03:23 +08:00
1e7b59e6b0 fix: 在组件挂载时自动滚动到顶部以改善用户体验
Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
2025-06-03 00:54:42 +08:00
f4f7987438 fix: 优化社区介绍文本格式,调整段落宽度以提升可读性
Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
2025-06-03 00:45:19 +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
ced2e13205 fix: 优化滚动进度计算逻辑并更新文本引号样式
Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
2025-06-03 00:33:36 +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
91e14c3609 chore(deps): 更新依赖项版本 2025-06-02 23:28:13 +08:00
b05118bd61 fix: implement index section 7
Co-authored-by: xudeyu444 <xudeyu444@users.noreply.github.com>
Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
2025-06-02 23:07:15 +08:00
2c51d41cc7 fix: 调整图像背景顺序
Co-authored-by: xudeyu444 <xudeyu444@users.noreply.github.com>
Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
2025-06-02 22:23:23 +08:00
c08a7a94a2 perf: split font 2025-06-02 22:16:50 +08:00
08646fe984 fix: 更新 sProgress 逻辑以支持多个路径
Co-authored-by: xudeyu444 <xudeyu444@users.noreply.github.com>
2025-06-02 21:02:26 +08:00
b0e79cc35f fix: 修正注释格式,添加空格以提高可读性 2025-06-01 23:42:11 +08:00
4c8d66316c feat: implement index section 6 2025-06-01 23:35:13 +08:00
9b5411301a fix: 修正链接文本格式,添加空格以提高可读性 2025-06-01 23:33:37 +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
22ca0ec4aa fix: 修正文本样式,更新社区描述的颜色类
Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
2025-06-01 23:00:14 +08:00
584f3702bb fix: 优化社区标题样式,调整文本结构
Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
Co-authored-by: 奕 <a18355849597@outlook.com>
2025-06-01 22:42:39 +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
f018ec2c09 fix: 修正动画计算中的参数以改善效果
Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
Co-authored-by: 奕 <a18355849597@outlook.com>
2025-06-01 22:22:00 +08:00
d5e917c888 fix: typo 2025-06-01 01:56:40 +08:00
494a00f5ec fix: 添加 .app-icon 类以支持多种背景图像格式 2025-06-01 01:53:49 +08:00
5df80045fd fix: pair <section> 2025-06-01 01:48:31 +08:00
a52e6ba32e fix: 修正段落行高并添加额外间距以改善布局 2025-06-01 01:43:32 +08:00
6766ac0c39 feat: implement index section 3 2025-06-01 01:43:14 +08:00
3c5830adeb fix: adjust padding for improved layout in index section
Co-authored-by: xudeyu444 <xudeyu444@users.noreply.github.com>
Co-authored-by: 奕 <a18355849597@outlook.com>
2025-06-01 01:40:41 +08:00
a4fec8cbd1 fix: update background gradient for improved visual effect 2025-05-30 01:32:21 +08:00
0b99d954ec fix: add img variation for index section 2 2025-05-30 01:10:31 +08:00
44ce997d03 fix: improve opacity and transform effects based on scroll progress 2025-05-30 01:06:23 +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
2ba90f730b fix: adjust button padding and icon spacing in download link 2025-05-29 20:58:53 +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
f11b7fe5c0 fix: streamline GitHub Actions workflow for Nuxt site deployment 2025-05-16 01:58:24 +08:00
1cf0f92cd3 fix: update static HTML export command in GitHub Actions workflow 2025-05-16 01:51:59 +08:00
131f41c4db fix: restore .npmrc with allowed dependency scripts 2025-05-16 01:44:14 +08:00
d5ed76c867 fix: add .npmrc for allowed scripts 2025-05-16 01:38:06 +08:00
3974fbe6bf fix: update dependency installation process in GitHub Actions workflow 2025-05-16 01:33:39 +08:00
4a7bcf6cdc fix: update pnpm install command to use --unsafe-perm 2025-05-16 01:29:34 +08:00
af0ae79f66 fix: update icon configuration 2025-05-16 01:14:53 +08:00
2830270af9 fix: remove vite-svg-loader 2025-05-16 01:01:00 +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