From 9ffa576f26402a87abfdd5a341e70057067742e4 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期一, 17 八月 2026 16:36:41 +0800
Subject: [PATCH] 修改退货日期数据类型

---
 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