Skip to content

Commit af543eb

Browse files
committed
docs: update home page
1 parent d0d9cea commit af543eb

File tree

4 files changed

+65
-6
lines changed

4 files changed

+65
-6
lines changed

doc-site/.dumirc.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export default defineConfig({
2323
},
2424
analytics: { ga_v2: 'G-MC335K4KV6' },
2525
themeConfig: {
26-
name: 'WebAV',
27-
logo: false,
26+
name: '',
27+
logo: '/logo.svg',
2828
hideHomeNav: true,
2929
socialLinks: {
3030
github: 'https://github.com/WebAV-Tech/WebAV',

doc-site/docs/index.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: WebAV Doc Site
33
hero:
44
title: WebAV
5-
description: 'WebAV is an SDK for <strong>creating/editing</strong> video files on the Web platform, built on WebCodecs.'
5+
description: 'A web-based <strong><span style="background: linear-gradient(45deg, #E74B3C, #3499DC); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">Video Editing SDK</span></strong> built on WebCodecs'
66
actions:
77
- text: Quick start
88
link: './en-US/guide/'

doc-site/docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: WebAV Doc Site
33
hero:
44
title: WebAV
5-
description: 'WebAV 是 Web 平台上<strong>创建/编辑</strong>视频文件的 SDK,基于 WebCodecs 构建。'
5+
description: '基于 WebCodecs 构建的<strong>网页 <span style="background: linear-gradient(45deg, #E74B3C, #3499DC); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">视频编辑 SDK</span></strong>'
66
actions:
77
- text: 快速开始
88
link: './guide'
@@ -18,7 +18,7 @@ features:
1818
description: '支持在 Edge、Chrome 浏览器以及 Electron 中运行'
1919
- title: '零成本'
2020
image: 💰
21-
description: '完全在客户端计算,无需服务器成本'
21+
description: '完全在客户端/浏览器中计算,无需服务器成本'
2222
- title: '隐私安全'
2323
image: 🔏
2424
description: '不会上传用户的任何数据'
@@ -27,7 +27,7 @@ features:
2727
description: '接近 Native 方案性能,是 ffmpeg.wasm 的 10~20 倍'
2828
- title: '易扩展'
2929
image: 🧩
30-
description: '对 Web 开发者非常友好,能轻松与 Canvas、WebAudio 配合,实现自定义功能'
30+
description: '对 Web 开发者非常友好,能轻松与 Canvas、WebAudio API 进行配合,实现自定义功能'
3131
- title: '体积小'
3232
image: 🤏
3333
description: '约 50kb(MINIFIED + GZIPPED, 未 tree-shaking)'

doc-site/public/logo.svg

Lines changed: 59 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)