fix: 🐛 Fix automatic release

This commit is contained in:
viarotel 2024-11-28 14:06:41 +08:00
parent 485e37159e
commit c2254aa27d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<template>
<el-dialog v-model="visible" :title="`♥ ${$t('about.sponsor.title')}`" width="800px" @closed="onClosed">
<el-dialog v-model="visible" :title="$t('about.sponsor.title')" width="800px" @closed="onClosed">
<div class="pt-4 pb-8">
{{ $t('about.sponsor.description') }}
</div>

View File

@ -24,7 +24,7 @@
</el-button>
<el-button size="large" class="group" @click="handleSponsor">
<span class="group-hover:animate-rubber-band"></span>
<span class="group-hover:animate-rubber-band text-red-500"></span>
<span class="pl-1">{{ $t('about.sponsor.title') }}</span>
</el-button>
</div>