Skip to content

Commit 043cc02

Browse files
fix: 更改描述
1 parent a041681 commit 043cc02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Controls/Components/BetterCarouselContainerComponent.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
namespace SystemTools.Controls.Components;
2121

2222
[ContainerComponent]
23-
[ComponentInfo("A7C3455E-6A4E-4D4D-9D0D-7C6FCB5E1E3A", "更好的轮播容器", "", "提供更多高级功能、可单独设置组件显示时长的轮播容器")]
23+
[ComponentInfo("A7C3455E-6A4E-4D4D-9D0D-7C6FCB5E1E3A", "更好的轮播容器", "\uF0DB", "带有可单独设置组件显示时长等高级功能的轮播容器")]
2424
public partial class BetterCarouselContainerComponent : ComponentBase<BetterCarouselContainerSettings>, INotifyPropertyChanged
2525
{
2626
private readonly DispatcherTimer _timer = new() { Interval = TimeSpan.FromMilliseconds(100) };

0 commit comments

Comments
 (0)