update index.vue
This commit is contained in:
parent
123a8fb57c
commit
aef269eb07
@ -88,9 +88,10 @@
|
|||||||
<el-row :gutter="20" class="mt10">
|
<el-row :gutter="20" class="mt10">
|
||||||
<el-col :sm="24" :lg="8">
|
<el-col :sm="24" :lg="8">
|
||||||
<el-card>
|
<el-card>
|
||||||
<div class="clearfix">
|
<template #header>
|
||||||
<span>{{ $t('layout.donationSupport') }}</span>
|
<span>{{ $t('layout.donationSupport') }}</span>
|
||||||
</div>
|
</template>
|
||||||
|
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<div style="color: red">打赏作者喝杯咖啡表示鼓励</div>
|
<div style="color: red">打赏作者喝杯咖啡表示鼓励</div>
|
||||||
<img src="@/assets/images/reward.jpg" alt="donate" style="width: 100%" />
|
<img src="@/assets/images/reward.jpg" alt="donate" style="width: 100%" />
|
||||||
@ -99,16 +100,14 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
<el-col :sm="24" :lg="8">
|
<el-col :sm="24" :lg="8">
|
||||||
<el-card>
|
<el-card>
|
||||||
<div class="clearfix">
|
<template #header>
|
||||||
<span>{{ $t('layout.contactUs') }}</span>
|
<span>{{ $t('layout.contactUs') }}</span>
|
||||||
</div>
|
</template>
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<p>
|
<p>
|
||||||
<el-icon> <promotion /> </el-icon>{{ $t('layout.officialWebsite') }}:
|
<el-icon> <promotion /> </el-icon>{{ $t('layout.officialWebsite') }}:
|
||||||
<el-link href="http://www.izhaorui.cn/doc" target="_blank"> http://www.izhaorui.cn/doc </el-link>
|
<el-link href="http://www.izhaorui.cn/doc" target="_blank"> http://www.izhaorui.cn/doc </el-link>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
|
||||||
<div class="body">
|
|
||||||
<p>
|
<p>
|
||||||
<el-icon> <UserFilled /> </el-icon>QQ群:
|
<el-icon> <UserFilled /> </el-icon>QQ群:
|
||||||
<el-link
|
<el-link
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user