1145141919810
代码清理
This commit is contained in:
@@ -101,7 +101,7 @@ namespace Ink_Canvas
|
||||
|
||||
// 墨迹渐隐功能设置
|
||||
[JsonProperty("enableInkFade")]
|
||||
public bool EnableInkFade { get; set; } = false;
|
||||
public bool EnableInkFade { get; set; } = false;
|
||||
[JsonProperty("inkFadeTime")]
|
||||
public int InkFadeTime { get; set; } = 3000; // 墨迹渐隐时间(毫秒)
|
||||
|
||||
@@ -472,7 +472,7 @@ namespace Ink_Canvas
|
||||
public bool IsEnabled { get; set; } = false;
|
||||
|
||||
[JsonProperty("scanIntervalMs")]
|
||||
public int ScanIntervalMs { get; set; } = 5000;
|
||||
public int ScanIntervalMs { get; set; } = 5000;
|
||||
|
||||
[JsonProperty("autoStart")]
|
||||
public bool AutoStart { get; set; } = false;
|
||||
@@ -624,7 +624,7 @@ namespace Ink_Canvas
|
||||
[JsonProperty("directCallCiRand")]
|
||||
public bool DirectCallCiRand { get; set; }
|
||||
[JsonProperty("externalCallerType")]
|
||||
public int ExternalCallerType { get; set; } = 0;
|
||||
public int ExternalCallerType { get; set; } = 0;
|
||||
[JsonProperty("selectedBackgroundIndex")]
|
||||
public int SelectedBackgroundIndex { get; set; }
|
||||
[JsonProperty("customPickNameBackgrounds")]
|
||||
@@ -682,15 +682,15 @@ namespace Ink_Canvas
|
||||
public class CameraSettings
|
||||
{
|
||||
[JsonProperty("rotationAngle")]
|
||||
public int RotationAngle { get; set; } = 0;
|
||||
public int RotationAngle { get; set; } = 0;
|
||||
|
||||
[JsonProperty("resolutionWidth")]
|
||||
public int ResolutionWidth { get; set; } = 1920;
|
||||
public int ResolutionWidth { get; set; } = 1920;
|
||||
|
||||
[JsonProperty("resolutionHeight")]
|
||||
public int ResolutionHeight { get; set; } = 1080;
|
||||
public int ResolutionHeight { get; set; } = 1080;
|
||||
|
||||
[JsonProperty("selectedCameraIndex")]
|
||||
public int SelectedCameraIndex { get; set; } = 0;
|
||||
public int SelectedCameraIndex { get; set; } = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user