From 517f07dd6135b7fd68f3b22ac7ebb77e5b65e3c9 Mon Sep 17 00:00:00 2001 From: yue1123 <2572468699@qq.com> Date: Thu, 30 Nov 2023 01:25:47 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=96=87=E6=A1=A3=E6=8E=92=E7=89=88?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/styles/main.less | 6 ++-- docs/index.md | 20 ++++++------ docs/sponsor.md | 2 +- docs/zh-CN/guide/introduction.md | 14 +++++--- docs/zh-CN/index.md | 56 +------------------------------- 5 files changed, 25 insertions(+), 73 deletions(-) diff --git a/docs/.vitepress/styles/main.less b/docs/.vitepress/styles/main.less index 032dd0be..16cd29bf 100644 --- a/docs/.vitepress/styles/main.less +++ b/docs/.vitepress/styles/main.less @@ -1,8 +1,8 @@ :root { --vp-layout-max-width: 1620px; --vp-home-hero-image-background-image: -webkit-radial-gradient(rgba(96, 137, 241, 0.4) 40%, - rgba(66, 211, 146, 0.35) 60%); - --vp-home-hero-image-background-image: radial-gradient(rgba(96, 137, 241, 0.4) 40%, rgba(66, 211, 146, 0.35) 60%); + rgba(66, 211, 146, 0.25) 60%); + --vp-home-hero-image-background-image: radial-gradient(rgba(96, 137, 241, 0.4) 40%, rgba(66, 211, 146, 0.25) 60%); --vp-home-hero-image-filter: blur(50px); --vp-sidebar-width: 282px; } @@ -15,7 +15,7 @@ border-radius: 50%; background-image: var(--vp-home-hero-image-background-image); filter: var(--vp-home-hero-image-filter); - transform: translate(-50%, -50%) scale(0.8) !important; + transform: translate(-50%, -50%) scale(1) !important; opacity: 1; } diff --git a/docs/index.md b/docs/index.md index 2b11e04f..d33ca788 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,8 +4,8 @@ title: Vue3 BaiduMap GL hero: name: Vue3 BaiduMap GL - text: 易用 & 完整 & 性能不错 - tagline: 基于 Vue3 和 BMapGL 的常用地图组件 📦 + hooks 库 ⚡ + text: Vue3 & BMapGL 组件库 + hooks 库 + tagline: 易用 & 完整 & 性能不错 image: src: /logo.svg alt: Vue3 BaiduMap GL @@ -18,28 +18,28 @@ hero: link: https://github.com/yue1123/vue3-baidu-map-gl features: - - icon: 🚀 + - icon: Rocket title: 化繁 => 为简 details: 将百度地图繁琐的 API 封装进组件,你只需关注组件本身 - - icon: 📦 + - icon: Package title: 完整 details: 20+ 高质量的开箱即用 Vue 3 组件以及 5+ hooks 封装 - - icon: 📐 + - icon: Triangular Ruler title: 易用 details: 遵循直觉的、简约的 Api 设计 - - icon: ⚡ + - icon: High Voltage title: 高性能 details: Composition Api,更好的性能 - - icon: 🔨 + - icon: Hammer title: 不是 AnyScript details: 完整的 TypeScript 支持,更好的体验 - - icon: 🌏 - title: WebGl + - icon: Globe Showing Asia-Australia + title: WebGL details: 基于百度地图Gl版SDK,WebGL对地图、覆盖物等进行渲染,支持3D视角展示地图 --- @@ -52,4 +52,4 @@ features: const element = document.querySelector('.image') VanillaTilt.init(element, { reverse: true, transition: true }) }) - + \ No newline at end of file diff --git a/docs/sponsor.md b/docs/sponsor.md index 38a04dfe..9ee2d0ed 100644 --- a/docs/sponsor.md +++ b/docs/sponsor.md @@ -40,7 +40,7 @@ -| 昵称 | 充电 ☕️ | +|
昵称 Partying Face
|
充电 High Voltage
| | --------------- | -------- | | 友\*\*\_A | 10¥ | | Song 丶\*\*成眷 | 88.88¥ | diff --git a/docs/zh-CN/guide/introduction.md b/docs/zh-CN/guide/introduction.md index 3752a9c0..83bd5ae8 100644 --- a/docs/zh-CN/guide/introduction.md +++ b/docs/zh-CN/guide/introduction.md @@ -1,9 +1,15 @@ # Vue3 BaiduMap Gl -
-GitHub license - -npm +
+ +GitHub package.json version (subfolder of monorepo) +npm +GitHub Repo stars +GitHub issues +GitHub closed issues + + +
基于百度地图 JavaScript GL 版(使用了 WebGL 对地图、覆盖物等进行渲染,支持 3D 视角展示地图) API 封装设计的 Vue3 组件库,开发体验良好,代码优雅。 diff --git a/docs/zh-CN/index.md b/docs/zh-CN/index.md index 2b11e04f..d1b70efe 100644 --- a/docs/zh-CN/index.md +++ b/docs/zh-CN/index.md @@ -1,55 +1 @@ ---- -layout: home -title: Vue3 BaiduMap GL - -hero: - name: Vue3 BaiduMap GL - text: 易用 & 完整 & 性能不错 - tagline: 基于 Vue3 和 BMapGL 的常用地图组件 📦 + hooks 库 ⚡ - image: - src: /logo.svg - alt: Vue3 BaiduMap GL - actions: - - theme: brand - text: 开始使用 - link: /zh-CN/guide/introduction - - theme: alt - text: View on GitHub - link: https://github.com/yue1123/vue3-baidu-map-gl - -features: - - icon: 🚀 - title: 化繁 => 为简 - details: 将百度地图繁琐的 API 封装进组件,你只需关注组件本身 - - - icon: 📦 - title: 完整 - details: 20+ 高质量的开箱即用 Vue 3 组件以及 5+ hooks 封装 - - - icon: 📐 - title: 易用 - details: 遵循直觉的、简约的 Api 设计 - - - icon: ⚡ - title: 高性能 - details: Composition Api,更好的性能 - - - icon: 🔨 - title: 不是 AnyScript - details: 完整的 TypeScript 支持,更好的体验 - - - icon: 🌏 - title: WebGl - details: 基于百度地图Gl版SDK,WebGL对地图、覆盖物等进行渲染,支持3D视角展示地图 ---- - - +