mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
chore: 添加 Bing 网站管理员验证文件
添加 BingSiteAuth.xml 文件以完成 Bing 网站管理员工具的站点所有权验证。
This commit is contained in:
4
public/BingSiteAuth.xml
Normal file
4
public/BingSiteAuth.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<users>
|
||||
<user>7DAAD5FE4ECD24B7FB4D33D5757B6B94</user>
|
||||
</users>
|
||||
@@ -235,6 +235,15 @@ const bannerOffset =
|
||||
<link rel="alternate" type="application/rss+xml" title={profileConfig.name} href={`${Astro.site}rss.xml`}/>
|
||||
<!-- Umami分析(自建) -->
|
||||
<script defer src="https://umami.acofork.com/script.js" data-website-id="5d710dbd-3a2e-43e3-a553-97b415090c63" data-swup-ignore-script></script>
|
||||
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YG02LLPGWC"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-YG02LLPGWC');
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body class=" min-h-screen transition " class:list={[{"lg:is-home": isHomePage, "enable-banner": enableBanner}]}
|
||||
|
||||
Reference in New Issue
Block a user