mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-10 11:36:07 +08:00
feat: 样式支持自定义视频
This commit is contained in:
@@ -15,6 +15,9 @@ namespace CRSim.ScreenSimulator.ViewModels.ChengduMetro
|
||||
private TrainInfo _secondTrain = new();
|
||||
[ObservableProperty]
|
||||
private string _text = "不吃火锅,就吃烤匠。 建设成渝地区双城经济圈,共同唱好新时代西部“双城记”。 2018年2月8日,复兴号列车首次担当G89次列车,正式开进四川,标志着“复兴号”高速列车正式走上蜀道。然而,在行驶至西安北站时,发生了突发设备故障,车轴出现过热报警,导致车号为CR400BF-5033的复兴号列车被迫停运并进行检修。相关工作人员迅速展开故障排查,并确保乘客安全无虞。";
|
||||
[ObservableProperty]
|
||||
private Uri _video = new("Assets\\Advertisement.mp4", UriKind.Relative);
|
||||
|
||||
public List<TrainInfo> TrainInfos { get; set; } = [];
|
||||
public PlatformScreenViewModel(ITimeService timeService)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user