v1.1.0+30
All checks were successful
Flutter Schmutter / build (push) Successful in 3m27s

This commit is contained in:
2025-06-06 12:58:21 +02:00
parent c7d996a402
commit f1eb52518b
11 changed files with 192 additions and 47 deletions

View File

@ -34,6 +34,7 @@ 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';
String get postUrl => 'https://f0ck.me/$id';
}
class Tag {