Skip to content

Commit

Permalink
fix: Bring back qq to feedback dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Dec 22, 2023
1 parent bc81088 commit 30c9157
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions xmcl-keystone-ui/src/views/AppFeedbackDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,25 @@
</v-btn>
</v-list-item-action>
</v-list-item>
<v-list-item>
<v-list-item-content>
<v-list-item-title>{{ t('feedback.qq') }}</v-list-item-title>
<v-list-item-subtitle
style="max-width: 80%"
>
{{ t('feedback.qqDescription', { number: 858391850 }) }}
</v-list-item-subtitle>
</v-list-item-content>

<v-list-item-action>
<v-btn
text
href="https://jq.qq.com/?_wv=1027&k=5Py5zM1"
>
{{ t('feedback.qqEnterGroup') }}
</v-btn>
</v-list-item-action>
</v-list-item>
<v-list-item>
<v-list-item-content>
<v-list-item-title>{{ t('feedback.kook') }}</v-list-item-title>
Expand Down

0 comments on commit 30c9157

Please sign in to comment.