Add new device vendor: BLU

This commit is contained in:
Faisal Salman
2025-03-11 22:39:21 +07:00
parent f93cb043f5
commit 6a41513df4
7 changed files with 136 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ export const Browser: Readonly<{
BAIDU: "Baidu Browser";
BASILISK: "Basilisk";
BLAZER: "Blazer";
BLU: "BLU";
BOLT: "Bolt";
BOWSER: "Bowser";
BRAVE: "Brave";

View File

@@ -21,6 +21,7 @@ const Browser = Object.freeze({
BAIDU: 'Baidu Browser',
BASILISK: 'Basilisk',
BLAZER: 'Blazer',
BLU: 'BLU',
BOLT: 'Bolt',
BOWSER: 'Bowser',
BRAVE: 'Brave',