username@email.com
2024-04-02 7fdf7d7bd39cd0381c3969ad6302be0e693cad2d
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);
}