feat - 百度站长工具支持
This commit is contained in:
@ -13,10 +13,12 @@ const config = getConfig(Astro)
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="applicable-device"content="pc,mobile">
|
||||
<link rel="icon" type="image/svg+xml" href={config.app_logo} />
|
||||
<title>{title}</title>
|
||||
<meta name="description" content={description} />
|
||||
<meta name="keywords" content={keywords} />
|
||||
<Fragment set:html={config.app_baidu_zhanzhang} />
|
||||
<meta name="baidu-site-verification" content="codeva-kLMUXYuoiO" />
|
||||
<!-- <link href="https://fonts.googleapis.com/css2?family=Graphik:wght@400;500;600;700&display=swap" rel="stylesheet"> -->
|
||||
</head>
|
||||
|
@ -56,7 +56,6 @@ const breadcrumb = [
|
||||
</main>
|
||||
</Layout>
|
||||
<style>
|
||||
|
||||
.page-news {
|
||||
background-color: #fff !important;
|
||||
padding-top: 5rem;
|
||||
|
@ -87,6 +87,7 @@ export interface IWebsiteConfig {
|
||||
app_icp: string
|
||||
app_filing: string
|
||||
app_filing_url: string
|
||||
app_baidu_zhanzhang: string
|
||||
}
|
||||
export async function websiteConfig(host:string):Promise<result<IWebsiteConfig>>{
|
||||
const client = getRpcClient()
|
||||
|
Reference in New Issue
Block a user