Skip to content

Commit fa3ed09

Browse files
committed
add new files
1 parent 8445501 commit fa3ed09

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
site

site/client/router/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import CnCropImage from '../components/doc/cn/CropImage.vue';
1212
import CnMultipleFile from '../components/doc/cn/MultipleFile.vue';
1313
import EnMultipleFile from '../components/doc/en/MultipleFile.vue';
1414
import CnCompressImage from '../components/doc/cn/CompressImage.vue';
15+
import EnCompressImage from '../components/doc/en/CompressImage.vue';
1516
import CnPostData from '../components/doc/cn/PostData.vue';
1617
import EnPostData from '../components/doc/en/PostData.vue';
1718
import CnOthers from '../components/doc/cn/Others.vue';
@@ -75,6 +76,10 @@ export default new Router({
7576
path: '/cn/compress-image',
7677
component: CnCompressImage,
7778
},
79+
{
80+
path: '/en/compress-image',
81+
component: EnCompressImage,
82+
},
7883
{
7984
path: '/cn/post-data',
8085
component: CnPostData

0 commit comments

Comments
 (0)