feat: add icon selector demo.

This commit is contained in:
rabbitism
2023-12-27 01:27:07 +08:00
parent 0c4b6edfc2
commit 3e95f191a0
5 changed files with 82 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ public class TimelineDemoViewModel: ViewModelBase
TimeFormat = "HH:mm:ss",
Description = "Item 2",
Header = "发布成功",
ItemType = TimelineItemType.Success,
ItemType = TimelineItemType.Ongoing,
},
new()
{
@@ -30,7 +30,7 @@ public class TimelineDemoViewModel: ViewModelBase
TimeFormat = "HH:mm:ss",
Description = "Item 3",
Header = "审核失败",
ItemType = TimelineItemType.Ongoing,
ItemType = TimelineItemType.Error,
}
};
}