From 6c96e3ac35d15702e9ecf8da08a435544ac7da4f Mon Sep 17 00:00:00 2001 From: elgca Date: Sat, 22 Jun 2024 15:16:12 +0800 Subject: [PATCH] doc update --- README.md | 2 +- README_EN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8428e4..f41802f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ # 做了哪些工作 -- 移除了原先为shoelaces定义的大部分规则,去掉大部分的硬代码。 +- 移除了原先为shoelaces定义的大部分规则,去掉部分的硬代码。 - 尽量采用custom-elements.json中的逻辑进行自动生成 - 对支持的类型进行了调整,枚举属性的支持得到了很好的支持 - 增加了@mdui/icon的单独编译处理,可以像使用Laminar的标签一样使用 diff --git a/README_EN.md b/README_EN.md index f1e9ad7..104659a 100644 --- a/README_EN.md +++ b/README_EN.md @@ -29,7 +29,7 @@ This project contains two modules # What work has been done -- Removed most of the rules originally defined for Shoelaces and removed most of the hard code. +- Removed most of the rules originally defined for Shoelaces and removed some hard code. - Try to generator all code from `custom-elements.json`, support more type. - Adjustments have been made to the supported types, and the support for enumeration properties has been well received - Added separate compilation processing for @ mdui/icon, which can be used like using Laminar tags