add:兼容性变更提示

This commit is contained in:
2026-04-18 17:23:21 +08:00
parent 1640238728
commit 51dcc374ce
5 changed files with 170 additions and 2 deletions
+2
View File
@@ -250,6 +250,8 @@ namespace Ink_Canvas
public bool HasAcceptedTelemetryPrivacy { get; set; } = false;
[JsonProperty("hasShownOobe")]
public bool HasShownOobe { get; set; } = false;
[JsonProperty("hasConfirmedNetCompatibilityChange")]
public bool HasConfirmedNetCompatibilityChange { get; set; } = false;
}
public class Appearance