Commit 6db7b43e authored by timel's avatar timel

fix: small

parent 9dc254ec
Pipeline #23110 passed with stages
in 15 minutes and 15 seconds
// 此文件目的是在js和CSS之间共享一些变量,并且这些变量是0运行时的。
type CSSConfig = {
interface CSSConfig {
readonly [key: string]: [number, UNIT];
};
}
/** 转为CSS变量: BOARD_ROTATE_Z -> --board-rotate-z */
const toCssProperties = (config: CSSConfig) =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment