diff --git a/README.md b/README.md
index 4e13cfdc2..20ae0f799 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+[English](./README.md) | [简体中文](./README_zh.md)
+
#

WXT
diff --git a/README_zh.md b/README_zh.md
new file mode 100644
index 000000000..e14d8c7c5
--- /dev/null
+++ b/README_zh.md
@@ -0,0 +1,68 @@
+
+
+#

WXT
+
+[](https://www.npmjs.com/package/wxt)
+[](https://www.npmjs.com/package/wxt)
+[](https://github.com/wxt-dev/wxt/blob/main/LICENSE)
+[](https://codecov.io/github/wxt-dev/wxt)
+
+用于开发 Web 扩展(浏览器插件)的新一代框架。
⚡
就像 Nuxt,但是用于 Web 扩展
+
+[快速开始](https://wxt.dev/guide/installation.html) •
+[配置](https://wxt.dev/api/config.html) •
+[示例](https://wxt.dev/examples.html) •
+[更新日志](https://github.com/wxt-dev/wxt/blob/main/packages/wxt/CHANGELOG.md) •
+[Discord](https://discord.gg/ZFsZqGery9)
+
+
+
+
+
+## 演示
+
+
+
+## 快速开始
+
+初始化一个新项目:
+
+```sh
+# npm
+npx wxt@latest init
+
+# pnpm
+pnpm dlx wxt@latest init
+
+# bun
+bunx wxt@latest init
+```
+
+或者查看[安装指南](https://wxt.dev/guide/installation.html)以开始使用 WXT。
+
+## 特性
+
+- 🌐 支持所有浏览器
+- ✅ 同时支持 MV2 与 MV3
+- ⚡ 带 HMR 与快速重载的开发模式
+- 📂 基于文件的入口点(File based entrypoints)
+- 🚔 TypeScript
+- 🦾 自动导入(Auto-imports)
+- 🤖 自动化发布
+- 🎨 前端框架无关:可与 Vue、React、Svelte 等配合使用
+- 📦 [模块系统](https://wxt.dev/guide/essentials/wxt-modules.html#overview),用于在多个扩展之间复用代码
+- 🖍️ 快速初始化新项目
+- 📏 打包体积分析
+
+## 赞助商
+
+WXT 是一个采用 [MIT 许可证](https://github.com/wxt-dev/wxt/blob/main/LICENSE) 的开源项目,其持续开发完全依靠这些优秀支持者的赞助。如果你也想加入他们,请考虑[赞助 WXT 的开发](https://github.com/sponsors/wxt-dev)。
+
+[](https://github.com/sponsors/wxt-dev)
+
+## 贡献者
+
+基于 [MIT](https://github.com/wxt-dev/wxt/blob/main/LICENSE) 许可证发布。
+由 [@aklinker1](https://github.com/aklinker1) 与 [社区](https://github.com/wxt-dev/wxt/graphs/contributors) 💛 共同打造
+
+[](https://github.com/wxt-dev/wxt/graphs/contributors)