Skip to content

Commit

Permalink
refactor: 增加 Readonly 关键字
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Oct 5, 2023
1 parent 371f67c commit 8d7ad76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public partial class DockView

private bool _isLock;

private string _version = "v1";
private readonly string _version = "v1";

private string? ClassString => CssBuilder.Default("bb-dock")
.AddClassFromAttributes(AdditionalAttributes)
Expand Down

0 comments on commit 8d7ad76

Please sign in to comment.