devices.js 486 B

12345678910111213141516171819202122
  1. ///乐鑫
  2. const leXin = "BLUFI_";
  3. ///君正标记
  4. const junZheng1 = "AIrSMArT_";
  5. const junZheng2 = "AS_";
  6. ///君正过滤这个标记
  7. const junZheng3 = "AIrSMArT_CAST";
  8. // if ((name.startsWith(junZheng1) || name.startsWith(junZheng2)) &&
  9. // !name.startsWith(junZheng3)) {}
  10. const clientTypes = ["MW-2AX(WIFI)", "MW-2AX(WIFI-N)", "MW-2AX(A)",
  11. "MW-SR1(4G_WIFI)",
  12. "MW-SR1(4G_WIFI_MEIZU01)",
  13. "MW-Mate X(4G_WIFI)",
  14. ];
  15. module.exports = {
  16. leXin: leXin,
  17. clientTypes: clientTypes,
  18. }