1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2026-03-24 23:02:58 +00:00

Adding 3 more namespaces unique to Tantabus

This commit is contained in:
2026-02-26 02:34:06 +04:00
parent 486ab9cafa
commit a2ab0d4e7c

View File

@@ -34,6 +34,11 @@ export const namespaceCategories: Map<string, string> = new Map([
['series', 'content-fanmade'],
['spoiler', 'spoiler'],
['video', 'content-fanmade'],
...(__CURRENT_SITE__ === 'tantabus' ? <const> [
["prompter", "origin"],
["creator", "origin"],
["generator", "origin"]
] : [])
]);
/**