feat: 更新应用图标为 riwsan.png,并在相关文件中进行相应修改

This commit is contained in:
2026-01-15 05:50:01 +07:00
parent fb8f4ca52b
commit b1c57cd62e
4 changed files with 4 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ watch(isInstalled, (installed) => {
<div class="flex flex-col items-center min-h-full px-6 py-12">
<!-- App Logo & Name -->
<div class="flex flex-col items-center mb-8">
<img alt="Riwsan 瑞讯" src="/favicon.svg" class="w-16 h-16">
<img alt="Riwsan 瑞讯" src="/riwsan.png" class="w-16 h-16">
<h1 class="text-3xl font-bold mb-2">
{{ appName }}
</h1>