This commit is contained in:
toom1996
2025-07-15 17:31:29 +08:00
parent 2b0276f57c
commit 30c9f29e06
2 changed files with 8 additions and 4 deletions

View File

@ -44,6 +44,7 @@ export async function newsIndex(websiteId:number = 0):Promise<result<InewsIndex[
// 新闻详情
export interface InewsDetail {
id: number
title: string
keywords: string
description: string