Skip to content

Commit c83ea7d

Browse files
author
ruanzhixiong
committed
Merge branch 'main' of https://github.com/rzx007/nav
2 parents d30a485 + 21af634 commit c83ea7d

File tree

2 files changed

+31
-6
lines changed

2 files changed

+31
-6
lines changed

docs/navs/data.ts

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,18 @@ export const NAV_DATA: NavData[] = [
9090
desc: 'Vue Composition API 的常用工具集',
9191
link: 'https://vueuse.org',
9292
},
93+
{
94+
icon: '/icons/vuehooks.png',
95+
title: 'VueHooks Plus',
96+
desc: '高性能和简单性🧲 Vue 3 Hooks 库',
97+
link: 'https://inhiblabcore.github.io/docs/hooks/',
98+
},
99+
{
100+
icon: 'https://formkit.com/favicon.ico',
101+
title: 'FormKit',
102+
desc: '适用于 Vue 的 开源 表单框架,使开发人员能够以10倍的速度构建表单。',
103+
link: 'https://formkit.com/zh',
104+
},
93105
{
94106
icon: 'https://element-plus.org/images/element-plus-logo-small.svg',
95107
title: 'Element Plus',
@@ -144,12 +156,7 @@ export const NAV_DATA: NavData[] = [
144156
desc: '京东风格的轻量级移动端组件库',
145157
link: 'https://nutui.jd.com',
146158
},
147-
{
148-
icon: 'https://formkit.com/favicon.ico',
149-
title: 'FormKit',
150-
desc: '适用于 Vue 的 开源 表单框架,使开发人员能够以10倍的速度构建表单。',
151-
link: 'https://formkit.com/zh',
152-
},
159+
153160
],
154161
},
155162
{
@@ -311,12 +318,24 @@ export const NAV_DATA: NavData[] = [
311318
desc: '一个现代的JavaScript实用工具库,提供模块化、性能和额外功能。',
312319
link: 'https://lodash.com/',
313320
},
321+
{
322+
icon: 'https://es-toolkit.slash.page/logo_white.png',
323+
title: 'es-toolkit',
324+
desc: 'es-toolkit State-of-the-art JavaScript utility library',
325+
link: 'https://es-toolkit.slash.page/',
326+
},
314327
{
315328
icon: 'https://oxism.com/trystero/images/favicon.png',
316329
title: 'Trystero',
317330
desc: '构建即时多人 Web 应用程序,无需服务器 — 通过 BitTorrent、Nostr、MQTT、IPFS 和 Firebase 进行 Magic WebRTC 匹配。',
318331
link: 'https://oxism.com/trystero/',
319332
},
333+
{
334+
icon: 'https://docs.livekit.io/images/logo-small.svg',
335+
title: 'LiveKit',
336+
desc: 'End-to-end stack for WebRTC. SFU media server and SDKs.',
337+
link: 'https://docs.livekit.io/home/',
338+
},
320339
{
321340
icon: '/icons/drag-and-drop.svg',
322341
title: 'Pragmatic drag and drop',
@@ -329,6 +348,12 @@ export const NAV_DATA: NavData[] = [
329348
desc: '一个小型的数据优先的拖拽库, 支持Vue,React和原生js',
330349
link: 'https://atlassian.design/components/pragmatic-drag-and-drop/',
331350
},
351+
{
352+
icon: 'https://gridstackjs.com/logos/gridstack-logo-small.png',
353+
title: 'Gridstack.js',
354+
desc: '在几分钟内构建交互式仪表板',
355+
link: 'https://gridstackjs.com/',
356+
},
332357
{
333358
icon: 'https://tanstack.com/_build/assets/logo-color-600w-Bx4vtR8J.png',
334359
title: 'TanStack',

docs/public/icons/vuehooks.png

28.9 KB
Loading

0 commit comments

Comments
 (0)