Skip to content

Commit

Permalink
style: feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Oct 7, 2023
1 parent bfbbb26 commit ba19c1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
<button @click="generateHandwriting(preview=true)">{{ $t('message.preview') }}</button>
<button @click="generateHandwriting(preview=false)">{{ $t('message.generateFullHandwritingImage') }}</button>
<button @click="generateHandwriting(preview=false, pdf_save=true)">{{ $t('message.generatePdf') }}</button>
<router-link to="/Feedback" class="btn btn-info">{{$t('message.feedback')}}</router-link>
</div>
<!-- 预览区 -->
<div class="preview">
Expand All @@ -217,8 +218,8 @@
</div>
<footer class=" footer mt-auto py-3 bg-white">
<div class="container text-center">
<router-link to="/Feedback">反馈</router-link>
<a href="mailto:[email protected]" class="text-info">[email protected]</a>

<!-- <a href="mailto:[email protected]" class="text-info">[email protected]</a> -->
<span class="text-black">{{ $t('message.projectAddress') }}:</span>
<a href="https://github.com/14790897/handwriting-web" class="text-info">GitHub</a>
</div>
Expand Down

0 comments on commit ba19c1b

Please sign in to comment.