Skip to content

Commit

Permalink
去掉关于中的QQ群, 可能因为这个不能过审核
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhuai committed Aug 6, 2019
1 parent 5f959bf commit 79bfc8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions src/components/AboutPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
<el-form-item label="github">
<a :href="packageInfo.repository.url" target="_blank">xiaozhuai/thunder-download-manager</a>
</el-form-item>
<el-form-item v-if="currentLocale === 'zh-CN'" label="QQ群">
<span>773161099</span>
</el-form-item>
<el-form-item label="">
<span>Give me a star if you like it!</span>
</el-form-item>
Expand Down
5 changes: 1 addition & 4 deletions src/components/MainPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,7 @@ export default {
.el-dialog__wrapper {
overflow: hidden !important;
}
</style>

<style>
.el-message-box {
width: 80%;
}
</style>
</style>

0 comments on commit 79bfc8f

Please sign in to comment.