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 {