File tree Expand file tree Collapse file tree 4 files changed +234
-148
lines changed Expand file tree Collapse file tree 4 files changed +234
-148
lines changed Original file line number Diff line number Diff line change 13
13
"test" : " npm run unit && npm run e2e" ,
14
14
"lint" : " eslint --ext .js,.vue src test/unit/specs test/e2e/specs" ,
15
15
"release" : " cd dist && scp -r ./ root@118.89.31.187:/web/mazey.cn && cd ../" ,
16
+ "publish" : " npm run build && npm run release" ,
16
17
"html-lint" : " htmllint"
17
18
},
18
19
"husky" : {
Original file line number Diff line number Diff line change 11
11
<ul >
12
12
<li ><span class =" resume-info-name" >姓名:</span >{{ name }}</li >
13
13
<li ><span class =" resume-info-name" >性别:</span >男</li >
14
- <li ><span class =" resume-info-name" >生日:</span >1993 年 4 月</li >
14
+ <li ><span class =" resume-info-name" >现居:</span >上海</li >
15
+ <li ><span class =" resume-info-name" >出生:</span >1993 年 4 月</li >
15
16
<li ><span class =" resume-info-name" >电话:</span >18551470413</li >
16
17
<li ><span class =" resume-info-name" >邮箱:</span ><a href =" mailto:mazeyqian@gmail.com" rel =" noopener" >mazeyqian@gmail.com</a ></li >
17
18
<li ><span class =" resume-info-name" >工作年限:</span >{{ experience }}</li >
22
23
<li ><span class =" resume-info-name" >学历:</span >本科</li >
23
24
<li ><span class =" resume-info-name" >英语:</span >CET-6</li >
24
25
<li ><span class =" resume-info-name" >博客:</span ><a href =" https://blog.mazey.net/" target =" _blank" rel =" noopener" >blog.mazey.net</a ></li >
25
- <li ><span class =" resume-info-name" >GitHub:</span ><a href =" https://github.com/mazeyqian" target =" _blank" rel =" noopener" >mazeyqian</a ></li >
26
+ <li ><span class =" resume-info-name" >GitHub:</span ><a href =" https://github.com/mazeyqian" target =" _blank" rel =" noopener" >github.com/mazeyqian</a ></li >
27
+ <li ><span class =" resume-info-name" >站酷:</span ><a href =" https://www.zcool.com.cn/u/24032804" target =" _blank" rel =" noopener" >zcool.com.cn/u/24032804</a ></li >
26
28
</ul >
27
29
</div >
28
30
</div >
110
112
<div class =" content-title" >
111
113
<div class =" project" >
112
114
<span class =" project-name" >
115
+ <div :class =" `project-logo`" >
116
+ <i class =" icon" :style =" { backgroundImage: `url(${project.logo})` }" ></i >
117
+ </div >
113
118
<span >{{ project.name }}</span >
114
119
<span class =" project-badges" >
115
120
<b-badge v-for =" (tag, index) in project.tags"
You can’t perform that action at this time.
0 commit comments