This commit is contained in:
toom1996
2025-07-04 17:25:22 +08:00
parent 32291f3866
commit 00a754d8f6
5 changed files with 22 additions and 13 deletions

View File

@ -85,7 +85,8 @@ export interface IWebsiteConfig {
app_favicon: string
app_copyright: string
app_icp: string
app_biling: string
app_filing: string
app_filing_url: string
}
export async function websiteConfig(host:string):Promise<result<IWebsiteConfig>>{
const client = getRpcClient()