From c115a8486c6107de95f2001412207310a9cd9e00 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 26 八月 2025 20:45:43 +0800
Subject: [PATCH] 更新日历选择样式

---
 package.json |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/package.json b/package.json
index e24018e..f056317 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
   "scripts": {
     "dev": "vite",
     "build": "vite build",
+    "build-test": "vite build --mode development",
     "preview": "vite preview",
     "lint": "eslint --ext .js,.vue,.ts src",
     "lint:fix": "npx eslint ./src/**/*.vue --fix",
@@ -25,8 +26,10 @@
     ]
   },
   "dependencies": {
+    "@vant/area-data": "^1.4.1",
     "axios": "^0.26.0",
     "echarts": "^5.3.0",
+    "js-cookie": "^3.0.5",
     "node-sass": "^7.0.3",
     "pinia": "^2.0.11",
     "sass-loader": "^13.0.2",
@@ -37,6 +40,7 @@
     "vue-tsc": "^0.40.13"
   },
   "devDependencies": {
+    "@types/js-cookie": "^3.0.3",
     "@types/node": "^17.0.18",
     "@typescript-eslint/eslint-plugin": "^5.12.0",
     "@typescript-eslint/parser": "^5.12.0",
@@ -48,7 +52,7 @@
     "mockjs": "^1.1.0",
     "postcss-html": "^1.3.0",
     "sass": "^1.54.9",
-    "stylelint": "^14.5.3",
+    "stylelint": "^14.16.1",
     "stylelint-config-standard-scss": "^3.0.0",
     "stylelint-scss": "^4.3.0",
     "typescript": "^4.5.4",

--
Gitblit v1.8.0