fix: developer-tools category mapping in sync script
This commit is contained in:
parent
5ff7cc4592
commit
a7b9f3225a
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ CATEGORY_MAP = {
|
||||||
'downloading': {'code': 'CRT-007', 'name': 'DOWNLOADING', 'icon': '⬇️'},
|
'downloading': {'code': 'CRT-007', 'name': 'DOWNLOADING', 'icon': '⬇️'},
|
||||||
'educational': {'code': 'CRT-008', 'name': 'EDUCATIONAL', 'icon': '🎓'},
|
'educational': {'code': 'CRT-008', 'name': 'EDUCATIONAL', 'icon': '🎓'},
|
||||||
'dev-tools': {'code': 'CRT-009', 'name': 'DEV TOOLS', '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': '🕹️'},
|
'gaming-tools': {'code': 'CRT-010', 'name': 'GAMING TOOLS', 'icon': '🕹️'},
|
||||||
'image-tools': {'code': 'CRT-011', 'name': 'IMAGE TOOLS', 'icon': '🖼️'},
|
'image-tools': {'code': 'CRT-011', 'name': 'IMAGE TOOLS', 'icon': '🖼️'},
|
||||||
'video-tools': {'code': 'CRT-012', 'name': 'VIDEO TOOLS', 'icon': '🎬'},
|
'video-tools': {'code': 'CRT-012', 'name': 'VIDEO TOOLS', 'icon': '🎬'},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue