底部时间栏组件更换

This commit is contained in:
OLDREDSTONE
2025-05-13 21:06:03 +08:00
parent b1d7b65218
commit 7cb34ca981
5 changed files with 224 additions and 264 deletions
+11 -2
View File
@@ -10,12 +10,21 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Ollama" Version="1.15.1-dev.12" />
<PackageReference Include="RhythmBase" Version="1.1.0-beta2" />
<PackageReference Include="Ollama" Version="1.15.1-dev.13" />
<PackageReference Include="RhythmBase" Version="1.2.0-beta1" />
<PackageReference Include="SkiaSharp.Views.WPF" Version="3.119.0-preview.1.2" />
<PackageReference Include="sly" Version="3.7.3" />
</ItemGroup>
<ItemGroup>
<Reference Include="RhythmBase.Control.Core">
<HintPath>..\RhythmBase.Control.WPF\bin\Debug\net8.0-windows\RhythmBase.Control.Core.dll</HintPath>
</Reference>
<Reference Include="RhythmBase.Control.WPF">
<HintPath>..\RhythmBase.Control.WPF\bin\Debug\net8.0-windows\RhythmBase.Control.WPF.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Using Include="System.IO" />
</ItemGroup>