update logo

This commit is contained in:
2026-01-03 18:19:35 +08:00
parent 278656d9f2
commit bf67fa8193
4 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
<script setup>
import { ref, computed, nextTick } from 'vue'
import { showToast } from 'vant'
@@ -178,7 +179,7 @@ function toPrivacyPolicy() {
<div class="px-8">
<div class="mb-8 pt-8 text-left">
<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>