From e1fca1a98c4da6122ccaeaf25575ed405487ab81 Mon Sep 17 00:00:00 2001
From: fcx <2246384483@qq.com>
Date: 星期三, 03 十二月 2025 18:01:34 +0800
Subject: [PATCH] 新加如果上限值小于标准值提示上限值过小应大于等于标准值,如果下限值大于标准值提示下限值过大应小于等于标准值

---
 .claude/settings.local.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/.claude/settings.local.json b/.claude/settings.local.json
index 948cd55..38b29b1 100644
--- a/.claude/settings.local.json
+++ b/.claude/settings.local.json
@@ -2,7 +2,8 @@
   "permissions": {
     "allow": [
       "Bash(git add:*)",
-      "Bash(git push:*)"
+      "Bash(git push:*)",
+      "Bash(git commit:*)"
     ],
     "deny": []
   }

--
Gitblit v1.9.3