From 6a5b7f66e299515d13ede20edbd8d30dac538209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E7=A7=98=E4=BA=BA?= <3311118881@qq.com> Date: Fri, 11 Jul 2025 16:56:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Record=20=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=EF=BC=8C=E5=B0=86=20images=20=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E7=9A=84=E6=95=B0=E6=8D=AE=E7=B1=BB=E5=9E=8B=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E4=B8=BA=20string=20|=20string[]=EF=BC=8C=E5=B9=B6=E5=9C=A8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=BB=84=E4=BB=B6=E4=B8=AD=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=A7=A3=E6=9E=90=E6=96=B9=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E7=A1=AE=E4=BF=9D=E5=85=BC=E5=AE=B9=E6=80=A7=E5=92=8C=E6=8F=90?= =?UTF-8?q?=E5=8D=87=E4=BB=A3=E7=A0=81=E5=8F=AF=E8=AF=BB=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/record/page.tsx | 2 +- src/types/app/record.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/record/page.tsx b/src/app/record/page.tsx index 153f45f..366f5f6 100755 --- a/src/app/record/page.tsx +++ b/src/app/record/page.tsx @@ -60,7 +60,7 @@ export default async (props: Props) => {
- + {/* */}
diff --git a/src/types/app/record.d.ts b/src/types/app/record.d.ts index b957023..e3da046 100755 --- a/src/types/app/record.d.ts +++ b/src/types/app/record.d.ts @@ -1,6 +1,6 @@ export interface Record { id?: number, content: string, - images: string[], + images: string | string[], createTime?: string | Dayjs; } \ No newline at end of file