diff --git a/README.md b/README.md
index 22db98d..290ee06 100644
--- a/README.md
+++ b/README.md
@@ -21,5 +21,5 @@
-- Documents `// TODO`
+- [Documents](https://idrawjs.github.io/docs/en/) | [中文文档](https://idrawjs.github.io/docs/zh/) (`//TODO`)
- [Playground](https://idrawjs.github.io/playground/)
\ No newline at end of file
diff --git a/docs/todo/core.md b/docs/todo/core.md
index 6e20974..3b5b67f 100644
--- a/docs/todo/core.md
+++ b/docs/todo/core.md
@@ -1,10 +1,11 @@
# @idraw/core
-* [] Config usage in all code
-* [] is/check add circle and html
+* [] Element default data
* [] Support gradient color
* [] Listen keyboard action
* [] Keep all num two decimals
+* [x] Config usage in all code
+* [x] is/check add circle and html
* [x] make idraw.draw() private
* [x] remove idraw.initData()
* Support Element's render
diff --git a/packages/idraw/README.md b/packages/idraw/README.md
index 072d6e6..290ee06 100644
--- a/packages/idraw/README.md
+++ b/packages/idraw/README.md
@@ -1,3 +1,25 @@
-# idraw
+iDraw.js
-[](https://github.com/idrawjs/idraw/actions/workflows/node.js.yml)
\ No newline at end of file
+iDraw.js is a simple JavaScript framework for Drawing on the web.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- [Documents](https://idrawjs.github.io/docs/en/) | [中文文档](https://idrawjs.github.io/docs/zh/) (`//TODO`)
+- [Playground](https://idrawjs.github.io/playground/)
\ No newline at end of file