#
luxiaotao1123
2024-05-08 15d3b197f6102f347a828f2b50d5dfebe57780dd
#
1个文件已修改
2 ■■■ 已修改文件
src/utils/common.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/utils/common.js
@@ -20,7 +20,7 @@
}
export const rotationParseNum = (num) => {
    const normalizedDegrees = num % 360;
    const normalizedDegrees = positiveAngle(num);
    return normalizedDegrees * Math.PI / 180;
}