From 4d9836d165391299beba79f10d436a6da95abdd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com> Date: Mon, 13 Jun 2022 09:54:41 +0800 Subject: [PATCH] docs: update --- README.md | 5 +++-- README.zh-CN.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c100b37..8dc63d1 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,10 @@ English | [简体中文](README.zh-CN.md) ## Overview 📦 Out of the box -💪 Support C/C++ addons -🔩 Support Use Electron、Node.js API in Renderer-process +🎯 Based on [react-ts](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) template, less invasive 🌱 Simple directory structure,real flexible +💪 Support Use Electron、Node.js API and in Renderer-process +🔩 Support C/C++ native addons 🖥 It's easy to implement multiple windows ## Quick start diff --git a/README.zh-CN.md b/README.zh-CN.md index 79a2ecb..1359cd6 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -11,9 +11,10 @@ ## 概述 📦 开箱即用 -💪 支持 C/C++ 模块 -🔩 支持在渲染进程中使用 Electron、Node.js API +🎯 基于 [react-ts](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) 模板, 低侵入性 🌱 结构清晰,可塑性强 +💪 支持在渲染进程中使用 Electron、Node.js API +🔩 支持 C/C++ 模块 🖥 很容易实现多窗口 ## 快速开始