mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-07-11 07:21:53 +08:00
refactor: restructure directories to improve module organization Foxel.Models.Request.Picture - Foxel.Models.Request.Tag - Foxel.Models.Request.Auth - Foxel.Models.Request.Picture
This commit is contained in:
@@ -2,7 +2,7 @@ using System.Text.Json.Serialization;
|
||||
|
||||
namespace Foxel.Models;
|
||||
|
||||
public class ExifInfo
|
||||
public record ExifInfo
|
||||
{
|
||||
// 基本图像信息
|
||||
public int Width { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user