From 8cd0ceeadb2479297fc2c9227e3086a61cfdd9ec Mon Sep 17 00:00:00 2001 From: Ryan <962491243@qq.com> Date: Fri, 18 Aug 2023 13:47:30 +0800 Subject: [PATCH] Update readme.md --- readme.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 06b5e2dc2..0c4e5a86a 100644 --- a/readme.md +++ b/readme.md @@ -54,12 +54,6 @@ Easy email is developed based on the [MJML](https://mjml.io/) and has very good Check out the live demo here: https://email.maocanhua.cn -## How does it work? - - - -
- ## Custom Services For customized features or paid consultation services, please contact 962491243@qq.com. @@ -124,6 +118,7 @@ export default function App() { ``` + ## Examples > Please see https://github.com/m-Ryan/easy-email-demo @@ -158,6 +153,13 @@ export default function App() { | delete/backspace | delete block | | tab / shift + tab | fast select block, if block is focusing,`tab` select next block & `shift + tab` select prev block | + +## How does it work? + + + +
+ ## Packages - [easy-email-core](./packages/easy-email-core/readme.md)