diff --git a/CHANGELOG.md b/CHANGELOG.md
index 061e876c8..251de5a6c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,7 @@
> 1. 修订号:当你做了向下兼容的问题修正。
> 先行版本号及版本编译信息可以加到“主版本号.次版本号.修订号”的后面,作为延伸。
-## 1.0.1
+## 1.0.2
- 更新:`` 组件,支持主题切换;
- 修复:重构 `` 支持自定义 option;
diff --git a/docs/en-US/theme.md b/docs/en-US/theme.md
index 70405700c..4e6237065 100644
--- a/docs/en-US/theme.md
+++ b/docs/en-US/theme.md
@@ -6,17 +6,17 @@ There are currently two themes available, *Classic* and *Genuine*, please refer
Theme link: [GitHub](https://github.com/hiui-group/classic-theme) [NPM](https://www.npmjs.com/package/@hi-ui/classic-theme)
-
-
-
-
+
+
+
+
### Genuine Theme
Theme link: [GitHub](https://github.com/hiui-group/genuine-theme) [NPM](https://www.npmjs.com/package/@hi-ui/genuine-theme)
-
-
-
+
+
+
-- EOF --
diff --git a/docs/zh-CN/theme.md b/docs/zh-CN/theme.md
index 4871b0d40..6f64284a0 100644
--- a/docs/zh-CN/theme.md
+++ b/docs/zh-CN/theme.md
@@ -6,17 +6,17 @@
主题链接:[GitHub](https://github.com/hiui-group/classic-theme) [NPM](https://www.npmjs.com/package/@hi-ui/classic-theme)
-
-
-
-
+
+
+
+
### Genuine Theme
主题链接:[GitHub](https://github.com/hiui-group/genuine-theme) [NPM](https://www.npmjs.com/package/@hi-ui/genuine-theme)
-
-
-
+
+
+
-- EOF --
diff --git a/gulpfile.js b/gulpfile.js
index ab2c59f1b..55031b85d 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -67,8 +67,8 @@ const compile = modules => {
gulp.task('compile', () => compile(false))
gulp.task('carry', () => {
- gulp.src(['./site/static/img/*.*'])
- .pipe(gulp.dest('./dist/static/img'))
+ gulp.src(['./site/static/**/*.*'])
+ .pipe(gulp.dest('./dist/static'))
})
gulp.task('default', () => {
diff --git a/package.json b/package.json
index 1ff8bdb19..71b11ee35 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/hiui",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "HIUI for React",
"scripts": {
"test": "node_modules/.bin/standard",