mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
fix for compliance
This commit is contained in:
parent
6640ade940
commit
0639315e8f
4 changed files with 3639 additions and 4581 deletions
8215
pnpm-lock.yaml
8215
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
|
@ -14,7 +14,7 @@ const { pathname } = Astro.url;
|
|||
<meta name="generator" content={Astro.generator} />
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<title>{title}</title>
|
||||
<title>拔电关机</title>
|
||||
<meta name="title" content={title} />
|
||||
<meta name="description" content={description} />
|
||||
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ const year = date.getFullYear();
|
|||
<div class="copyright">
|
||||
© {`2018-${year} ${SITE_NAME}`}
|
||||
<a href="//github.com/austin2035/astro-air-blog">astro-air-blog</a>
|
||||
<a href="https://beian.miit.gov.cn/" target="_blank" class="text-xs ml-2">浙ICP备2021030831</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
export const SITE_TITLE = `计算机协会`
|
||||
export const SITE_TITLE = `拔电关机`
|
||||
export const SITE_EMAIL = "contact@nbtca.space"
|
||||
export const SITE_NAME = "Computer Association"
|
||||
export const SITE_DESCRIPTION = "Computer Association"
|
||||
|
|
|
|||
Loading…
Reference in a new issue