From e41d1f21a5acbe1b8d1ec65b1813cea4ee6a69b0 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Mon, 17 Oct 2022 15:01:36 +0800 Subject: [PATCH] docs: fix annotation errors --- src/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/index.ts b/src/utils/index.ts index c962be6..16f0f79 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -9,7 +9,7 @@ export const formatDateTime = (time: null | string) => { return dayjs(date).format("YYYY-MM-DD HH:mm:ss") } -/** 将全局 CSS 导入 JS 中使用 */ +/** 将全局 CSS 变量导入 JS 中使用 */ export const getCssVariableValue = (cssVariableName: string) => { let cssVariableValue = "" try {