Compare commits

...

4 Commits

Author SHA1 Message Date
51080849eb feat: 为网站添加图标
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m51s
- jinshen-logo.ico
- 修改nuxt.config应用网站图标
2025-10-31 15:25:42 +08:00
2b53d47c34 fix: 暂时移除footer中未实现的功能 2025-10-31 15:25:00 +08:00
959bcaee7c fix: 暂时禁用footer中未实现的功能
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m54s
2025-10-31 15:16:29 +08:00
149d05848e feat: 添加网站图标
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m52s
- 添加网站图标ico文件
- 修改nuxt配置,应用新的网站图标
2025-10-31 15:14:23 +08:00
3 changed files with 12 additions and 12 deletions

View File

@ -86,17 +86,17 @@
</p> </p>
<p>备案号: 浙ICP备12003709号-5</p> <p>备案号: 浙ICP备12003709号-5</p>
</div> </div>
<div class="footer-links-bottom"> <!-- <div class="footer-links-bottom"> -->
<NuxtLink :to="$localePath('/privacy')">{{ <!-- <NuxtLink :to="$localePath('/privacy')">{{ -->
$t('privacy-policy') <!-- $t('privacy-policy') -->
}}</NuxtLink> <!-- }}</NuxtLink> -->
<span class="separator">|</span> <!-- <span class="separator">|</span> -->
<NuxtLink :to="$localePath('/terms')">{{ <!-- <NuxtLink :to="$localePath('/terms')">{{ -->
$t('terms-of-service') <!-- $t('terms-of-service') -->
}}</NuxtLink> <!-- }}</NuxtLink> -->
<span class="separator">|</span> <!-- <span class="separator">|</span> -->
<NuxtLink :to="$localePath('/sitemap')">{{ $t('sitemap') }}</NuxtLink> <!-- <NuxtLink :to="$localePath('/sitemap')">{{ $t('sitemap') }}</NuxtLink> -->
</div> <!-- </div> -->
</div> </div>
</div> </div>
</footer> </footer>

View File

@ -14,7 +14,7 @@ export default defineNuxtConfig({
content: 'Jinshen Website', content: 'Jinshen Website',
}, },
], ],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }], link: [{ rel: 'icon', type: 'image/x-icon', href: '/jinshen-logo.ico' }],
}, },
}, },

BIN
public/jinshen-logo.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB