From 1f357c0ef7af814c4559a37b9d7f6e07e4910bb4 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 12 十二月 2025 18:37:55 +0800
Subject: [PATCH] Merge branch 'dev-1.3.0.5' of http://120.26.58.240:8888/r/flexJobAdminBClient into dev-1.3.0.5

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

diff --git a/package.json b/package.json
index d522be6..aedad47 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,15 @@
 {
   "name": "rlzy-web",
   "private": true,
-  "version": "1.0.0",
+  "version": "1.2.0",
   "scripts": {
     "dev": "cross-env vite",
+    "dev:tsg": "cross-env VITE_AppType=tsg vite",
+    "dev:taoshangong": "cross-env VITE_AppType=taoshangong vite",
     "build": "cross-env NODE_OPTIONS=--max_old_space_size=16000 vite build",
+    "build:tsg": "cross-env NODE_OPTIONS=--max_old_space_size=16000 VITE_AppType=tsg vite build --mode tsg",
+    "build:taoshangong": "cross-env NODE_OPTIONS=--max_old_space_size=16000 VITE_AppType=taoshangong vite build --mode taoshangong",
+    "build:all": "run-p build build:tsg build:taoshangong",
     "build:staging": "cross-env vite build --mode staging",
     "build:staging:jenkins": "cross-env NODE_OPTIONS=--max_old_space_size=16000 vite build --mode staging",
     "preview": "vite preview",
@@ -19,8 +24,8 @@
   "dependencies": {
     "@bole-12333/chat-kit": "latest",
     "@bole-12333/customer-chat": "latest",
-    "@bole-core/components": "latest",
-    "@bole-core/core": "latest",
+    "@bole-core/components": "^1.3.26",
+    "@bole-core/core": "^1.0.11",
     "@bole-core/pretty-layout": "latest",
     "@bole-core/sass-utils": "latest",
     "@bole-core/theme": "latest",
@@ -42,7 +47,7 @@
     "crypto-js": "^4.1.1",
     "css-color-function": "^1.3.3",
     "dayjs": "^1.11.5",
-    "element-plus": "^2.9.1",
+    "element-plus": "^2.11.2",
     "element-resize-detector": "^1.2.4",
     "file-saver": "^2.0.5",
     "fuse.js": "^6.6.2",
@@ -62,6 +67,7 @@
     "semver": "^7.6.3",
     "senin-help": "latest",
     "senin-vue": "latest",
+    "senior-request": "1.0.10",
     "sortablejs": "1.15.0",
     "tim-js-sdk": "^2.27.5",
     "trtc-js-sdk": "^4.15.19",
@@ -123,7 +129,7 @@
     "stylelint-scss": "^4.3.0",
     "terser": "^5.34.1",
     "typescript": "^4.6.4",
-    "unplugin-auto-import": "^0.18.3",
+    "unplugin-auto-import": "^19.3.0",
     "unplugin-icons": "^0.14.10",
     "unplugin-vue-components": "^0.27.4",
     "vite": "6.0.6",

--
Gitblit v1.9.1