Compare commits
4 Commits
e0df7ef063
...
51080849eb
| Author | SHA1 | Date | |
|---|---|---|---|
| 51080849eb | |||
| 2b53d47c34 | |||
| 959bcaee7c | |||
| 149d05848e |
@ -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>
|
||||||
|
|||||||
@ -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
BIN
public/jinshen-logo.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Reference in New Issue
Block a user