mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-21 11:29:20 +08:00
docs: fix annotation errors
This commit is contained in:
parent
f73d6684d5
commit
e41d1f21a5
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user