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

@ -116,6 +116,8 @@ class PincerArrowObject extends Base {
delete this.options.attribute.vr
delete this.options.attribute.goods
this.options.richTextContent = options.richTextContent || ''
if (!this.options.positions || this.options.positions.length < 5) {
this._error = '双箭头最少需要五个坐标!'
console.warn(this._error)