Skip to content

Commit

Permalink
docs: 📚 文档icon调整
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotower69 committed May 6, 2024
1 parent bd4d5cc commit 9719357
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
6 changes: 5 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ export default defineConfig({
description: "一站式开箱大文件上传和下载,不依赖任何前端框架",
metaChunk:true,
base:"/zfile/",
head:[
['link',{rel:"icon",href:"./logo.svg"}]
],
themeConfig:{
logo:"/logo.svg",
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: '主页', link: '/' },
Expand All @@ -24,6 +28,6 @@ export default defineConfig({
vite:{
server:{
port:8000
}
},
}
})
12 changes: 8 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ hero:
link: /api-examples

features:
- title: 无框架依赖🍎
- icon: 🍎
title: 无框架依赖
details: 纯粹的JavaScript逻辑核心实现,不和任何前端框架耦合
- title: 请求优化😊
- icon: 😊
title: 请求优化
details: 大文件上传和下载请求时限制最大并发数,请求失败时再次重试
- title: 任务调度🔥
- icon: 🔥
title: 任务调度
details: 可以随时暂停、恢复、取消大文件的上传和下载
- title: 多线程 🚀
- icon: 🚀
title: 多线程
details: 利用WebWorker优化大文件的hash计算
---

0 comments on commit 9719357

Please sign in to comment.