Fix device type inference and add computer category

This commit is contained in:
2026-04-10 17:54:04 +08:00
parent 0cb08642aa
commit b76f51a1aa
5 changed files with 2920 additions and 2877 deletions
+2 -1
View File
@@ -25,7 +25,7 @@ python3 tools/device_mapper.py find --name 'L55M5-AD' --brand Xiaomi
- `brand`: normalized brand
- `manufacturer_brand`: manufacturer-level brand
- `market_brand`: market sub-brand
- `device_type`: `phone | tablet | wear | tv | other`
- `device_type`: `phone | tablet | wear | tv | computer | other`
- `aliases`: all searchable aliases
- `lookup`: normalized alias -> candidate `record.id[]`
- `brand_aliases`: normalized brand aliases to filter by app-provided brand
@@ -54,4 +54,5 @@ Supported categories:
- `tablet`
- `wear`
- `tv`
- `computer`
- `other`