feat(devsave): 支持launchNode并添加火山测试存档

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-23 18:55:01 +08:00
co-authored by Cursor
parent 1113e5707b
commit 63820cae8d
17 changed files with 166 additions and 6 deletions
@@ -470,7 +470,7 @@ namespace AibisDream.EditorTools
Assert.That(section.Entries.All(entry => entry.IsValid), Is.True,
string.Join("\n", section.Entries.Where(entry => !entry.IsValid).Select(entry => $"{entry.Label}: {entry.Error}")));
Assert.That(section.Entries.Select(entry => entry.Order).Distinct().Count(), Is.EqualTo(section.Entries.Count));
Assert.That(section.Entries.Select(entry => entry.AnchorNode).Distinct().Count(), Is.EqualTo(section.Entries.Count));
Assert.That(section.Entries.Select(entry => entry.DestinationNode).Distinct().Count(), Is.EqualTo(section.Entries.Count));
}
}