diff --git a/deploy/index.sh b/deploy/index.sh
index a2e4249..6bbdfee 100644
--- a/deploy/index.sh
+++ b/deploy/index.sh
@@ -4,7 +4,7 @@ set -e
npm run example
-cd examples
+cd docs
git init
git config user.name 'pengyajun'
diff --git a/examples/assets/js-table.png b/examples/assets/js-table.png
new file mode 100644
index 0000000..1db7a3e
Binary files /dev/null and b/examples/assets/js-table.png differ
diff --git a/examples/index.html b/examples/index.html
new file mode 100644
index 0000000..8c490d8
--- /dev/null
+++ b/examples/index.html
@@ -0,0 +1,242 @@
+
+
+
+
+
+
+
+
+
+ Smart Example
+
+
+
+
+
+ Smart Table Example
+ GitHub
+
+
+
+
+
+
+ | Id |
+ 日期 |
+ 配送信息 |
+ 操作 |
+
+
+ | 姓名 |
+ 地址 |
+
+
+ | 省份 |
+ 市区 |
+ 地址 |
+ 邮编 |
+
+
+
+
+ | 11 |
+ 2020-05-02 |
+ 王小虎2 |
+ 上海2 |
+ 长宁区2 |
+ 上海市长宁区淞虹路888号2 |
+ 200332 |
+ 查看2 |
+
+
+ | 2 |
+ 2020-05-03 |
+ 上小虎3 |
+ 上海3 |
+ 长宁区3 |
+ 上海市长宁区淞虹路888号3 |
+ 200333 |
+ 查看3 |
+
+
+ | 13 |
+ 2020-01-03 |
+ 小小虎1 |
+ 上海1 |
+ 长宁区1 |
+ 上海市长宁区淞虹路888号1 |
+ 200331 |
+ 查看1 |
+
+
+ | 5 |
+ 2020-05-04 |
+ 王小虎4 |
+ 上海4 |
+ 长宁区4 |
+ 上海市长宁区淞虹路888号4 |
+ 200334 |
+ 查看4 |
+
+
+ | 13 |
+ 2020-01-03 |
+ 小小虎1 |
+ 上海1 |
+ 长宁区1 |
+ 上海市长宁区淞虹路888号1 |
+ 200331 |
+ 查看1 |
+
+
+ | 5 |
+ 2020-05-04 |
+ 王小虎4 |
+ 上海4 |
+ 长宁区4 |
+ 上海市长宁区淞虹路888号4 |
+ 200334 |
+ 查看4 |
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file