课表组件、天气组件全面升级。
This commit is contained in:
lincube
2026-03-03 15:09:49 +08:00
parent 2d09c1aca2
commit 478ed115a1
47 changed files with 4876 additions and 771 deletions

View File

@@ -0,0 +1,10 @@
namespace LanMontainDesktop.Models;
public sealed class ImportedClassScheduleSnapshot
{
public string Id { get; set; } = string.Empty;
public string DisplayName { get; set; } = string.Empty;
public string FilePath { get; set; } = string.Empty;
}