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

Merge pull request #157 from koloml/feature/tantabus-namespaces

Tantabus: Adding 3 more namespaces unique to Tantabus for auto-coloring of tags
This commit is contained in:
2026-02-26 02:39:59 +04:00
committed by GitHub

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"]
] : [])
]);
/**