style: 修改“其它”为“其他”
This commit is contained in:
@@ -100,7 +100,7 @@ global.setHorizontalFacing = function (block, type, model) {
|
|||||||
ev.set(prop, d);
|
ev.set(prop, d);
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
// 其它
|
// 其他
|
||||||
default:
|
default:
|
||||||
console.error(`${LOG_PREFIX} 设置旋转属性失败:参数“type”错误`);
|
console.error(`${LOG_PREFIX} 设置旋转属性失败:参数“type”错误`);
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user