diff --git a/README.md b/README.md
index 8872f148..f5c0d948 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,10 @@ English | [简体中文](./README.zh-CN.md)
## 💡 What is Rsdoctor?
+
+
+
+
- Rsdoctor is a one-stop tool for diagnosing and analyzing the build process and build artifacts.
- Rsdoctor is a tool that supports Webpack and Rspack build analysis.
- Rsdoctor is an analysis tool that can display the time-consuming and behavioral details of the compilation.
@@ -13,20 +17,16 @@ English | [简体中文](./README.zh-CN.md)
- **Compilation Visualization**: Rsdoctor visualizes the compilation behavior and time consumption, making it easy to view build issues.
-| | |
+| | |
| ---------------------------------------------------------- | ------------------------------------------------ |
- **Multiple Analysis Capabilities**: Rsdoctor supports build artifact, build-time analysis, and anti-degradation capabilities:
- Build artifact support for resource lists and module dependencies, etc.
- Build-time analysis supports Loader, Plugin, and Resolver building process analysis.
- - Build rules support duplicate package detection and ESC checking, etc.
+ - Build rules support duplicate package detection and ES Version Check, etc.
- Currently, bundle Diff capabilities are also available.
-
-
-
-
- **Support Custom Rules**: In addition to built-in build scan rules, Rsdoctor also supports users adding custom component scan rules based on the build data of Rsdoctor.
- **Framework-Independent**: Rsdoctor support all projects built on Webpack or Rspack.
@@ -52,6 +52,10 @@ Some of the implementation of Rsdoctor refers to the excellent projects in the c
- Some analysis logics are referenced from [bundle-stats](https://github.com/relative-ci/bundle-stats/tree/master/packages/cli#readme).
- The built-in analysis graph in the build artifact page is from [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer).
+## 🚧 Notice
+
+The Rsdoctor features and official website documentation are currently under development. Please wait for the 0.1.0 version.
+
## 📖 License
Rsdoctor is licensed under the [MIT License](https://github.com/web-infra-dev/rsdoctor/blob/main/LICENSE).
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 21ff6ea4..644968a1 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -5,6 +5,10 @@
## 💡 什么是 Rsdoctor?
+
+
+
+
- Rsdoctor 是一个面向构建过程与构建产物提供诊断和分析的一站式工具。
- Rsdoctor 是一个支持 Webpack 及 Rspack 构建分析工具。
- Rsdoctor 是一个可以展示编译耗时及编译行为细节的分析工具。
@@ -12,22 +16,18 @@
## 🔥 特性
-- **编译可视化**:Rsdoctor 将编译行为及耗时可视化展示,方便查看构建问题。
+- **编译可视化**:Rsdoctor 将编译行为及耗时进行可视化展示,方便开发同学查看构建问题。
-| | |
+| | |
| ---------------------------------------------------------- | ------------------------------------------------ |
- **多种分析能力**:支持构建产物、构建时分析能力以及防劣化能力:
- 构建产物支持资源列表及模块依赖等。
- 构建时分析支持 Loader、Plugin、Resolver 构建过程分析。
- - 构建规则支持重复包检测及 ESC 检查等。
- - 目前还有 Bundle Diff 能力。
-
-
-
-
+ - 构建规则支持重复包检测及 ES Version Check 检查等。
+ - 支持 Bundle Diff 能力。
-- **支持自定义规则**: 除了内置构建扫描规则外,还支持用户根据 Rsdoctor 的构建数据添加自定义构件扫描规则。
+- **支持自定义规则**:除了内置构建扫描规则外,还支持用户根据 Rsdoctor 的构建数据添加自定义构建扫描规则。
- **框架无关**:支持所有基于 Webpack 或 Rspack 构建的项目。
@@ -54,6 +54,10 @@ Rsdoctor 的一些实现参考了社区中杰出的项目,对他们表示感
- 部分分析逻辑参考了 [bundle-stats](https://github.com/relative-ci/bundle-stats/tree/master/packages/cli#readme)。
- 构建产物页面中内嵌了 [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) 分析图。
+## 🚧 施工告示
+
+功能和官网文档目前还在开发中,敬请等候 0.1.0 版本。
+
## 📖 License
Rsdoctor 项目基于 [MIT 协议](https://github.com/web-infra-dev/rsdoctor/blob/main/LICENSE),请自由地享受和参与开源。