1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 15:12:58 +00:00

Added field for selection of category, added container for tags

This commit is contained in:
2024-12-08 22:58:46 +04:00
parent e61f6af237
commit 17396952c3
3 changed files with 154 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
export const categories = [
'rating',
'spoiler',
'origin',
'oc',
'error',
'character',
'content-official',
'content-fanmade',
'species',
'body-type',
];