Remix file service

This commit is contained in:
2025-07-14 13:50:41 +08:00
parent 06f1cc3ca1
commit ef9175d27d
12 changed files with 110 additions and 184 deletions

View File

@ -26,7 +26,7 @@ public interface ICloudFile
/// <summary>
/// Gets the file metadata dictionary.
/// </summary>
Dictionary<string, object>? FileMeta { get; }
Dictionary<string, object?> FileMeta { get; }
/// <summary>
/// Gets the user metadata dictionary.