Update device suggestion URL

This commit is contained in:
redphx
2024-11-01 19:52:25 +07:00
parent 17c08792e1
commit b0ecc7171b
4 changed files with 44 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
import { BxLogger } from "./bx-logger";
type BxFlags = {
export type BxFlags = {
Debug: boolean;
CheckForUpdate: boolean;
@@ -15,7 +15,9 @@ type BxFlags = {
userAgent?: string,
androidInfo?: {
manufacturer: string,
board: string,
model: string,
},
}
}