feat:更新core 和首页代码
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/** 云集合 `feedback` 文档(§3.8) */
|
||||
export interface FeedbackRecord {
|
||||
_id: string;
|
||||
userId: string;
|
||||
content: string;
|
||||
contact?: string | null;
|
||||
createdAt: Date;
|
||||
}
|
||||
Reference in New Issue
Block a user