File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { defineConfig } from 'dumi';
2
2
3
3
export default defineConfig ( {
4
4
title : 'Taro-hooks' ,
5
- favicon : '/image/logo .png' ,
5
+ favicon : '/image/hook .png' ,
6
6
logo : '/image/logo.png' ,
7
7
outputPath : 'docs-dist' ,
8
8
mode : 'site' ,
Original file line number Diff line number Diff line change @@ -38,19 +38,19 @@ import { useEnv } from 'taro-hooks';
38
38
<tbody >
39
39
<tr>
40
40
<td align="center">
41
- <a target="_blank" href="" >
41
+ <a>
42
42
<img
43
- width="32 "
44
- src="http://s "
43
+ width="200 "
44
+ src="/image/hooks.jpeg "
45
45
/>
46
46
<br>
47
47
<strong>Taro-hooks weapp</strong>
48
48
</a>
49
49
</td>
50
50
<td align="center">
51
- <a target="_blank" href="" >
51
+ <a>
52
52
<img
53
- width="32 "
53
+ width="200 "
54
54
style="vertical-align: -0.32em; margin-right: 8px;"
55
55
src="http://s"
56
56
/>
Original file line number Diff line number Diff line change 40
40
"react" : " ^16.12.0"
41
41
},
42
42
"devDependencies" : {
43
+ "@umijs/plugin-sass" : " ^1.1.1" ,
43
44
"@umijs/test" : " ^3.4.14" ,
44
45
"commitizen" : " ^4.2.4" ,
45
46
"conventional-changelog-cli" : " ^2.1.1" ,
46
47
"cz-conventional-changelog" : " ^3.3.0" ,
47
48
"dumi" : " ^1.1.19" ,
49
+ "dumi-theme-mobile" : " ^1.1.3" ,
48
50
"father-build" : " ^1.19.6" ,
49
51
"gh-pages" : " ^3.0.0" ,
50
52
"lerna" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments