fix: developer-tools category mapping in sync script

This commit is contained in:
jae 2026-04-03 00:24:42 +00:00
parent 5ff7cc4592
commit a7b9f3225a

View file

@ -25,6 +25,7 @@ CATEGORY_MAP = {
'downloading': {'code': 'CRT-007', 'name': 'DOWNLOADING', 'icon': '⬇️'},
'educational': {'code': 'CRT-008', 'name': 'EDUCATIONAL', 'icon': '🎓'},
'dev-tools': {'code': 'CRT-009', 'name': 'DEV TOOLS', 'icon': '⚙️'},
'developer-tools': {'code': 'CRT-009', 'name': 'DEV TOOLS', 'icon': '⚙️'},
'gaming-tools': {'code': 'CRT-010', 'name': 'GAMING TOOLS', 'icon': '🕹️'},
'image-tools': {'code': 'CRT-011', 'name': 'IMAGE TOOLS', 'icon': '🖼️'},
'video-tools': {'code': 'CRT-012', 'name': 'VIDEO TOOLS', 'icon': '🎬'},