增加自定义信息提示

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

@ -135,6 +135,7 @@ const open = async (sdk, options = {}, _Dialog = {}) => {
pitch: viewer.camera.pitch,
roll: viewer.camera.roll
}
tools.message({text: '操作成功'})
})
let totalTimeElm = contentElm.querySelector("input[name='totalTime']")