From 60025719f182b1928375bcd35157d0446f620f32 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期四, 26 六月 2025 11:28:48 +0800
Subject: [PATCH] 限制电话号码输入长度

---
 package.json |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json
index a33da8d..80766c9 100644
--- a/package.json
+++ b/package.json
@@ -41,6 +41,7 @@
     "babel-polyfill": "^6.26.0",
     "big.js": "^6.2.2",
     "clipboard": "2.0.8",
+    "cnchar": "^3.2.6",
     "core-js": "3.25.3",
     "echarts": "4.9.0",
     "element-ui": "2.15.10",
@@ -54,6 +55,8 @@
     "moment": "^2.29.4",
     "nprogress": "0.2.0",
     "pinyin-match": "^1.2.2",
+    "postcss-px-to-viewport": "^1.1.1",
+    "postcss-pxtorem": "^5.1.1",
     "print-js": "^1.6.0",
     "quill": "1.3.7",
     "screenfull": "5.0.2",

--
Gitblit v1.8.0