feat:更新core 和首页代码

This commit is contained in:
R524809
2026-03-27 17:31:52 +08:00
parent dc5e057cb3
commit 1b45ba7d11
44 changed files with 2891 additions and 1087 deletions
+8
View File
@@ -0,0 +1,8 @@
/** 云集合 `download_logs` 文档(§3.7 */
export interface DownloadLogRecord {
_id: string;
userId: string;
worksheetId: string;
params?: Record<string, unknown> | null;
createdAt: Date;
}