update
This commit is contained in:
@ -74,11 +74,13 @@ export async function newsDetail(id:string):Promise<result<InewsDetail>>{
|
||||
export interface IWebsiteConfig {
|
||||
app_name: string
|
||||
app_description: string
|
||||
app_keywords: string
|
||||
app_company: string
|
||||
app_logo: string
|
||||
app_favicon: string
|
||||
app_copyright: string
|
||||
app_icp: string
|
||||
app_biling: string
|
||||
}
|
||||
export async function websiteConfig(host:string):Promise<result<IWebsiteConfig>>{
|
||||
const client = getRpcClient()
|
||||
|
Reference in New Issue
Block a user