From 6f19011e2ff90d51e9df741c378713d0ffa1581f Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 12 十二月 2025 18:20:45 +0800
Subject: [PATCH] feat: 新增渠道包

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

diff --git a/package.json b/package.json
index 11b9553..cdade13 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,15 @@
 {
   "name": "rlzy-web",
   "private": true,
-  "version": "1.0.0",
+  "version": "1.2.0",
   "scripts": {
     "dev": "cross-env vite",
-    "dev:jx": "cross-env VITE_AppType=jx 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:jx": "cross-env NODE_OPTIONS=--max_old_space_size=16000 VITE_AppType=jx vite build --mode jx",
-    "build:all": "run-p build build:jx",
+    "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",
@@ -22,8 +24,8 @@
   "dependencies": {
     "@bole-12333/chat-kit": "latest",
     "@bole-12333/customer-chat": "latest",
-    "@bole-core/components": "^1.3.17",
-    "@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",
@@ -77,6 +79,7 @@
     "vue": "3.5.11",
     "vue-component-type-helpers": "^2.1.6",
     "vue-echarts": "^7.0.3",
+    "vue-json-viewer": "^3.0.4",
     "vue-router": "^4.4.5",
     "vue-types": "^5.1.3",
     "xlsx": "0.18.5",

--
Gitblit v1.9.1