From 6bac509f8e6efc205d9f37a84c9b019ec828467a Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 07 五月 2025 14:22:26 +0800
Subject: [PATCH] feat: 接口

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

diff --git a/package.json b/package.json
index 78dd350..a959c0d 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,15 @@
 {
   "name": "rlzy-web",
   "private": true,
-  "version": "1.0.0",
+  "version": "3.4.2",
   "scripts": {
     "dev": "cross-env vite",
+    "dev:jx": "cross-env VITE_AppType=jx vite",
     "build": "cross-env NODE_OPTIONS=--max_old_space_size=16000 vite build",
+    "build:jx": "cross-env VITE_AppType=jx vite build --mode jx",
+    "build:all": "run-p build build:jx",
     "build:staging": "cross-env vite build --mode staging",
+    "build:jx:staging": "cross-env VITE_AppType=jx vite build --mode staging",
     "build:staging:jenkins": "cross-env NODE_OPTIONS=--max_old_space_size=16000 vite build --mode staging",
     "preview": "vite preview",
     "prepare": "husky install",
@@ -19,7 +23,7 @@
   "dependencies": {
     "@bole-12333/chat-kit": "latest",
     "@bole-12333/customer-chat": "latest",
-    "@bole-core/components": "^1.2.28",
+    "@bole-core/components": "latest",
     "@bole-core/core": "latest",
     "@bole-core/pretty-layout": "latest",
     "@bole-core/sass-utils": "latest",

--
Gitblit v1.9.1