This commit is contained in:
艾竹
2023-03-26 23:23:34 +08:00
parent 90e94a7ec0
commit 43b5d82fae
31 changed files with 1692 additions and 518 deletions

View File

@@ -124,12 +124,12 @@ namespace AIStudio.Wpf.Mind.Models
public LinkInfoItem(LinkInfo linkinfo)
{
Link = linkinfo.Link;
Url = linkinfo.Url;
Text = linkinfo.Text;
}
[XmlAttribute]
public string Link
public string Url
{
get;set;
}