es-toolkit/docs/zh_hans/index.md
BlackWhite e9ede74362
docs: Translate Simplified Chinese (#165)
* Translate Simplified Chinese

* Supplement the omitted

* Supplement the omitted

* Supplement the omitted

* Supplement the omitted

* Supplement the omitted

* Supplement the omitted

* Supplement the omitted

* Supplement the omitted

* Supplement the omitted

* Update docs/.vitepress/shared.mts

---------

Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-07-12 10:08:55 +09:00

34 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: 'es-toolkit'
text: '最先进的JavaScript工具库'
# tagline:
actions:
- theme: brand
text: 关于 es-toolkit
link: /zh_hans/intro
- theme: alt
text: 参考文档
link: /zh_hans/reference/array/chunk
- theme: alt
text: 安装指南
link: /zh_hans/installation
features:
- title: 最佳性能
details: es-toolkit在现代JavaScript运行时中的性能比其他库提高了2-3倍。
- title: 小型包体积
details: 与其他替代库相比es-toolkit的JavaScript代码体积最多减少了97%。
- title: 现代化实现
details: es-toolkit充分利用现代JavaScript API进行简单且无错误的实现。
- title: 强大的类型支持
details: es-toolkit为所有函数提供简单而强大的类型支持。
- title: 经过实战验证
details: es-toolkit具有100%的测试覆盖率,确保最大的健壮性。
- title: 全面的运行时支持
details: es-toolkit支持包括Node.js、Deno、Bun和浏览器在内的所有JavaScript环境。
---