12345678910111213141516171819202122 |
- ///乐鑫
- const leXin = "BLUFI_";
- ///君正标记
- const junZheng1 = "AIrSMArT_";
- const junZheng2 = "AS_";
- ///君正过滤这个标记
- const junZheng3 = "AIrSMArT_CAST";
- // if ((name.startsWith(junZheng1) || name.startsWith(junZheng2)) &&
- // !name.startsWith(junZheng3)) {}
- const clientTypes = ["MW-2AX(WIFI)", "MW-2AX(WIFI-N)", "MW-2AX(A)",
- "MW-SR1(4G_WIFI)",
- "MW-SR1(4G_WIFI_MEIZU01)",
- "MW-Mate X(4G_WIFI)",
- ];
- module.exports = {
- leXin: leXin,
- clientTypes: clientTypes,
- }
|