diff --git a/docs/.vuepress/theme/layouts/Layout.vue b/docs/.vuepress/theme/layouts/Layout.vue
index 1a60a770..b2ad61c5 100644
--- a/docs/.vuepress/theme/layouts/Layout.vue
+++ b/docs/.vuepress/theme/layouts/Layout.vue
@@ -19,6 +19,12 @@
+
@@ -138,3 +144,20 @@ export default {
},
}
+
+
diff --git a/docs/README.md b/docs/README.md
index 967b3ac0..b5ead7c5 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -24,5 +24,5 @@ features:
details: 同构项目
- title: 杂项
details: react原理、js基础等
-footer: MAYI | Copyright © 2020-present(版权所有,转载请注来源)
+# footer: MAYI | Copyright © 2020-present(版权所有,转载请注来源)
---
diff --git a/docs/en-US/README.md b/docs/en-US/README.md
index 78696d2a..ffad2d47 100644
--- a/docs/en-US/README.md
+++ b/docs/en-US/README.md
@@ -22,5 +22,5 @@ features:
details: DSA and approaches to solving these problems
- title: Real-life Projects
details: Production-grade, real-world applications
-footer: MAYI | Copyright © 2020-present
+# footer: MAYI | Copyright © 2020-present
---
\ No newline at end of file
diff --git a/examples/sundry/react/build-your-own-react/Didact.js b/examples/sundry/react/build-your-own-react/Didact.js
new file mode 100644
index 00000000..f7f6f55d
--- /dev/null
+++ b/examples/sundry/react/build-your-own-react/Didact.js
@@ -0,0 +1,12 @@
+
+function createElement (){
+
+}
+
+
+
+const Didact ={
+ createElement
+}
+
+export default Didact
\ No newline at end of file
diff --git a/examples/sundry/react/build-your-own-react/index.html b/examples/sundry/react/build-your-own-react/index.html
new file mode 100644
index 00000000..39520814
--- /dev/null
+++ b/examples/sundry/react/build-your-own-react/index.html
@@ -0,0 +1,28 @@
+
+
+
+
+
+ build-your-own-react
+
+
+
+
+
+