update
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user