mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-15 21:56:37 +08:00
xx
This commit is contained in:
@@ -124,8 +124,8 @@ namespace AIStudio.Wpf.Mind.Models
|
||||
|
||||
public LinkInfoItem(LinkInfo linkinfo)
|
||||
{
|
||||
Url = linkinfo.Url;
|
||||
Text = linkinfo.Text;
|
||||
Url = linkinfo?.Url;
|
||||
Text = linkinfo?.Text;
|
||||
}
|
||||
|
||||
[XmlAttribute]
|
||||
@@ -152,8 +152,8 @@ namespace AIStudio.Wpf.Mind.Models
|
||||
|
||||
public ImageInfoItem(ImageInfo imageInfo)
|
||||
{
|
||||
Url = imageInfo.Url;
|
||||
Text = imageInfo.Text;
|
||||
Url = imageInfo?.Url;
|
||||
Text = imageInfo?.Text;
|
||||
}
|
||||
|
||||
public string Url
|
||||
|
||||
Reference in New Issue
Block a user