feat - 百度站长平台验证

This commit is contained in:
toom1996
2025-07-10 15:38:09 +08:00
parent bae4e3d133
commit 605b324ba2
2 changed files with 4 additions and 1 deletions

View File

@ -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()