Skip to content

Commit

Permalink
bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohq committed Sep 11, 2019
1 parent 5d21d03 commit fdb9ccf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .vuepress/components/StarGazer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
width="50%"
:append-to-body ="true">
<div style="text-align: center;">
<div style="margin-top: 10px;">未打赏用户可进 QQ 群聊,<span style="color: red;">打赏用户可进微信群聊</span>。</div>
<span style="font-size: 18px; weight: 500;">英雄,请给个 github star 吧!</span>
<!-- <div style="margin-top: 10px;">未打赏用户可进 QQ 群聊,<span style="color: red;">打赏用户可进微信群聊</span>。</div>
<div style="margin-top: 10px;">
<span style="font-size: 13px;">扫第一个二维码完成打赏,扫第二个进微信群聊</span>
<p style="margin-top: 10px;">
Expand All @@ -15,7 +16,7 @@
</p>
</div>
<div style="margin-bottom: 10px;">不方便给打赏的话,那就 <span style="color: red;">给一个 github star</span> 吧!</div>
<div style="margin-bottom: 10px;">github star 后,本窗口将不再弹出</div>
<div style="margin-bottom: 10px;">github star 后,本窗口将不再弹出</div> -->
</div>
<span slot="footer" class="dialog-footer">
<el-button @click="waitAMoment">一会儿再说</el-button>
Expand Down Expand Up @@ -52,7 +53,7 @@ export default {
setTimeout(_ => {
_this.dialogVisible = true
// }, 10000)
}, 60000 * 1)
}, 60000 * 2)
},
gotoStar() {
this.dialogVisible = false
Expand Down
6 changes: 4 additions & 2 deletions overview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ Kuboard 为您的这些痛苦提供了极佳的解决方案,请立刻开始:

## 在线答疑

<div>
<img src="/images/kuboard_qq.png" />

<!-- <div>
<div style="margin-top: 10px;">未打赏用户可进 QQ 群聊,<span style="color: red;">打赏用户可进微信群聊</span>。</div>
<div style="margin-top: 10px;">
<span>扫第一个二维码完成打赏,扫第二个进微信群聊。</span> <span style="color: #CCC">QQ 群聊二维码在左侧导航栏下方。</span>
Expand All @@ -199,4 +201,4 @@ Kuboard 为您的这些痛苦提供了极佳的解决方案,请立刻开始:
<img src="/dz2.jpeg" style="width: 200px;"></img>
</p>
</div>
</div>
</div> -->

0 comments on commit fdb9ccf

Please sign in to comment.