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 |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 33ea0e4..aedad47 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,12 @@
   "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": "^1.3.17",
-    "@bole-core/core": "^1.0.8",
+    "@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",

--
Gitblit v1.9.1