feat: meow meow akkoma?

This commit is contained in:
aprilthepink 2024-06-27 05:13:38 +02:00
parent cd6ff024e4
commit dc4afd8411
13 changed files with 163 additions and 11 deletions

View file

@ -24,6 +24,7 @@ pub struct Model {
pub spoiler_text: Option<String>,
pub creator: String,
pub url: String,
pub ap_json: Option<String>,
}
#[derive(Copy, Clone, Debug, EnumIter, DeriveRelation)]