feat:更新core 和首页代码
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/** 云集合 `users` 文档(与小程序云开发方案 §3.5 对齐) */
|
||||
export interface UserRecord {
|
||||
_id: string;
|
||||
openid: string;
|
||||
unionid?: string | null;
|
||||
nickName?: string | null;
|
||||
avatarUrl?: string | null;
|
||||
totalDownloads: number;
|
||||
createdAt: Date;
|
||||
lastActiveAt: Date;
|
||||
}
|
||||
Reference in New Issue
Block a user