From f5f314e167906ec5b15d4f56568408982178caa1 Mon Sep 17 00:00:00 2001 From: tj <1378534974@qq.com> Date: 星期一, 26 五月 2025 17:00:16 +0800 Subject: [PATCH] 内容精选,光影社区接口对接 --- types/index.ts | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/types/index.ts b/types/index.ts index 09c8301..3f1ff30 100644 --- a/types/index.ts +++ b/types/index.ts @@ -89,4 +89,10 @@ /** 封面图片描述主题 */ coverTitle?: string; + avatar?: String; + + nickname?: String; + + createTime?: String; + } \ No newline at end of file -- Gitblit v1.9.3