From f85708dcab378fe8d12fbf95933d00883c36fe3d Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期四, 27 二月 2025 16:20:12 +0800
Subject: [PATCH] 5601 button

---
 js/utils.js |   19 +++++++------------
 1 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/js/utils.js b/js/utils.js
index 9413133..3fbe9fd 100644
--- a/js/utils.js
+++ b/js/utils.js
@@ -8,24 +8,19 @@
 		}
 		return false
 	},
-	attrTypeIsNumber: function(type) {
-		if (attrTypeIsInt(type) || attrTypeIsFloat(type)) {
-			return true
-		}
-		return false
-	},
-	attrTypeIsFloat: function(type) {
-		if (type == '娴偣鏁� ||  type == 'float') {
-			return true
-		}
-		return false
-	},
 	attrTypeIsInt: function(type) {
 		if (type == '鏁存暟' || type == 'int') {
 			return true
 		}
 		return false
 	},
+
+	attrTypeIsFloat: function(type) {
+		if (type == '娴偣鏁� ||  type == 'float') {
+			return true
+		}
+		return false
+	},
 	attrTypeIsDict: function(type) {
 		if (type == '瀛楀吀' || type == '瀛楀吀-瀛楃涓� || type == '瀛楀吀-鏁存暟' || type == 'dict' || type == 'dict-char' ||
 			type == 'dict-int') {

--
Gitblit v1.9.1