From bd36da9f3daa0c326b9c954f920c97b4a61d5fce Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 05 八月 2026 17:57:48 +0800
Subject: [PATCH] feat(bi): 添加BI图表配置和可视化功能

---
 src/packages/effects/hooks/src/use-design-tokens.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/packages/effects/hooks/src/use-design-tokens.ts b/src/packages/effects/hooks/src/use-design-tokens.ts
index 19b9362..909c1c5 100644
--- a/src/packages/effects/hooks/src/use-design-tokens.ts
+++ b/src/packages/effects/hooks/src/use-design-tokens.ts
@@ -1,7 +1,7 @@
 import { reactive, watch } from 'vue';
 
-import { preferences, usePreferences } from '..\..\..\preferences\src';
-import { convertToRgb, updateCSSVariables } from '..\..\..\utils\src';
+import { preferences, usePreferences } from '../../../preferences/src';
+import { convertToRgb, updateCSSVariables } from '../../../utils/src';
 
 /**
  * 鐢ㄤ簬閫傞厤鍚勪釜妗嗘灦鐨勮璁$郴缁�

--
Gitblit v1.9.3