合并
This commit is contained in:
@ -2012,7 +2012,7 @@ class GroundSvg extends Base {
|
||||
.value
|
||||
) {
|
||||
this.options.attribute.link.content.push({
|
||||
name: this.getDateTimeString(),
|
||||
name: '链接',
|
||||
url: this._DialogObject._element.content.getElementsByClassName(
|
||||
'link_add'
|
||||
)[0].value
|
||||
@ -2028,7 +2028,7 @@ class GroundSvg extends Base {
|
||||
|
||||
addAttributeLink(link) {
|
||||
this.options.attribute.link.content.push({
|
||||
name: this.getDateTimeString(),
|
||||
name: '链接',
|
||||
url: link
|
||||
})
|
||||
this.attributeLink = this.options.attribute.link.content
|
||||
|
Reference in New Issue
Block a user