二三维文本框

This commit is contained in:
zh
2025-08-26 13:34:38 +08:00
parent 838f39ba40
commit 0c4c956868
2 changed files with 10 additions and 1 deletions

View File

@ -32,6 +32,10 @@ class TextBox extends Base {
this.callback = callback
}
get type() {
return 'TextBox'
}
async create(that) {
let viewer = that.sdk.viewer
// 创建div元素