移动系统liao
2024-06-21 b38c91e5cce54e1114ec5968c722c1a1c57bd21a
CoreCms.Net.Web.Admin/wwwroot/lib/bootstrap/js/liao.js
@@ -4,7 +4,7 @@
 * @Author: 小飞侠
 * @Date: 2024-02-29 15:07:28
 * @LastEditors: Please set LastEditors
 * @LastEditTime: 2024-02-29 15:17:32
 * @LastEditTime: 2024-03-29 13:38:53
 * Copyright: 2024  MinTinge CO.,LTD. All Rights Reserved.
 * @Descripttion: 通用函数库
 */
@@ -48,3 +48,5 @@
  const regex = /^-?\d+(\.\d+)?$/; // 匹配整数或小数,包括负数
  return regex.test(str);
}