From 97f29024ce18babeb4b635c5d73f907ac493976e Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 22 八月 2025 16:15:48 +0800 Subject: [PATCH] fix: 签约 --- package.json | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2446e0b..1e030ca 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@bole-12333/chat-kit": "latest", "@bole-12333/customer-chat": "latest", - "@bole-core/components": "^1.2.28", + "@bole-core/components": "^1.3.14", "@bole-core/core": "latest", "@bole-core/pretty-layout": "latest", "@bole-core/sass-utils": "latest", @@ -30,6 +30,7 @@ "@chenfengyuan/vue-qrcode": "^2.0.0", "@ctrl/tinycolor": "^3.4.1", "@element-plus/icons-vue": "^2.3.1", + "@muaitu/fabric-editor-core": "^1.0.4", "@tanstack/vue-query": "^4.37.1", "@tencentcloud/call-uikit-vue": "^3.1.5", "@tencentcloud/chat-uikit-vue": "^2.0.0", @@ -48,6 +49,8 @@ "echarts": "^5.5.1", "element-plus": "^2.8.4", "element-resize-detector": "^1.2.4", + "fabric": "^5.3.0", + "fabric-history": "^1.6.0", "file-saver": "^2.0.5", "fuse.js": "^6.6.2", "js-base64": "^3.7.2", @@ -88,6 +91,7 @@ "@iconify/vue": "^4.0.0", "@release-it/conventional-changelog": "^8.0.2", "@types/ali-oss": "^6.16.11", + "@types/fabric": "^5.3.10", "@types/file-saver": "^2.0.5", "@types/js-cookie": "^3.0.2", "@types/lodash": "^4.14.186", @@ -128,7 +132,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": "5.4.8", -- Gitblit v1.9.1