update
This commit is contained in:
@ -41,6 +41,12 @@ export async function newsIndex(websiteId:number = 0, limit:number = 10, page:nu
|
||||
title: string
|
||||
created_at: string
|
||||
}[]
|
||||
guess: {
|
||||
cover: string
|
||||
id: string
|
||||
title: string
|
||||
created_at: string
|
||||
}[]
|
||||
}>{
|
||||
const client = getRpcClient()
|
||||
const result = await client.call('news/index', {
|
||||
|
Reference in New Issue
Block a user