This commit is contained in:
2025-06-02 11:15:59 +02:00
parent ca8f45ec7c
commit 69de940e33
5 changed files with 8 additions and 39 deletions

View File

@ -32,6 +32,8 @@ class MediaItem {
}
String get thumbnailUrl => 'https://f0ck.me/t/$id.webp';
String get mediaUrl => 'https://f0ck.me/b/$dest';
String get coverUrl => 'https://f0ck.me/ca/$id.webp';
}
class Tag {