Compare commits
4 Commits
e0df7ef063
...
51080849eb
| Author | SHA1 | Date | |
|---|---|---|---|
| 51080849eb | |||
| 2b53d47c34 | |||
| 959bcaee7c | |||
| 149d05848e |
@ -86,17 +86,17 @@
|
||||
</p>
|
||||
<p>备案号: 浙ICP备12003709号-5</p>
|
||||
</div>
|
||||
<div class="footer-links-bottom">
|
||||
<NuxtLink :to="$localePath('/privacy')">{{
|
||||
$t('privacy-policy')
|
||||
}}</NuxtLink>
|
||||
<span class="separator">|</span>
|
||||
<NuxtLink :to="$localePath('/terms')">{{
|
||||
$t('terms-of-service')
|
||||
}}</NuxtLink>
|
||||
<span class="separator">|</span>
|
||||
<NuxtLink :to="$localePath('/sitemap')">{{ $t('sitemap') }}</NuxtLink>
|
||||
</div>
|
||||
<!-- <div class="footer-links-bottom"> -->
|
||||
<!-- <NuxtLink :to="$localePath('/privacy')">{{ -->
|
||||
<!-- $t('privacy-policy') -->
|
||||
<!-- }}</NuxtLink> -->
|
||||
<!-- <span class="separator">|</span> -->
|
||||
<!-- <NuxtLink :to="$localePath('/terms')">{{ -->
|
||||
<!-- $t('terms-of-service') -->
|
||||
<!-- }}</NuxtLink> -->
|
||||
<!-- <span class="separator">|</span> -->
|
||||
<!-- <NuxtLink :to="$localePath('/sitemap')">{{ $t('sitemap') }}</NuxtLink> -->
|
||||
<!-- </div> -->
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -14,7 +14,7 @@ export default defineNuxtConfig({
|
||||
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
BIN
public/jinshen-logo.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Reference in New Issue
Block a user