feat: initialize marquee, add demo.

This commit is contained in:
rabbitism
2024-12-17 16:53:53 +08:00
parent 403fbc834d
commit 0b9bc3303d
9 changed files with 225 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
using CommunityToolkit.Mvvm.ComponentModel;
namespace Ursa.Demo.ViewModels;
public class MarqueeDemoViewModel: ViewModelBase
{
}