mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-21 04:27:06 +01:00
fix: 🐛 Fix automatic release
This commit is contained in:
parent
485e37159e
commit
c2254aa27d
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user