You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
279 B
6 lines
279 B
export const BLE_NAME = 'MeetLove'
|
|
export const MAIN_COLOR = '#55A0B6'
|
|
export const GRAY_4 = '#717882'
|
|
export const BLACK_34 = '#343843'
|
|
export const BLE_ID = 'ble_id'
|
|
export const BACK_TYPE = "back_type" /* 返回类型 1 是按返回键, 2是蓝牙设备自己断开返回 */
|