mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-21 16:14:28 +08:00
0.2.7
修改天气组件,ci工作流
This commit is contained in:
21
LanMontainDesktop/Models/RecommendationDataModels.cs
Normal file
21
LanMontainDesktop/Models/RecommendationDataModels.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
|
||||
namespace LanMontainDesktop.Models;
|
||||
|
||||
public sealed record DailyArtworkSnapshot(
|
||||
string Provider,
|
||||
string Title,
|
||||
string? Artist,
|
||||
string? Year,
|
||||
string? Museum,
|
||||
string? ArtworkUrl,
|
||||
string? ImageUrl,
|
||||
DateTimeOffset FetchedAt);
|
||||
|
||||
public sealed record DailyPoetrySnapshot(
|
||||
string Provider,
|
||||
string Content,
|
||||
string? Origin,
|
||||
string? Author,
|
||||
string? Category,
|
||||
DateTimeOffset FetchedAt);
|
||||
Reference in New Issue
Block a user