Add species and sort
This commit is contained in:
parent
eac4798620
commit
405ff47221
1 changed files with 4 additions and 3 deletions
|
@ -36,13 +36,14 @@ pub struct Post {
|
|||
|
||||
#[derive(serde::Serialize, serde::Deserialize, Clone, Debug)]
|
||||
pub struct PostTags {
|
||||
pub general: Vec<String>,
|
||||
pub artist: Vec<String>,
|
||||
pub copyright: Vec<String>,
|
||||
pub character: Vec<String>,
|
||||
pub copyright: Vec<String>,
|
||||
pub general: Vec<String>,
|
||||
pub invalid: Vec<String>,
|
||||
pub meta: Vec<String>,
|
||||
pub lore: Vec<String>,
|
||||
pub meta: Vec<String>,
|
||||
pub species: Vec<String>,
|
||||
}
|
||||
|
||||
#[derive(serde::Serialize, serde::Deserialize, Clone, Debug)]
|
||||
|
|
Loading…
Reference in a new issue