切换深色模式
js
thing1 = app.query("thing1")[0]
// 移动位置
thing1.position = [0,8,0]
// 旋转角度
thing1.rotateTo([0,90,0])
// 缩放
thing1.scaleTo([10,10,10])