feat - 百度站长工具支持

This commit is contained in:
toom1996
2025-07-10 15:20:37 +08:00
parent 4de2751dd0
commit 8282a51c66
3 changed files with 3 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()