update logo
This commit is contained in:
BIN
public/logo.png
BIN
public/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 428 KiB |
@@ -155,7 +155,7 @@ function toPrivacyPolicy() {
|
|||||||
<div class="px-8">
|
<div class="px-8">
|
||||||
<div class="mb-8 pt-8 text-left">
|
<div class="mb-8 pt-8 text-left">
|
||||||
<div class="flex flex-col items-center">
|
<div class="flex flex-col items-center">
|
||||||
<img class="h-16 w-16 rounded-full shadow" src="/logo.jpg" alt="Logo" />
|
<img class="h-16 w-16 rounded-full shadow" src="/logo.png" alt="Logo" />
|
||||||
<div class="text-3xl mt-4 text-slate-700 font-bold">
|
<div class="text-3xl mt-4 text-slate-700 font-bold">
|
||||||
天远数据
|
天远数据
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref, computed, nextTick } from 'vue'
|
import { ref, computed, nextTick } from 'vue'
|
||||||
import { showToast } from 'vant'
|
import { showToast } from 'vant'
|
||||||
@@ -178,7 +179,7 @@ function toPrivacyPolicy() {
|
|||||||
<div class="px-8">
|
<div class="px-8">
|
||||||
<div class="mb-8 pt-8 text-left">
|
<div class="mb-8 pt-8 text-left">
|
||||||
<div class="flex flex-col items-center">
|
<div class="flex flex-col items-center">
|
||||||
<img class="h-16 w-16 rounded-full shadow" src="/logo.jpg" alt="Logo" />
|
<img class="h-16 w-16 rounded-full shadow" src="/logo.png" alt="Logo" />
|
||||||
<div class="text-3xl mt-4 text-slate-700 font-bold">
|
<div class="text-3xl mt-4 text-slate-700 font-bold">
|
||||||
天远数据
|
天远数据
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user