This commit is contained in:
toom1996
2025-07-30 18:54:36 +08:00
parent 66b8fe65c0
commit d01035d9f2
3 changed files with 87 additions and 34 deletions

View File

@ -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', {