Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c57c604

Browse files
committed
docs: tweak
1 parent fe190b6 commit c57c604

File tree

6 files changed

+23
-18
lines changed

6 files changed

+23
-18
lines changed

README.zh-CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
- [手摸手,带你用 vue 撸后台 系列四(vueAdmin 一个极简的后台基础模板)](https://juejin.im/post/595b4d776fb9a06bbe7dba56)
5454
- [手摸手,带你封装一个 vue component](https://segmentfault.com/a/1190000009090836)
5555
- [手摸手,带你优雅的使用 icon](https://juejin.im/post/59bb864b5188257e7a427c09)
56-
56+
- [手摸手,带你用合理的姿势使用webpack4(上)](https://juejin.im/post/5b56909a518825195f499806)
57+
- [手摸手,带你用合理的姿势使用webpack4(下)](https://juejin.im/post/5b5d6d6f6fb9a04fea58aabc)
5758

5859
或者加入该群主 **[圈子](https://jianshiapp.com/circles/1209)** 楼主会经常分享一些技术相关的东西
5960

src/components/Share/dropdownMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default {
3535
</script>
3636

3737
<style rel="stylesheet/scss" lang="scss" >
38-
$n: 6; //和items.length 相同
38+
$n: 8; //和items.length 相同
3939
$t: .1s;
4040
.share-dropdown-menu {
4141
width: 250px;

src/components/TextHoverEffect/Mallki.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export default {
2323

2424
<style>
2525
/* Mallki */
26+
2627
.link--mallki {
2728
font-weight: 800;
2829
color: #4dd9d5;
@@ -31,10 +32,10 @@ export default {
3132
transition: color 0.5s 0.25s;
3233
overflow: hidden;
3334
position: relative;
34-
display: inline-block;
35-
line-height: 1;
36-
outline: none;
37-
text-decoration: none;
35+
display: inline-block;
36+
line-height: 1;
37+
outline: none;
38+
text-decoration: none;
3839
}
3940
4041
.link--mallki:hover {
@@ -109,5 +110,4 @@ display: inline-block;
109110
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
110111
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
111112
}
112-
113113
</style>

src/views/components-demo/markdown.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="components-container">
33
<code>Markdown is based on
44
<a href="https://github.com/sparksuite/simplemde-markdown-editor" target="_blank">simplemde-markdown-editor</a> ,Simply encapsulated in Vue.
5-
<a target="_blank" href="https://segmentfault.com/a/1190000009762198#articleHeader14">
5+
<a target="_blank" href="https://juejin.im/post/593121aa0ce4630057f70d35#heading-15">
66
相关文章 </a>
77
</code>
88
<div class="editor-container">

src/views/components-demo/mixin.vue

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,14 @@ export default {
130130
title: [{ required: true, trigger: 'change', validator: validate }]
131131
},
132132
articleList: [
133-
{ title: '基础篇', href: 'https://segmentfault.com/a/1190000009275424' },
134-
{ title: '登录权限篇', href: 'https://segmentfault.com/a/1190000009506097' },
135-
{ title: '实战篇', href: 'https://segmentfault.com/a/1190000009762198' },
136-
{ title: 'vueAdmin-template 篇', href: 'https://segmentfault.com/a/1190000010043013' },
133+
{ title: '基础篇', href: 'https://juejin.im/post/59097cd7a22b9d0065fb61d2' },
134+
{ title: '登录权限篇', href: 'https://juejin.im/post/591aa14f570c35006961acac' },
135+
{ title: '实战篇', href: 'https://juejin.im/post/593121aa0ce4630057f70d35' },
136+
{ title: 'vueAdmin-template 篇', href: 'https://juejin.im/post/595b4d776fb9a06bbe7dba56' },
137137
{ title: '自行封装 component', href: 'https://segmentfault.com/a/1190000009090836' },
138-
{ title: '优雅的使用 icon', href: 'https://segmentfault.com/a/https://segmentfault.com/a/1190000012213278' }
138+
{ title: '优雅的使用 icon', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' },
139+
{ title: 'webpack4(上)', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' },
140+
{ title: 'webpack4(下)', href: 'https://juejin.im/post/5b5d6d6f6fb9a04fea58aabc' }
139141
]
140142
}
141143
}

src/views/documentation/index.vue

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ export default {
1414
data() {
1515
return {
1616
articleList: [
17-
{ title: '基础篇', href: 'https://segmentfault.com/a/1190000009275424' },
18-
{ title: '登录权限篇', href: 'https://segmentfault.com/a/1190000009506097' },
19-
{ title: '实战篇', href: 'https://segmentfault.com/a/1190000009762198' },
20-
{ title: 'vueAdmin-template 篇', href: 'https://segmentfault.com/a/1190000010043013' },
17+
{ title: '基础篇', href: 'https://juejin.im/post/59097cd7a22b9d0065fb61d2' },
18+
{ title: '登录权限篇', href: 'https://juejin.im/post/591aa14f570c35006961acac' },
19+
{ title: '实战篇', href: 'https://juejin.im/post/593121aa0ce4630057f70d35' },
20+
{ title: 'vueAdmin-template 篇', href: 'https://juejin.im/post/595b4d776fb9a06bbe7dba56' },
2121
{ title: '自行封装 component', href: 'https://segmentfault.com/a/1190000009090836' },
22-
{ title: '优雅的使用 icon', href: 'https://segmentfault.com/a/1190000012213278' }
22+
{ title: '优雅的使用 icon', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' },
23+
{ title: 'webpack4(上)', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' },
24+
{ title: 'webpack4(下)', href: 'https://juejin.im/post/5b5d6d6f6fb9a04fea58aabc' }
2325
]
2426
}
2527
}

0 commit comments

Comments
 (0)