diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 1a6f3a9..5302691 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -31,7 +31,7 @@ _hmt.push(['_requirePlugin', 'UrlChangeTracker', { }, }, themeConfig: { - // logo: '/logo.png', + logo: '/logo.png', footer: { copyright: 'Copyright © 2024-present Fantastic-mobile', }, diff --git a/.vitepress/theme/styles/var.css b/.vitepress/theme/styles/var.css index b8340ff..e722700 100644 --- a/.vitepress/theme/styles/var.css +++ b/.vitepress/theme/styles/var.css @@ -7,13 +7,13 @@ --vp-home-hero-name-color: transparent; --vp-home-hero-name-background: -webkit-linear-gradient( 120deg, - #e60000 30%, - #F766B4 + #AE3FF5 30%, + #6EC0F9 ); --vp-home-hero-image-background-image: linear-gradient( -45deg, - #e60000 50%, - #F766B4 50% + #6EC0F9 50%, + #0eeeee 50% ); --vp-home-hero-image-filter: blur(40px); } diff --git a/index.md b/index.md index 007e001..c04c690 100644 --- a/index.md +++ b/index.md @@ -8,6 +8,9 @@ hero: name: Fantastic-mobile text: 自成一派的 H5 框架 tagline: 🚧 尚未发布,紧锣密鼓开发中… + image: + src: /logo-with-shadow.png + alt: Fantastic-mobile # actions: # - theme: brand # text: 开始 @@ -49,7 +52,7 @@ Fantastic-mobile 是一个自成一派的移动端 H5 框架,与市面上大 ### 何时发布 -我们计划最迟将在 2024 年 6 月底前正式对外发布,具体的发布时间可能会根据开发进度而提前上线,我们其实已经迫不及待地想与您相见了。 +我们计划最迟将在 2024 年 6 月底前正式对外发布,具体的发布时间会根据开发进度而提前,我们已经迫不及待地想与您相见了。 预计会提供的能力清单,包括但不限于: @@ -66,6 +69,7 @@ Fantastic-mobile 是一个自成一派的移动端 H5 框架,与市面上大 - [ ] 预设通用业务页面(发布后陆续补充) - [ ] 区分基础版、专业版 - [ ] 开发文档 +- [ ] 更多功能可预购后参与讨论…… 你可以扫描下方二维码预览目前开发进度 ( 确保你的手机可以访问 github ),或者也可以点击在线预览 diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100755 index 0000000..0778dfc Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/logo-with-shadow.png b/public/logo-with-shadow.png new file mode 100644 index 0000000..8813f3b Binary files /dev/null and b/public/logo-with-shadow.png differ diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..cec3101 Binary files /dev/null and b/public/logo.png differ