返回提交历史
Modified
XFEToolBox.Server/Profiles/Data/MainDataProfile.cs
+4
-1
XFEstudio/XFEToolBox
添加主要配置文件
ea7a935
代码差异
1 个文件
+4
-1
@@ -4,5 +4,8 @@ namespace XFEToolBox.Server.Profiles.Data;
4
4
5
5
public partial class MainDataProfile : XFEProfile
6
6
{
7
7
[ProfileProperty]
8
[ProfilePropertyAddGet("Current.downloadAddressList.CurrentProfile = Current")]
9
[ProfilePropertyAddGet("return Current.downloadAddressList")]
10
private ProfileList<string> downloadAddressList = [];
8
11
}