增加自定义信息提示

This commit is contained in:
zh
2025-08-23 15:25:25 +08:00
parent 0f9ad0a0f0
commit 0eef08ce45
4 changed files with 72 additions and 0 deletions

View File

@ -162,6 +162,7 @@ class FlyRoam extends Base {
pitch: viewer.camera.pitch,
roll: viewer.camera.roll
}
this.message({text: '操作成功'})
})
let totalTimeElm = contentElm.querySelector("input[name='totalTime']")