历史版本文档地址
深色模式
判断字符串是否是移动电话号码
import { isMobile } from '@mixte/validator'; isMobile('16666666666'); // -> true isMobile('12345678900'); // -> false