This commit is contained in:
zh
2025-09-23 10:18:54 +08:00
parent 1afc691ec2
commit b29753453a
21 changed files with 139 additions and 1369 deletions

View File

@ -110,6 +110,8 @@ class EllipseObject extends Base {
this.options.attribute.goods = this.options.attribute.goods || {}
this.options.attribute.goods.content = this.options.attribute.goods.content || []
this.options.attributeType = options.attributeType || 'richText'
this.options.richTextContent = options.richTextContent || ''
this.event = new MouseEvent(this.sdk)
this.nodePoints = []
this.operate = {}