+ [bug#58976,done,1h] append uniqid in xmind xml.

This commit is contained in:
liumengyi
2025-01-08 10:29:40 +08:00
committed by 刘刚
parent 2e66957939
commit 00b6cf5ae4
+3
View File
@@ -324,6 +324,9 @@ class xmind
$titleAttr = $xmlDoc->createElement('title', $this->toText($text, $suffix));
$topic->appendChild($titleAttr);
$idAttr = $xmlDoc->createElement('id', uniqid());
$topic->appendChild($idAttr);
foreach($attrs as $key => $value)
{
$attr = $xmlDoc->createAttribute($key);