This commit is contained in:
toom1996
2025-07-18 15:20:55 +08:00
parent 92cc0f2474
commit 69b66775f8
8 changed files with 422 additions and 321 deletions

View File

@ -30,6 +30,8 @@ export interface InewsIndex {
content: string
created_at: string
updated_at: string
column_tag: string
column_tag_url: string
}
export async function newsIndex(websiteId:number = 0, limit:number = 10, page:number = 1):Promise<result<InewsIndex[]>>{
const client = getRpcClient()
@ -52,6 +54,8 @@ export interface InewsDetail {
content: string
created_at: string
updated_at: string
column_tag: string
column_tag_url: string
about: {
id: number
title: string