feat: add student video and profile experience

This commit is contained in:
2026-07-28 15:23:42 +08:00
parent 5e993298e7
commit 7a3cf09a99
31 changed files with 19821 additions and 170 deletions

View File

@@ -470,6 +470,7 @@ public sealed class DirectImportDto
public Guid? CategoryId { get; set; }
public Guid? QuestionBankId { get; set; }
public Guid? CollectionId { get; set; }
public bool? Async { get; set; }
public IReadOnlyCollection<JsonElement>? Items { get; set; }
public IReadOnlyCollection<JsonElement>? Units { get; set; }
public IReadOnlyCollection<JsonElement>? Words { get; set; }